summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoader_Position.cpp
AgeCommit message (Expand)Author
2024-04-04Fix out of bounds accesses for invalid vertex component formatsPokechu22
2023-01-13VertexLoader: Don't write position_cache if vertex is skippedPokechu22
2022-11-22VertexLoader: Eliminate use of DataReaderPokechu22
2022-10-25VertexLoader: Remove "too many initializer values" workaround functionsPokechu22
2022-09-15VertexLoader: Inline GetSizeRobin Kertels
2022-04-22VertexLoader: Convert count register to remaining registerPokechu22
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
2019-05-30VertexLoader_Position: Tidy up public function definitionsLioncash
2019-05-30VertexLoader_Position: Make lookup tables immutableLioncash
2019-05-30VertexLoader_Position: Place helper functions in anonymous namespaceLioncash
2018-04-12Reformat all the things!spycrab
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-06-07zfreeze: cache vertex positionsTillmann Karras
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-03-18VertexLoaders: make positions more compactTillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-01-20VertexLoader: remove non-JIT SSE codeTillmann Karras
2015-01-19VertexLoader_Position: remove old JIT ideasTillmann Karras
2015-01-18DataReader: turn WritePointer into GetPointerTillmann Karras
2014-12-21VertexLoader: Skip vertices with position index = -1degasus
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-07-11avoid the extern keyword in .cpp filesdegasus
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2014-01-21VertexLoader: temp class for reader/writerdegasus
2014-01-21VertexLoader: inline destionation bufferdegasus
2014-01-21VertexLoader: load scale factor as const, this will save some assembler instr...degasus
2014-01-16VertexLoader: don't check for possible rangedegasus
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre