summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2022-05-25Common: Refactor PointerWrapDentomologist
2022-05-22cmake: Don't use PCH with Qt6.Admiral H. Curtiss
2022-05-19Merge pull request #10677 from Pokechu22/no-printf-logMai M
2022-05-19Merge pull request #10672 from Pokechu22/xf-invtxspecPokechu22
2022-05-19VideoCommon/FrameDump: printf-format messages before logging themPokechu22
2022-05-18Show a panic alert if the CP matrix indices don't match the XF matrix indicesPokechu22
2022-05-18Show a panic alert if the CP vertex config doesn't match the XF vertex configPokechu22
2022-05-18Rename CP and XF normal component count enums and update their descriptionsPokechu22
2022-05-18XFMemory: Rename hostinfo to invtxspecPokechu22
2022-05-16Verify graphics config validity after populating the backend infoPokechu22
2022-05-10fmt: fix 'ambigous overload' errorShawn Hoffman
2022-04-26TextureCacheBase: Don't log error while measuring state size.Admiral H. Curtiss
2022-04-24Merge pull request #10251 from Pokechu22/negative-scissorJMC47
2022-04-24Merge pull request #10290 from OatmealDome/m1-earlyz-bugJMC47
2022-04-22VideoCommon: Add comment explaining why only the first normal gets normalizedPokechu22
2022-04-22VideoCommon: Handle emboss texgen with only a single normalPokechu22
2022-04-22VertexLoader: Convert count register to remaining registerPokechu22
2022-04-22Convert vertex loader position cache to std::arrayPokechu22
2022-04-22VertexLoaderX64: Refactor so that zfreeze is only in one placePokechu22
2022-04-22VertexLoaderARM64: Fix z-freeze position matrix indexPokechu22
2022-04-22VideoCommon: Rename norm0/norm1/norm2 to normal/tangent/binormalPokechu22
2022-04-22VertexShaderGen: Simplify normal calculationPokechu22
2022-04-20DriverDetails: Add broken discard with early-Z bug on Apple Silicon GPUsOatmealDome
2022-04-19DriverDetails: Introduce new VENDOR_APPLE for Apple GPUsOatmealDome
2022-04-19UberShaderPixel: Add support for non-dual source shader blendingOatmealDome
2022-04-19PixelShaderGen: Add support for non-dual source shader blendingOatmealDome
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-16Implement ImGui window for scissor rectanglesPokechu22
2022-04-16VideoCommon: Rework scissor handlingPokechu22
2022-04-16VideoCommon: Remove bSupportsOversizedViewportsPokechu22
2022-04-16VideoCommon: Create dedicated structs for scissor pos/offsetPokechu22
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