summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/OpenCL/OCLTextureDecoder.cpp
AgeCommit message (Expand)Author
2013-12-11Use less brain damaged names for DLCache and TextureDecoder.Tony Wasserka
2013-11-05Fix {Read,Write}FileToString.Matthew Parlane
2013-09-14Move TextureDecoder.cl from User to SysPierre Bourdon
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-03-19Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.lioncash
2012-03-25Spaces to tabs. Removed a comment.Timo Wiren
2012-03-24Matching new and delete.Timo Wiren
2011-08-21Make titlebar and about dialog fancy for cmake build.Jordan Woyak
2011-03-22Fixed some memory leaks. Only one was mine ;PJordan Woyak
2011-03-20Simplify the SCons build:Soren Jorvang
2011-03-19Fixed a memory leak that occurred while compiling the OpenCL kernels.skidau
2011-03-11Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read...Jordan Woyak
2011-02-28Convert GetUserPath to return a std::string instead of a const char *. This ...Glenn Rice
2011-02-14Initialize all struct members.Soren Jorvang
2011-01-31fix windows (vs2010) buildShawn Hoffman
2011-01-06Kill HAVE_OPENCL.Soren Jorvang
2011-01-01Use the public svn_rev_str for the kernel.bin header instead ofSoren Jorvang
2010-12-19Avoid shadowing variables.Soren Jorvang
2010-12-19Fix TextureDecoder.cl to work on both NVidia and ATI video cards.Glenn Rice
2010-12-19Build fix for Linux x86skidau
2010-12-19Cached the compiled OpenCL kernels to disk (User/OpenCL/kernel.bin). This re...skidau
2010-10-24Added a safer OpenCL shutdown procedure.skidau
2010-07-29Use .cpp suffix when detecting libraries. On some systems, g++Soren Jorvang
2010-07-06cleanup + some eolzluisr142004
2010-06-29Dynamically load OpenCL on Windows with CLRun. There shouldn't be the need to...Orphis
2010-06-26Lint.Soren Jorvang
2010-06-22Added OpenCL texture decoding to RGBA usable by DX11 for formats RGB565, RGBA...Orphis
2010-06-22Refactor and prepare the OpenCL texture decoder for decoding textures to RGBA...Orphis
2010-06-19apply a patch done by xsacha :) + some minor stuff :pluisr142004
2010-06-09Hg:Shawn Hoffman
2010-04-01Another one bites the dustSonicadvance1
2010-02-13Fix crash when stopping and starting a game with OpenCL enabledSonicadvance1
2010-02-12Fix a memory leak in OpenCLSonicadvance1
2010-02-12Fix a Memory leak in CoreAudio backend, around 2MB. Stops OpenCL from trying ...Sonicadvance1
2010-02-02Linux global build. At least the basic footwork is done here.Glenn Rice
2009-10-22OpenCL: Fixed and enabled CMPR decompressionOrphis
2009-10-20OpenCL: Moved the OpenCL code from the compiled source to a separate file Tex...Orphis
2009-10-14OpenCL: More formats (thanks, orphis) RGBA8, RGB565, RGB5A3. Optimized the bu...XTra.KrazzY
2009-10-13OpenCL: Implemented I4 and corrected IA8 (huge thanks to Orphis for fixes, im...XTra.KrazzY
2009-10-11OpenCL: Kernels are now more general...XTra.KrazzY
2009-10-11OpenCL: Set up ground for more texture formats. Implemented the IA8 format (s...XTra.KrazzY
2009-10-11OpenCL: Solved the IA4 case (some byteswapping was necessary, hope there's a ...XTra.KrazzY
2009-10-07OpenCL: Vectorized I8 texture decoding and added a (too intense?) IA4 decodin...XTra.KrazzY
2009-10-07OpenCL: Texture decoding is now two dimensionalXTra.KrazzY
2009-10-07OpenCL: More windows support and some unfinished workXTra.KrazzY