summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderX64.cpp
AgeCommit message (Expand)Author
2022-11-22VertexLoader: Eliminate use of DataReaderPokechu22
2022-09-18VertexLoaderX64: Fix direct normal+tangent+binormal with index3 setPokechu22
2022-09-18VertexLoaderX64: Use EnumMap for normal scalesPokechu22
2022-07-25CPUDetect: improve win/arm64 supportShawn Hoffman
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
2022-04-22VertexLoader: Convert count register to remaining registerPokechu22
2022-04-22Convert vertex loader position cache to std::arrayPokechu22
2022-04-22VertexLoaderX64: Refactor so that zfreeze is only in one placePokechu22
2022-02-16JitRegister: Use fmtMerry
2021-12-18Eliminate VarType for ComponentFormatPokechu22
2021-12-18Create and use CPArray enum classPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
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-26Refactor CP array constants slightlyPokechu22
2021-03-06Convert CPMemory to BitField and enum classPokechu22
2020-01-26VertexLoaderX64: Don't use PDEP on AMD ZenTechjar
2017-05-20Remove code for only allocating low memoryJosJuice
2017-03-26VertexLoaderBase: Return debug strings by valueLioncash
2016-12-04VertexLoaderX64: Avoid unchecked pointer cast.degasus
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-25VertexLoaderX64: optimize more color swizzlesTillmann Karras
2015-10-22VertexLoaderX64: optimize 4444 color conversionTillmann Karras
2015-09-28Fix building with PCH disabled.Rohit Nirmal
2015-09-12VertexLoaderX64: fix 2GB warningsTillmann Karras
2015-08-26Jit64: some byte-swapping changesTillmann Karras
2015-06-07zfreeze: cache vertex positionsTillmann Karras
2015-06-07VertexLoaderX64: revert 9da86092aeb1fda7470a661a36Tillmann Karras
2015-06-03VertexLoaderX64: generate PICTillmann Karras
2015-05-30Clean up cached_arraybases. Update VideoSW to new scheme.Scott Mansell
2015-05-25Merge pull request #2274 from degasus/disable_bboxRyan Houdek
2015-05-25Add missing license headersTillmann Karras
2015-05-25BBox: remove now unreachable SW bbox implementationdegasus
2015-04-23Fix code broken by mergecomex
2015-04-23Merge pull request #2223 from phire/immcomex
2015-03-18VertexLoaderX64: use common code for FORMAT_FLOATTillmann Karras
2015-03-18VertexLoaderX64: support SSE2 as a fallbackTillmann Karras
2015-03-18VertexLoaders: make positions more compactTillmann Karras
2015-03-17Make OpArg.offset and operandReg private.Scott Mansell
2015-03-08VertexLoaderX64: fix harmless off-by-one errorTillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-02-24Clean up the intrinsics #ifdef messTillmann Karras
2015-02-13Change RunVertices' function arguments.Ryan Houdek
2015-01-28JitRegister: overload Register with a [start,end) variantGabriel Corona
2015-01-26VertexLoaderX64: save XMM0 if the ABI requires itTillmann Karras