summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoader.cpp
AgeCommit message (Expand)Author
2023-12-02VertexLoader: Use Common::SmallVectorPokechu22
2023-12-02VertexLoader: Remove unnecessary calls to VertexLoader_TextCoord::GetDummyFun...Pokechu22
2023-12-02VertexLoader: Fix wrong array being used if color 1 is present but color 0 isn'tPokechu22
2022-11-22Fix VertexLoader.cpp using the wrong size for texture matrix indices without ...Pokechu22
2022-11-22VertexLoader: Eliminate use of DataReaderPokechu22
2022-05-18Rename CP and XF normal component count enums and update their descriptionsPokechu22
2022-04-22VertexLoader: Convert count register to remaining registerPokechu22
2022-04-22Convert vertex loader position cache to std::arrayPokechu22
2022-01-09Common/Assert: Switch to fmtPokechu22
2021-12-18Eliminate VarType for ComponentFormatPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-07Move vertex size and component calculation to VertexLoaderBasePokechu22
2021-05-07Eliminate TVtxAttrPokechu22
2021-05-07Convert VertexLoader_Color to a tablePokechu22
2021-03-06Convert CPMemory to BitField and enum classPokechu22
2020-11-17VideoCommon: Migrate over to fmtLioncash
2019-05-30VideoCommon/VertexLoader_Normal: Initialize function table at compile-timeLioncash
2018-03-14Assert: Uppercase assertion macrosLioncash
2016-09-17VertexLoaderJit: Fix out-of-bounds access for zfreeze.degasus
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2015-10-11VertexLoaderUtils: remove simple wrapper functionsTillmann Karras
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-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-05-25VideoCommon: Make BBox emulation optionaldegasus
2015-03-18VertexLoaders: make positions more compactTillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-02-13Change RunVertices' function arguments.Ryan Houdek
2015-01-26VertexLoader: small clean upTillmann Karras
2015-01-20VertexLoader: never reset alpha in 8888 colorsTillmann Karras
2015-01-20VertexLoader: remove weird lineTillmann Karras
2015-01-20VertexLoader: remove non-JIT SSE codeTillmann Karras
2015-01-19VertexLoader: fix position offset bugTillmann Karras
2015-01-18VertexLoader: add new JITTillmann Karras
2015-01-18VertexLoader: remove old JITTillmann Karras
2015-01-18DataReader: turn WritePointer into GetPointerTillmann Karras
2014-12-21VertexLoader: Skip vertices with position index = -1degasus
2014-12-21VertexLoader: Merge dummy functionsdegasus
2014-12-21VertexLoader: Add a VertexLoader pointer to each function calldegasus
2014-12-21VideoCommon: split VertexLoaderBase from VertexLoaderdegasus
2014-12-21VideoCommon: Move NativeVertexFormat cache to VertexLoaderManagerdegasus
2014-12-21VideoLoader: remove VAT_*_FRACBITSdegasus
2014-12-09VideoCommon: clean up VertexLoaderdegasus
2014-12-09VideoCommon: Rename s_pCurBufferPointerdegasus
2014-12-09VideoCommon: cleanup OpcodeDecoderdegasus