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