summaryrefslogtreecommitdiff
path: root/Data/User/OpenCL/TextureDecoder.cl
AgeCommit message (Collapse)Author
2009-12-23Dolphin now uses the first OpenCL device found on the system.skidau
Added cast in TextureDecoder.cl to satisfy the OpenCL compiler (thanks, Orphis). git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4718 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-10-22OpenCL: Fixed and enabled CMPR decompressionOrphis
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4448 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-10-20OpenCL: Moved the OpenCL code from the compiled source to a separate file ↵Orphis
TextureDecoder.cl and added a .rules files to copy the updated version to the build directory. Fixed RGB5A3 decoding with alpha New CMPR decoding, blocks with no alpha are great, still have to figure the problems with transparent blocks. Disabled for now. Added a better error reporting to the base OpenCL functions git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4439 8ced0084-cf51-0410-be5f-012b33b47a6e