dolphin/Source/Core
Glenn Rice 05ad8d01d3 Fix TextureDecoder.cl to work on both NVidia and ATI video cards.
To do so I had to re-add the casting bloat removed in revision 6102.  Also, for some odd reason the NVidia OpenCL drivers don't like 8 bit rotations, but are okay with 2, 4 bit rotations.  These are apparently bugs in the NVidia drivers that are hopefully fixed in future versions.
Also, on linux make sure the TextureDecoder.cl file is copied from the shared data directory to the users directory.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6611 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-12-19 14:59:57 +00:00
..
AudioCommon Fixed the throttle (Tab) key so that it takes effect when the frame-limiter is used. Hold down Tab to run the emulator unthrottled (Windows only). 2010-12-17 01:34:40 +00:00
Common Fix TextureDecoder.cl to work on both NVidia and ATI video cards. 2010-12-19 14:59:57 +00:00
Core Fixed the throttle (Tab) key so that it takes effect when the frame-limiter is used. Hold down Tab to run the emulator unthrottled (Windows only). 2010-12-17 01:34:40 +00:00
DebuggerUICommon We effectively only have a single namespace for private header files, 2010-12-05 15:28:31 +00:00
DebuggerWX Earlier versions of wxWidgets do not implicitly include <wx/wx.h>. 2010-12-05 15:36:08 +00:00
DiscIO System Menu Region is now detected based on the Title Version in tmd 2010-12-16 07:36:26 +00:00
DolphinWX Fix TextureDecoder.cl to work on both NVidia and ATI video cards. 2010-12-19 14:59:57 +00:00
DSPCore LLE JIT: Added another 9 DSP Load/Store instructions to the JIT. Fixed a couple bugs in the 32bit and Linux builds. 2010-12-17 03:34:50 +00:00
InputCommon
InputUICommon
VideoCommon Fix TextureDecoder.cl to work on both NVidia and ATI video cards. 2010-12-19 14:59:57 +00:00
VideoUICommon Revert most stuff from r6517 and revert r6501. 2010-12-16 17:40:45 +00:00
wiiuse Apparently I missinterpreted that thing in tortoise svn. 2010-12-19 04:00:07 +00:00
CMakeLists.txt