summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexManagerBase.cpp
AgeCommit message (Expand)Author
2015-02-19Decode EFB copies used as paletted textures.magumagu
2015-01-25Fix a buffer underrun in CalculateZSlope.Scott Mansell
2015-01-24Coding style cleanup from the zfreeze mergeLioncash
2015-01-24Stop doing nastly shit to OpenGL stream buffers.Scott Mansell
2015-01-24Move Zfreeze code out individual backends into videoCommonScott Mansell
2015-01-23A few small cleanups based on code review.Scott Mansell
2015-01-23Ensure that ZSlopes save/restore state correctly.Scott Mansell
2015-01-23Reduce number of divisions in screenspace transform.Scott Mansell
2015-01-23Fixes Mario Tennis Gimmick Courts and adds support for FastDepthCalcNanoByte011
2015-01-23Fix various issues with zfreeze implemntation.Scott Mansell
2015-01-23Cleanup and refactor of zfreeze portNanoByte011
2015-01-11TextureCache: inline arguments into texture cachedegasus
2014-12-20GeometryShaderManager: Set stereo parameters in a SetConstants() call.Jules Blok
2014-12-18GeometryShaderManager: Set the constants within the callbacks.Jules Blok
2014-12-14VideoCommon: Add a separate constants buffer for the geometry shader.Jules Blok
2014-12-09VideoCommon: clean up VertexLoaderdegasus
2014-11-20Vertex Loader: SSE implementations of more position/texcoord/normal formatsFiora
2014-10-25Convert some VideoCommon stuff to BitSet.comex
2014-09-24Added a xf.numtexgen != bp.numtextgen error log if there is a mismatch detected.skidau
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-06-11Fix a few warnings caused by using BitField with non-typesafe functions.Tony Wasserka
2014-05-18Merge pull request #355 from magumagu/gx-missing-opcodeTony Wasserka
2014-05-16Video backends: mass-replace "xfregs" with "xfmem".magumagu
2014-05-10Opcode decoding: handle missing opcodes 0x88 etc.magumagu
2014-03-25BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumera...Tony Wasserka
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-15move perfquery enable checks into videocommon (caller side)degasus
2014-02-15move shared parts from VertexManager::vFlush into VideoCommondegasus
2014-01-31VideoCommon: small VertexLoader(Manager)? refactoringdegasus
2014-01-24VideoCommon: fix "Buffer not large enough for all vertices!"degasus
2014-01-23D3D: move streaming buffer fallback into D3D backenddegasus
2014-01-23VideoCommon: don't save streaming fifos into savestatedegasus
2014-01-23VideoCommon: allow backends to set the buffer pointer as they want todegasus
2014-01-21fix windows debug comiledegasus
2014-01-21VideoCommon: merge trivial parts of VertexManager::Flushdegasus
2014-01-17VideoCommon: merge triangle+list+point index buffersdegasus
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre