| Age | Commit message (Expand) | Author |
| 2011-03-22 | Fixed some memory leaks. Only one was mine ;P | Jordan Woyak |
| 2011-03-20 | Simplify the SCons build: | Soren Jorvang |
| 2011-03-19 | Fixed a memory leak that occurred while compiling the OpenCL kernels. | skidau |
| 2011-03-11 | Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read... | Jordan Woyak |
| 2011-02-28 | Convert GetUserPath to return a std::string instead of a const char *. This ... | Glenn Rice |
| 2011-02-14 | Initialize all struct members. | Soren Jorvang |
| 2011-01-31 | fix windows (vs2010) build | Shawn Hoffman |
| 2011-01-06 | Kill HAVE_OPENCL. | Soren Jorvang |
| 2011-01-01 | Use the public svn_rev_str for the kernel.bin header instead of | Soren Jorvang |
| 2010-12-19 | Avoid shadowing variables. | Soren Jorvang |
| 2010-12-19 | Fix TextureDecoder.cl to work on both NVidia and ATI video cards. | Glenn Rice |
| 2010-12-19 | Build fix for Linux x86 | skidau |
| 2010-12-19 | Cached the compiled OpenCL kernels to disk (User/OpenCL/kernel.bin). This re... | skidau |
| 2010-10-24 | Added a safer OpenCL shutdown procedure. | skidau |
| 2010-07-29 | Use .cpp suffix when detecting libraries. On some systems, g++ | Soren Jorvang |
| 2010-07-06 | cleanup + some eolz | luisr142004 |
| 2010-06-29 | Dynamically load OpenCL on Windows with CLRun. There shouldn't be the need to... | Orphis |
| 2010-06-26 | Lint. | Soren Jorvang |
| 2010-06-22 | Added OpenCL texture decoding to RGBA usable by DX11 for formats RGB565, RGBA... | Orphis |
| 2010-06-22 | Refactor and prepare the OpenCL texture decoder for decoding textures to RGBA... | Orphis |
| 2010-06-19 | apply a patch done by xsacha :) + some minor stuff :p | luisr142004 |
| 2010-06-09 | Hg: | Shawn Hoffman |
| 2010-04-01 | Another one bites the dust | Sonicadvance1 |
| 2010-02-13 | Fix crash when stopping and starting a game with OpenCL enabled | Sonicadvance1 |
| 2010-02-12 | Fix a memory leak in OpenCL | Sonicadvance1 |
| 2010-02-12 | Fix a Memory leak in CoreAudio backend, around 2MB. Stops OpenCL from trying ... | Sonicadvance1 |
| 2010-02-02 | Linux global build. At least the basic footwork is done here. | Glenn Rice |
| 2009-10-22 | OpenCL: Fixed and enabled CMPR decompression | Orphis |
| 2009-10-20 | OpenCL: Moved the OpenCL code from the compiled source to a separate file Tex... | Orphis |
| 2009-10-14 | OpenCL: More formats (thanks, orphis) RGBA8, RGB565, RGB5A3. Optimized the bu... | XTra.KrazzY |
| 2009-10-13 | OpenCL: Implemented I4 and corrected IA8 (huge thanks to Orphis for fixes, im... | XTra.KrazzY |
| 2009-10-11 | OpenCL: Kernels are now more general... | XTra.KrazzY |
| 2009-10-11 | OpenCL: Set up ground for more texture formats. Implemented the IA8 format (s... | XTra.KrazzY |
| 2009-10-11 | OpenCL: Solved the IA4 case (some byteswapping was necessary, hope there's a ... | XTra.KrazzY |
| 2009-10-07 | OpenCL: Vectorized I8 texture decoding and added a (too intense?) IA4 decodin... | XTra.KrazzY |
| 2009-10-07 | OpenCL: Texture decoding is now two dimensional | XTra.KrazzY |
| 2009-10-07 | OpenCL: More windows support and some unfinished work | XTra.KrazzY |
| 2009-10-07 | Better TF_I8 decoding via OCL. Can still get way better though. Seems XFB spe... | Sonicadvance1 |
| 2009-10-07 | Woops, that is why getting work group size failed | Sonicadvance1 |
| 2009-10-07 | Fix XFB converting, silly mistake. Disable Texture converting ATM since it fa... | Sonicadvance1 |
| 2009-10-07 | More OpenCL work, got XFB converting which needs more optimization. I haven't... | Sonicadvance1 |
| 2009-09-30 | OpenCL: More work on centralization (need SCons reflection) | XTra.KrazzY |
| 2009-09-30 | OpenGL and OpenCL are NOT related! (Committed here are some scons fixes) | XTra.KrazzY |
| 2009-09-30 | OpenCL: added opencl=true option to scons and fixed the case on the way. | nakeee |
| 2009-09-30 | OpenCL: A bit more work. | XTra.KrazzY |
| 2009-09-30 | Base of OpenCL code | Sonicadvance1 |