dolphin/Source/Core
Ryan Houdek 5c3bbf7409 Works around broken Intel Windows video drivers.
Just use regular boolean negation in our pixel shader's depth test everywhere except on Qualcomm.
This works around a bug in the Intel Windows driver where comparing a boolean value against true or false fails but boolean negation works fine.
Quite silly.

Should fix issues #7830 and #7899.
2014-12-03 00:33:42 -06:00
..
AudioCommon
Common Merge pull request #1258 from FioraAeterna/avoidfmulround 2014-11-30 15:47:34 -06:00
Core Fix register usage detection in PPCAnalyst. 2014-12-02 16:12:33 -06:00
DiscIO DiscIO: Change a memset() to zero initialization. 2014-11-27 11:12:17 -08:00
DolphinQt
DolphinWX DolphinWX: Specify wxID_ANY where -1 is used in controls 2014-12-01 23:02:50 -05:00
InputCommon
UICommon
VideoBackends OGL: Don't use texture arrays for MSAA. 2014-12-03 01:39:43 +01:00
VideoCommon Works around broken Intel Windows video drivers. 2014-12-03 00:33:42 -06:00
CMakeLists.txt