summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2022-04-18Common/PointerWrap: Prevent reads/writes past the end of the buffer.Admiral H. Curtiss
2022-04-18Common/PointerWrap: Hide internals.Admiral H. Curtiss
2022-04-15Merge pull request #10255 from Pokechu22/sw-zfreezeScott Mansell
2022-04-10MoltenVK: Fix pixel shader typoJosJuice
2022-04-09Merge pull request #10571 from AdmiralCurtiss/ffmpeg-custom-pix-fmtMai M
2022-04-08Software: Fix zfreeze with CullMode::AllPokechu22
2022-04-08Software: Remove config to disable ZComploc and ZFreezePokechu22
2022-04-08Round viewport coordinates when vertex rounding is enabledPokechu22
2022-04-08VertexShaderManager: Use g_ActiveConfig.UseVertexRounding()Pokechu22
2022-04-08Fix typo (GFX_HACK_VERTEX_ROUDING -> GFX_HACK_VERTEX_ROUNDING)Pokechu22
2022-04-09VideoCommon/FrameDump: Fix log messages with arguments.Admiral H. Curtiss
2022-04-09VideoCommon/FrameDump: Allow user to specify a pixel format.Admiral H. Curtiss
2022-04-07Merge pull request #10412 from Pokechu22/sw-efb-peek-alphaJMC47
2022-04-07Merge pull request #10485 from JosJuice/real-ocol0-logic-opsJosJuice
2022-03-29framedump: enable compat with utvideo codecShawn Hoffman
2022-03-29FrameDump: improve debug loggingShawn Hoffman
2022-03-29windows: move ffmpeg bins to submoduleShawn Hoffman
2022-03-29PixelEngine: Convert to BitField and enum classPokechu22
2022-03-29PixelEngine: Remove old commentPokechu22
2022-03-25RenderBase: Add call to IMGUI_CHECKVERSION()Pokechu22
2022-03-21VideoCommon: Remove redundant in qualifiersJosJuice
2022-02-28Shadergen: Use real_ocol0 workaround for shader logic opsJosJuice
2022-02-28Merge pull request #10441 from OatmealDome/improved-logic-op-workaroundJMC47
2022-02-28PixelShaderGen: Check uid_data for use_shader_logic_opJosJuice
2022-02-21FramebufferManager: Flush pending EFB pokes in PopulateEFBCachePokechu22
2022-02-18Merge pull request #10455 from Pokechu22/directly-map-fifo-breakpointLéo Lam
2022-02-18Merge pull request #10460 from Dentomologist/convert_option_type_to_enum_classLéo Lam
2022-02-18Merge pull request #10376 from shuffle2/uidctorLéo Lam
2022-02-18ShaderGenCommon: Add missing <functional> includeTechjar
2022-02-17VideoCommon: Convert OptionType to enum classDentomologist
2022-02-16JitRegister: Use fmtMerry
2022-02-15CommandProcessor: Add FIFO_BP_LO/HI to directly_mapped_varsPokechu22
2022-02-13CommandProcessor: Log ignored unknown opcodes at warn levelPokechu22
2022-02-13CommandProcessor: Move unknown opcode log message before the panic alertPokechu22
2022-02-12CommandProcessor: Ignore unknown opcode for 0x3fPokechu22
2022-02-12CommandProcessor: Log PC and LR on unknown opcodesPokechu22
2022-02-12CommandProcessor: Move contents of second unknown opcode panic alert to the logPokechu22
2022-02-12VideoCommon/Fifo: Use GPFifo::GATHER_PIPE_SIZE instead of magic 32Pokechu22
2022-02-12CommandProcessor: Remove redundant GATHER_PIPE_SIZE constantPokechu22
2022-02-08Treat alpha as 0 if alpha is 1 for blendingPokechu22
2022-02-08Use the same logic for lerp bias for color and alphaPokechu22
2022-02-07RenderState: Set source and destination alpha factors in logic op workaroundOatmealDome
2022-02-04Merge pull request #10417 from jordan-woyak/libavformat-59-build-fixAdmiral H. Curtiss
2022-01-31Merge pull request #10422 from OatmealDome/opengl-shader-crashJMC47
2022-01-31VideoConfig: Add flag for whether the system supports setting object namesOatmealDome
2022-01-30VideoCommon/FrameDump: Build fix for libavformat major version 59 and newer. ...Jordan Woyak
2022-01-29Fix copy filter clamping when EFB VRAM copies are disabledPokechu22
2022-01-29IOFile: Make origin parameter to Seek() an enum class.Admiral H. Curtiss
2022-01-28Merge pull request #10401 from JosJuice/adreno-primitive-restartJMC47
2022-01-28DriverDetails: Disable primitive restart on AdrenoJosJuice