summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderBase.h
AgeCommit message (Expand)Author
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaƫle
2024-01-31VertexLoaderBase: Collapse std namespace for hash and mark noexceptLioncash
2022-11-22VertexLoader: Eliminate use of DataReaderPokechu22
2022-09-15VertexLoader: Optimize GetVertexSizeRobin Kertels
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-09Eliminate TVtxDesc.GetLegacyHexPokechu22
2021-05-30Fix -Wreorder warningsTillmann Karras
2021-05-07Separate vertex components by spacesPokechu22
2021-05-07Move vertex size and component calculation to VertexLoaderBasePokechu22
2021-05-07Remove VertexLoaderBase::IsInitializedPokechu22
2021-05-07Eliminate TVtxAttrPokechu22
2021-05-07Remove VertexLoader::ToStringPokechu22
2021-03-06Convert CPMemory to BitField and enum classPokechu22
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2018-04-12Reformat all the things!spycrab
2017-06-07fix various instances of -1 being assigned to unsigned typesShawn Hoffman
2017-03-26VertexLoaderBase: Return debug strings by valueLioncash
2017-03-23VertexLoaderBase: In-class initialize class members where applicableLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-31VideoCommon: Convert some DataReader includes into forward declarationsLioncash
2015-12-22VertexLoaderBase: Get rid of explicit delete and newLioncash
2015-05-25Merge pull request #2274 from degasus/disable_bboxRyan Houdek
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-25BBox: remove now unreachable SW bbox implementationdegasus
2015-02-13Change RunVertices' function arguments.Ryan Houdek
2015-01-18VertexLoaderTester: fix a few problemsTillmann Karras
2014-12-21VideoCommon: split VertexLoaderBase from VertexLoaderdegasus