ppsspp/GPU
Unknown W. Brackets e2929fb395 softgpu: Skip flushing on no change.
Minor tweak, we sometimes try to flush even without anything to flush, and
were previously rechecking a lot of things.
2022-09-19 08:38:11 -07:00
..
Common GPU: Clip depth properly when also clamping. 2022-09-18 13:18:02 -07:00
D3D11 Flag shader blending as broken on Adreno for now. 2022-09-16 19:19:42 +02:00
Debugger GE Debugger: Show time spent stepping. 2022-09-18 09:52:15 -07:00
Directx9 Use subpass dependencies to implement shader framebuffer read in Vulkan. 2022-09-16 19:19:42 +02:00
GLES GPU: Clip depth properly when also clamping. 2022-09-18 13:18:02 -07:00
Software softgpu: Skip flushing on no change. 2022-09-19 08:38:11 -07:00
Vulkan Flag shader blending as broken on Adreno for now. 2022-09-16 19:19:42 +02:00
ge_constants.h Cleanup in ge_constants.h, add virtual CLUT8 buffer format 2022-09-14 22:18:35 +02:00
GeConstants.cpp Fix bug in framebuffer matching where the wrong format was checked for depth matching. Fixes #15867 2022-08-20 07:59:11 +02:00
GeDisasm.cpp GE Debugger: Fix logging of texture size. 2022-09-10 13:36:01 -07:00
GeDisasm.h
GPU.cpp Remove the DX9 namespace, for consistency with the other backends 2022-08-16 21:49:16 +02:00
GPU.h Add ShaderDepalMode enum, use in shader ID. Replaces smoothed bit. 2022-09-11 14:40:01 +02:00
GPU.vcxproj GE Debugger: Add a table of register metadata. 2022-09-05 12:15:53 -07:00
GPU.vcxproj.filters GE Debugger: Add a table of register metadata. 2022-09-05 12:15:53 -07:00
GPUCommon.cpp GPU: Fix crash on imm vert triangles. 2022-09-18 06:16:26 -07:00
GPUCommon.h softgpu: Fix state/continuation for imm prims. 2022-09-18 06:16:26 -07:00
GPUInterface.h GPU: Minor cleanup of unnecessary virtual. 2022-09-18 06:16:25 -07:00
GPUState.cpp Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
GPUState.h Use subpass dependencies to implement shader framebuffer read in Vulkan. 2022-09-16 19:19:42 +02:00
Math3D.cpp Take the absolute value when measuring pixel size for line expansion. 2022-06-11 00:03:40 +02:00
Math3D.h softgpu: Reduce size of VertexData texture coords. 2022-09-12 21:10:46 -07:00