summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderManager.cpp
AgeCommit message (Expand)Author
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2021-03-06Convert CPMemory to BitField and enum classPokechu22
2021-03-06Create constants for CP registers and masksPokechu22
2019-12-05VideoCommon/IndexGenerator: Eliminate static stateLioncash
2019-07-10VideoCommon/Statistics: Rename stats global to g_statsLioncash
2019-07-10VideoCommon/Statistics: Normalize statistic variable namesLioncash
2019-06-01Common/CommonFuncs: Remove now-unneccessary ArraySize functionLioncash
2019-05-31VideoCommon: Constrain the array_base registersbooto
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-02-19Move most backend functionality to VideoCommonStenzek
2018-03-14Assert: Uppercase assertion macrosLioncash
2017-07-30Vulkan: Uber shader supportStenzek
2017-07-30ShaderGen: Implement vertex ubershadersStenzek
2017-07-30VertexLoaderManager: Add methods to generate "uber" vertex formatsStenzek
2017-05-18Remove D3D12Helios747
2017-03-26VertexLoaderManager: Return debug strings by valueLioncash
2017-03-26VertexLoaderBase: Return debug strings by valueLioncash
2017-02-18VertexManagerBase: Make CreateNativeVertexFormat return a unique_ptrLioncash
2016-10-08Remove Frameskipanthony
2016-09-17VertexLoaderJit: Fix out-of-bounds access for zfreeze.degasus
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