dolphin/Source/Core/VideoBackends
degasus c4fc141ced OGL: Always use sampler objects.
We are used to use the texture parameter for all util draw calls,
but AMD seems to have a bug where they use the sampler parameter
of stage 0 if no sampler is bound to the used stage.
So as workaround (and a bit as nicer code), we now use sampler
objects everywhere.
2015-05-29 14:03:03 +02:00
..
D3D D3D: Invert initial depth buffer clear. 2015-05-26 15:31:36 +02:00
OGL OGL: Always use sampler objects. 2015-05-29 14:03:03 +02:00
Software Fix building with PCH disabled. 2015-05-26 22:44:51 -05:00
CMakeLists.txt Merge of GL-AutoChoose. 2014-01-18 04:11:59 +00:00