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