summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderX64.cpp
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-03-10GCC: Remedy NRVO Failsmitaclaw
2024-10-12Cache normals in addition to binormals and tangentsPokechu22
2024-04-04Fix out of bounds accesses for invalid vertex component formatsPokechu22
2023-10-31Jit64: Recompile asm routines on cache clearJosJuice
2023-06-12XEmitter: Add enum class JumpDentomologist
2023-06-12Merge pull request #10976 from TellowKrinkle/StackFramesOatmealDome
2023-05-02Common/JitRegister: Move interface into Common namespaceLioncash
2023-02-12VertexLoader: Add more info to m_vertex_size == m_src_ofs assertionPokechu22
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-08-10Common:X64ABI: Make proper stack framesTellowKrinkle
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