| Age | Commit message (Expand) | Author |
| 2010-06-02 | Fix some cases of variables being used uninitialized. Also some unused | Soren Jorvang |
| 2010-05-28 | Improve iterator usage. | Jordan Woyak |
| 2010-05-27 | lets apply some mathematical magic: | Rodolfo Osvaldo Bogado |
| 2010-05-27 | ultra experimental commit. fixed tev functionality, now it must be almost per... | Rodolfo Osvaldo Bogado |
| 2010-05-26 | For these assertions to trip, enums in CPMemory.h which seem pretty much set | Soren Jorvang |
| 2010-05-26 | #if 0 work-in-progress code. | Soren Jorvang |
| 2010-05-26 | Remove unused variables. | Soren Jorvang |
| 2010-05-24 | Fix a few compiler/valgrind warnings, kill check for 17th texenv registers, | pierre |
| 2010-05-23 | Rework the logic for avoiding lerp() in shader code | pierre |
| 2010-05-22 | let's keep experimenting: | Rodolfo Osvaldo Bogado |
| 2010-05-22 | Use symbolic names instead of numbers and bump cache version | pierre |
| 2010-05-22 | Modify r5462 as requested by rodolfoosvaldobogado | pierre |
| 2010-05-22 | The result of the last texenv stage is used regardless of destination register | pierre |
| 2010-05-19 | after a good commit lets make some experiments: | Rodolfo Osvaldo Bogado |
| 2010-05-17 | a little optimization in shaders constants setting , based on the same idea o... | Rodolfo Osvaldo Bogado |
| 2010-05-04 | fast commit : | Rodolfo Osvaldo Bogado |
| 2010-04-22 | Move fullscreen display resolution control to the GUI with the rest of the fu... | Glenn Rice |
| 2010-04-15 | Re-added Skies of Arcadia projection hack. Fixes issue 2514. | skidau |
| 2010-04-12 | a few minor code fixes. | nitsuja- |
| 2010-04-12 | Big restructuring of how the video plugin works. In linux and windows you sh... | Glenn Rice |
| 2010-04-10 | VideoCommon: Fixed the bug that some texture become black in SSSE3.1 codes. | nodchip |
| 2010-04-09 | VideoCommon: Added automatic selection routines for SSSE3/SSE4.1 codes. It se... | nodchip |
| 2010-04-09 | VideoCommon: merged SSSE3/SSE4.1 codes. Added some additional SSSE3/SSE4.1 co... | nodchip |
| 2010-04-04 | Tweaked the widescreen hack: It now "hacks" to and from any aspect ratio, not... | Jordan Woyak |
| 2010-04-03 | back to limit vps instead of fps as this fix fps limit and now it works corre... | Rodolfo Osvaldo Bogado |
| 2010-04-02 | Fixed bug where the projection hack setting was not being saved in the Game P... | skidau |
| 2010-04-01 | Another one bites the dust | Sonicadvance1 |
| 2010-03-10 | Extend the OGL virtual XFB to handle games that use multiple XFBs to make a f... | donkopunchstania |
| 2010-03-09 | Added scons options "shared_libname=true" to link agains the system shared li... | Glenn Rice |
| 2010-03-09 | Texture coordinates are stored in fixed point format in TEV which allows over... | donkopunchstania |
| 2010-03-07 | Removed more compiler warnings in linux. | Glenn Rice |
| 2010-03-06 | Fixed the crazy code in r5161. | nodchip |
| 2010-03-06 | Reverted the comparison function to r5159 and rewrote map to hash_map. I conf... | nodchip |
| 2010-03-05 | Rewrote a object-comparison code using a standard function. It's a tiny refac... | nodchip |
| 2010-02-28 | Fixed a wrong type in r5140. | nodchip |
| 2010-02-28 | Refactored VertexLoader::CompileVertexTranslator(). Now texture coordinates l... | nodchip |
| 2010-02-28 | Refactored VertexLoader::CompileVertexTranslator(). Now the vertex position l... | nodchip |
| 2010-02-26 | experimental commit: simplify even more the params. please test and if theres... | Rodolfo Osvaldo Bogado |
| 2010-02-26 | Simplify the params for the safe texture cache | Rodolfo Osvaldo Bogado |
| 2010-02-24 | Reverted because of some processor and performance issue. I will develop in a... | nodchip |
| 2010-02-24 | Added SSSE3/SSE4.1 code for speed up. The code does not work in this revision... | nodchip |
| 2010-02-24 | Systematically eliminating compiler warnings. | Glenn Rice |
| 2010-02-23 | First a bugfix: | Rodolfo Osvaldo Bogado |
| 2010-02-23 | Some tiny fix, fixed a crash when activating "overlay some statistics" on OGL... | sl1nk3.s |
| 2010-02-22 | Revert commit 5105 until we sort out how we want this to work in linux. | Glenn Rice |
| 2010-02-22 | On linux don't compile and link against lzo, soil, and sfml "Externals." | Glenn Rice |
| 2010-02-20 | Some code clean up, and take care of some compiler warnings. | Glenn Rice |
| 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 |