yuzu/src
Subv b37354cca8 GPU: Always enable the depth write when clearing the depth buffer.
The GPU ignores that register when clearing, but OpenGL obeys the glDepthMask parameter, so we set the depth mask to GL_TRUE when clearing the depth buffer. It will be restored to the correct value automatically on the next draw call.
2018-07-14 00:52:23 -05:00
..
common More improvements to GDBStub (#653) 2018-07-12 20:22:59 -07:00
core More improvements to GDBStub (#653) 2018-07-12 20:22:59 -07:00
input_common Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
tests core: Move process creation out of global state. 2018-03-14 18:42:19 -04:00
video_core GPU: Always enable the depth write when clearing the depth buffer. 2018-07-14 00:52:23 -05:00
yuzu yuzu - Fix duplicate logs 2018-07-12 01:11:43 -06:00
yuzu_cmd Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637) 2018-07-12 09:26:27 -07:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Massive removal of unused modules 2018-01-12 19:11:03 -07:00