summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/DLCache.cpp
AgeCommit message (Expand)Author
2011-05-25A long time since my last commit but i have a lot of work. hope to find some ...Rodolfo Osvaldo Bogado
2011-03-12Fix things so that those who wish to compile with -std=c++0x can. To active ...Glenn Rice
2011-02-27Integer constants larger than int need a type suffix.Soren Jorvang
2011-02-27a little simplification for the dlist id and a little correction to YieldPro...Rodolfo Osvaldo Bogado
2011-02-25some cleaning in dlist cache, runvertices and runcompiledverticesRodolfo Osvaldo Bogado
2011-02-08revert some some of the soren changes to make dolphin compile in vs2008 again...Rodolfo Osvaldo Bogado
2011-02-08second step in dlist optimizations: test the hashes only when the cpu could c...Rodolfo Osvaldo Bogado
2011-02-08Fix Plugin_VideoSoftware build.Soren Jorvang
2011-02-08Experimental commit: this is the base for a more complex dlist control code, ...Rodolfo Osvaldo Bogado
2011-02-07some little fixes for dlist caching, maybe a little speed up but nothing grea...Rodolfo Osvaldo Bogado
2011-01-31Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...Jordan Woyak
2011-01-29little correctionRodolfo Osvaldo Bogado
2011-01-29A few compiler warnings.Soren Jorvang
2011-01-29some fixes to dlist caching, now most of the remaining glitches should be fixedRodolfo Osvaldo Bogado
2011-01-11Forgot to commit the alignment for opcode last time.xsacha
2011-01-11Use alignment for ReadDataU32XN. Revert james temp fix.xsacha
2011-01-10Use SSSE3 shuffle for DataReader's DataReadU32xN in VideoCommon. The function...xsacha
2010-12-30TextureDecoder.cpp: new SSE2 optimized GX_TF_I8 decoder. Probably not ultimat...james.jdunne
2010-12-04two fixes in this commit:Rodolfo Osvaldo Bogado
2010-11-14Some compiler warnings and eol-style.Soren Jorvang
2010-11-14little bug fix for my last commitRodolfo Osvaldo Bogado
2010-11-14OSX buildfixj4ck.fr0st
2010-11-14more work on dlist caching now should be a little fasterRodolfo Osvaldo Bogado
2010-10-22VideoCommon: Fixed the crash when the code cache of DLCache is full.nodchip
2010-10-03Merged identical VertexManager code from DX9/DX11/OGL plugins into VideoCommo...Jordan Woyak
2010-09-16Silence some compiler warnings that have accumulated.Glenn Rice
2010-09-14Dlist Cache step 2:Rodolfo Osvaldo Bogado
2010-09-06std::string needs <string> rather than <string.h>.Soren Jorvang
2010-09-03I think it should be addr there, not address. Plus code-formatting.j4ck.fr0st
2010-08-30fix for my last commitRodolfo Osvaldo Bogado
2010-08-30some fixes for dlist, now is configurable in the video config section, still ...Rodolfo Osvaldo Bogado
2010-08-29fully implemented display list cache with vertex data included and added in a...Rodolfo Osvaldo Bogado