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 Upgrade AudioUnit API usage. 2014-11-25 00:42:21 -05:00
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 Update Main.cpp version checks. 2014-11-25 00:27:13 -05:00
DolphinWX DolphinWX: Specify wxID_ANY where -1 is used in controls 2014-12-01 23:02:50 -05:00
InputCommon Fix some double->float conversions. 2014-11-11 14:14:22 -05:00
UICommon Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
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 Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00