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