dolphin/Source/Core
Ryan Houdek c1df6d7b4e Work around PowerVR's shader compiler.
This bug has been reported to IMGTec at https://pvrsupport.imgtec.com/ticket/472

The basic idea of the bug is that if you're doing a bitwise and  of a constant value vector with a constant scalar value, this causes PowerVR's shader
compiler to fail out with a very non-descriptive message.
Working around the issue by making the value a vector that it is being masked by.
2015-07-20 22:04:16 -05:00
..
AudioCommon Merge pull request #2659 from Armada651/openal-conv 2015-06-27 00:13:02 +02:00
Common Merge pull request #2665 from AdmiralCurtiss/relative-memory-card-paths 2015-07-20 14:09:36 +10:00
Core Merge pull request #2714 from lioncash/clamp 2015-07-20 14:08:00 +10:00
DiscIO Merge pull request #2684 from TraceBullet/master 2015-07-14 10:56:12 +10:00
DolphinQt Fix DoFileSearch returning the passed-in directories themselves. 2015-06-25 15:17:52 +02:00
DolphinWX Merge pull request #2689 from RisingFog/patch-1 2015-07-21 11:41:38 +10:00
InputCommon Merge branch 'stable' into 'master' 2015-07-13 12:40:38 +12:00
UICommon Options: merge SCoreStartupParameter into SConfig 2015-06-12 19:07:45 +02:00
VideoBackends Fix FreeBSD build 2015-07-11 23:09:11 -07:00
VideoCommon Work around PowerVR's shader compiler. 2015-07-20 22:04:16 -05:00
CMakeLists.txt