summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderManager.cpp
AgeCommit message (Expand)Author
2016-08-21VertexManagerBase: Get rid of static behaviorLioncash
2016-06-26VideoBackends: Merge Initialize and Shutdown functions.degasus
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-02-15D3D12: Additions to VideoCommon to support D3D12 backend.hdcmeta
2016-01-31VideoCommon: Convert some DataReader includes into forward declarationsLioncash
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-06VideoSW: Use more VideoCommondegasus
2015-12-22VertexLoaderBase: Get rid of explicit delete and newLioncash
2015-11-24NativeVertexFormat: Inline Initialize in contructordegasus
2015-11-02VideoCommon: VertexManager -> VertexManagerBaseTillmann Karras
2015-11-01VideoCommon: flush vertex manager if components changeTillmann Karras
2015-10-22VertexLoaderManager: symbolize magic constantTillmann Karras
2015-07-08VertexLoader: avoid empty lines in perf-$pid.mapTillmann Karras
2015-06-07zfreeze: cache vertex positionsTillmann Karras
2015-05-30Add a dirty flag for arraybases.Scott Mansell
2015-05-30Clean up cached_arraybases. Update VideoSW to new scheme.Scott Mansell
2015-05-29Fix invalid pointer errors in Burnout 2.Scott Mansell
2015-05-25Merge pull request #2274 from degasus/disable_bboxRyan Houdek
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-25BBox: remove now unreachable SW bbox implementationdegasus
2015-02-23Merge pull request #2050 from Tilka/reset_vertex_loader_statsskidau
2015-02-14VertexLoaderManager: reset stats properlyTillmann Karras
2015-02-13Change RunVertices' function arguments.Ryan Houdek
2015-01-31VertexLoaderManager: assimilate GetVertexSize()Tillmann Karras
2015-01-24Stop doing nastly shit to OpenGL stream buffers.Scott Mansell
2015-01-23Fix various issues with zfreeze implemntation.Scott Mansell
2015-01-18VertexLoaderManager: make it nicer to readTillmann Karras
2015-01-03VideoCommon: fix deterministic dual coredegasus
2014-12-21VideoCommon: split VertexLoaderBase from VertexLoaderdegasus
2014-12-21VertexLoader: remove inlined gettersdegasus
2014-12-21VideoCommon: Move NativeVertexFormat cache to VertexLoaderManagerdegasus
2014-12-21VertexLoaderUid: remove operator<degasus
2014-12-21VideoLoader: remove VAT_*_FRACBITSdegasus
2014-12-09VideoCommon: clean up VertexLoaderdegasus
2014-12-09VideoCommon: cleanup OpcodeDecoderdegasus
2014-10-25Convert some VideoCommon stuff to BitSet.comex
2014-09-28Changes to allow LoadCPReg to work in a preprocess mode which affects a separ...comex
2014-09-28Mechanical changes to move most CP state to a struct rather than separate glo...comex
2014-09-28Some changes to VertexLoaderManager:comex
2014-09-19Fix build failing when disabling precompiled headers.Rohit Nirmal
2014-09-04VideoCommon: rewrite frame skipping codedegasus
2014-09-01Refactor opcode decoding a bit to kill FifoCommandRunnable.comex
2014-08-16VertexLoader: cache NativeVertexFormatdegasus
2014-08-04VertexLoader: do not prepare for vertices if we need to skip themPierre Bourdon
2014-08-02VertexLoader: Remove more global state dependencies (this time IndexGenerator...Pierre Bourdon
2014-07-26VertexLoader: Remove global state dependency on g_nativeVertexFmtPierre Bourdon
2014-07-24VertexLoader: take the VAT object directly for RunVerticesPierre Bourdon
2014-07-24VertexLoaderUID: remove global state dependencyPierre Bourdon
2014-07-04VideoCommon: Cache native vertex formatsdegasus