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
/
VertexManagerBase.cpp
Age
Commit message (
Expand
)
Author
2013-04-24
Formatting cleanup for VideoCommon.
Lioncash
2013-04-10
fix triangle_fan size calculation
degasus
2013-04-08
Merge branch 'master' into primitive_restart
degasus
2013-03-31
Fix some typos and correct some capitalizations in the log messages.
Lioncash
2013-03-29
first try of primitive restart index generator
degasus
2013-03-23
check for overflow vertex indices, fixes issue 6135
degasus
2013-03-19
Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.
lioncash
2013-03-06
fix VertexManager::GetRemainingIndices
degasus
2013-03-04
Merge branch 'master' into vertex-loader-cleanup
Jordan Woyak
2013-03-02
Merge branch 'master' into windows-unicode
Jordan Woyak
2013-02-28
Open std::fstream in a unicode-safe manner.
Jordan Woyak
2013-03-01
Merge branch 'master' into perfqueries.
NeoBrainX
2013-02-27
Tweak Vertex/Index buffer handling a bit.
Jordan Woyak
2013-02-22
VertexManager cleanup
Jordan Woyak
2013-02-21
IndexGenerator cleanup.
Jordan Woyak
2013-02-21
Experimental VertexLoader cleanup!
Jordan Woyak
2013-02-21
consistently usage of buffer pointers
degasus
2013-01-08
Move alpha pretest to BPMemory.h and rename a bunch of alpha testing related ...
NeoBrainX
2012-12-23
revert last commit, add CheckInvalidState to VideoBackend
degasus
2012-12-21
add invalid flag for BPStructs (fix issue 5790)
degasus
2012-08-26
D3D11: Implement some PE pixel performance metrics.
NeoBrainX
2012-06-11
Remove "Disable Lighting".
NeoBrainX
2012-06-08
Fast mipmaps deserves to die!!
NeoBrainX
2012-05-26
savestate vertexmanager (base) since it affects VertexLoader::RunVertices whi...
nitsuja
2012-05-13
Dump the redundant "save textures" function. Use TextureCache's dumping featu...
NeoBrainX
2011-04-30
Fix "Disable Lighting" in D3D9 and D3D11.
NeoBrainX
2011-02-28
Convert GetUserPath to return a std::string instead of a const char *. This ...
Glenn Rice
2011-02-08
Defer texture invalidation to the video thread from the video configuration d...
baby.lueshi
2011-02-05
Changes to hi-res textures. Textures now load correctly when loading/saving a...
baby.lueshi
2011-01-27
Clean out the long since bit-rotted video profiling code.
Soren Jorvang
2010-11-18
Move some shared gfx plugin code into VideoCommon. Changed "Renderer" class t...
Jordan Woyak
2010-10-19
Merged common texture cache code from video plugins into VideoCommon. (DX11 n...
Jordan Woyak
2010-10-03
Add Turntable.cpp to SCons build.
Soren Jorvang
2010-10-03
Merged identical VertexManager code from DX9/DX11/OGL plugins into VideoCommo...
Jordan Woyak