summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderARM64.h
AgeCommit message (Expand)Author
2022-11-22VertexLoader: Eliminate use of DataReaderPokechu22
2022-09-18VertexLoaderARM64: Fix direct normal+tangent+binormal with index3 setPokechu22
2022-09-18VertexLoaderARM64: Specify the register to use as a parameter to ReadVertexPokechu22
2022-09-18VertexLoaderARM64: Merge GetAddressImm into GetVertexAddrPokechu22
2021-12-18Create and use CPArray enum classPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-07Remove VertexLoaderBase::IsInitializedPokechu22
2021-05-07Remove VertexLoader::ToStringPokechu22
2021-03-06Convert CPMemory to BitField and enum classPokechu22
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-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-16[AArch64] Change the vertex loader over to using unscaled loadstores.Ryan Houdek
2015-02-16[AArch64] Implement vertex loader recompiler.Ryan Houdek