summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderBase.cpp
AgeCommit message (Expand)Author
2025-01-24VertexLoaderBase: Allow the vertex loader type to be set via configOatmealDome
2024-10-12Cache normals in addition to binormals and tangentsPokechu22
2024-08-22Add support for libfmt-11Alfred Wingate
2024-05-03Replace Common::BitCast with std::bit_castPokechu22
2023-02-09VertexLoaderBase: Fix shadowing warningPokechu22
2023-01-13VertexLoaderTester: Add assertions for position/binormal/tangent cachesPokechu22
2023-01-13VertexLoaderTester: Use asserts instead of logsPokechu22
2022-12-18Common: Use C++20 <bit> header in BitSet.hJosJuice
2022-11-22VertexLoader: Eliminate use of DataReaderPokechu22
2022-09-15VertexLoader: Optimize GetVertexSizeRobin Kertels
2022-05-18Rename CP and XF normal component count enums and update their descriptionsPokechu22
2022-04-22VideoCommon: Rename norm0/norm1/norm2 to normal/tangent/binormalPokechu22
2022-01-09Treewide: Remove unused inclusions of <cinttypes>Pokechu22
2021-07-12VideoCommon: fix generic buildCrystalGamma
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
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
2020-11-17VideoCommon: Migrate over to fmtLioncash
2019-11-23VideoCommon: Make use of fmt outside of shader generatorsLioncash
2018-04-12Reformat all the things!spycrab
2017-03-26VertexLoaderBase: Return debug strings by valueLioncash
2017-03-26VertexLoaderBase: Use std::array where applicableLioncash
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
2016-01-17VideoCommon: Header cleanupLioncash
2015-12-22VertexLoaderBase: Get rid of explicit delete and newLioncash
2015-10-22VertexLoaderTester: drop superfluous newlinesTillmann Karras
2015-10-16VideoCommon: Add includes for generic buildChristian Widmer
2015-09-28Fix building with PCH disabled.Rohit Nirmal
2015-09-11Partially revert "General: Toss out PRI macro usage"Lioncash
2015-09-05General: Toss out PRI macro usageLioncash
2015-07-08Merge pull request #2722 from lioncash/statementMarkus Wick
2015-07-08VertexLoader: avoid empty lines in perf-$pid.mapTillmann Karras
2015-07-07VertexLoaderBase: Adjust the scope of a boolean variableLioncash
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-25Formatting/Whitespace CleanupStevoisiak
2015-02-16[AArch64] Implement vertex loader recompiler.Ryan Houdek
2015-02-13Change RunVertices' function arguments.Ryan Houdek
2015-01-26VertexLoaderBase: fix crash on invalid formatsTillmann Karras
2015-01-20VertexLoaderX64: support VAT.ByteDequant=0Tillmann Karras
2015-01-18VertexLoader: add new JITTillmann Karras
2015-01-18VertexLoaderTester: fix a few problemsTillmann Karras
2015-01-18DataReader: turn WritePointer into GetPointerTillmann Karras