summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoader_Normal.cpp
AgeCommit message (Expand)Author
2024-04-04Fix out of bounds accesses for invalid vertex component formatsPokechu22
2023-01-13VertexLoader: Fix loading tangent/binormal caches with NormalIndex3Pokechu22
2022-11-22VertexLoader: Eliminate use of DataReaderPokechu22
2022-09-15VertexLoader: Inline GetSizeRobin Kertels
2022-05-18Rename CP and XF normal component count enums and update their descriptionsPokechu22
2022-04-22VideoCommon: Handle emboss texgen with only a single normalPokechu22
2021-12-18Create and use CPArray enum classPokechu22
2021-12-18VertexLoader: Convert to EnumMapPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-06Convert CPMemory to BitField and enum classPokechu22
2020-11-17VideoCommon: Migrate over to fmtLioncash
2019-05-30VideoCommon/VertexLoader_Normal: Use variable template variants of type traitsLioncash
2019-05-30VideoCommon/VertexLoader_Normal: Initialize function table at compile-timeLioncash
2019-05-29VideoCommon/VertexLoader_Normal: Tidy up function declarationsLioncash
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2018-06-09Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINELioncash
2018-06-09Common: Add header for compiler-specificsLioncash
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2015-08-28Fix building with PCH disabled.Rohit Nirmal
2015-06-20VertexLoader: Remove the LOADERDECL define.Lioncash
2015-05-30Clean up cached_arraybases. Update VideoSW to new scheme.Scott Mansell
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-01-20VertexLoader: remove non-JIT SSE codeTillmann Karras
2015-01-18VertexLoader_Normal: use shorter notationTillmann Karras
2015-01-18DataReader: turn WritePointer into GetPointerTillmann Karras
2014-12-21VertexLoader: Add a VertexLoader pointer to each function calldegasus
2014-12-09VideoCommon: Rename s_pCurBufferPointerdegasus
2014-12-09VideoCommon: rewrite DataReaderdegasus
2014-11-20Vertex Loader: SSE implementations of more position/texcoord/normal formatsFiora
2014-09-28Mechanical changes to move most CP state to a struct rather than separate glo...comex
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-01VertexLoader: Change VtxDesc to use u64 instead of u32Pierre Bourdon
2014-08-30Get rid of C-style empty function parameter indicatorsLioncash
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-01-21VertexLoader: temp class for reader/writerdegasus
2014-01-21VertexLoader: inline destionation bufferdegasus
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre