1
0
Fork 0
forked from suyu/suyu
suyu/src/video_core/engines
Subv 6e0eba9917 GPU: Use only the least significant 3 bits when reading the depth test func.
Some games set the full GL define value here (including nouveau), but others just seem to set those last 3 bits.
2018-07-02 21:06:36 -05:00
..
fermi_2d.cpp GPU: Partially implemented the Maxwell DMA engine. 2018-06-12 11:27:36 -05:00
fermi_2d.h fermi_2d: Fix surface copy block height. 2018-04-28 20:40:03 -04:00
maxwell_3d.cpp Build: Fixed some MSVC warnings in various parts of the code. 2018-06-20 11:39:10 -05:00
maxwell_3d.h GPU: Use only the least significant 3 bits when reading the depth test func. 2018-07-02 21:06:36 -05:00
maxwell_compute.cpp GPU: Macros are specific to the Maxwell3D engine, so handle them internally. 2018-03-18 11:51:45 -05:00
maxwell_compute.h GPU: Macros are specific to the Maxwell3D engine, so handle them internally. 2018-03-18 11:51:45 -05:00
maxwell_dma.cpp GPU: Directly copy the pixels when performing a same-layout DMA. 2018-07-02 09:46:33 -05:00
maxwell_dma.h GPU: Partially implemented the Maxwell DMA engine. 2018-06-12 11:27:36 -05:00
shader_bytecode.h Merge pull request #602 from Subv/mufu_subop 2018-07-01 11:06:04 -04:00