index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
VertexLoaderARM64.cpp
Age
Commit message (
Expand
)
Author
2024-10-12
Cache normals in addition to binormals and tangents
Pokechu22
2024-04-04
Fix out of bounds accesses for invalid vertex component formats
Pokechu22
2023-12-16
JitArm64: Use enum class for LogicalImm size parameter
JosJuice
2023-10-31
Jit64: Recompile asm routines on cache clear
JosJuice
2023-02-12
VertexLoader: Add more info to m_vertex_size == m_src_ofs assertion
Pokechu22
2022-11-22
VertexLoader: Eliminate use of DataReader
Pokechu22
2022-09-18
VertexLoaderARM64: Fix direct normal+tangent+binormal with index3 set
Pokechu22
2022-09-18
VertexLoaderARM64: Specify the register to use as a parameter to ReadVertex
Pokechu22
2022-09-18
VertexLoaderARM64: Merge GetAddressImm into GetVertexAddr
Pokechu22
2022-09-18
VertexLoaderARM64: Always use unscaled load/store instructions
Pokechu22
2022-09-18
VertexLoaderARM64: Use EnumMap for normal scales
Pokechu22
2022-05-18
Rename CP and XF normal component count enums and update their descriptions
Pokechu22
2022-04-22
VideoCommon: Handle emboss texgen with only a single normal
Pokechu22
2022-04-22
VertexLoader: Convert count register to remaining register
Pokechu22
2022-04-22
Convert vertex loader position cache to std::array
Pokechu22
2022-04-22
VertexLoaderARM64: Fix z-freeze position matrix index
Pokechu22
2021-12-18
Eliminate VarType for ComponentFormat
Pokechu22
2021-12-18
VideoCommon: Move VertexLoaderManager logic out of CPState
Pokechu22
2021-12-18
Refactor OpcodeDecoding and FIFO analyzer to use callbacks
Pokechu22
2021-12-18
Create and use CPArray enum class
Pokechu22
2021-09-30
fix unused variable warning
Shawn Hoffman
2021-07-12
JitArm64: Stop using hand-encoded logical immediates
JosJuice
2021-07-10
JitArm64: Encode logical immediates at compile-time where possible
JosJuice
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-05-22
Apple M1: RAII Wrapper for JITPageWrite*Execute*()
Skyler Saleh
2021-05-22
Apple M1 Support for MacOS
Skyler Saleh
2021-05-07
Move vertex size and component calculation to VertexLoaderBase
Pokechu22
2021-05-07
Remove VertexLoaderBase::IsInitialized
Pokechu22
2021-05-07
Eliminate TVtxAttr
Pokechu22
2021-05-07
Extract VertexLoaderARM64::GetLoadSize into a new function
Pokechu22
2021-03-26
Refactor CP array constants slightly
Pokechu22
2021-03-13
Arm64Gen: Convert ARM64Reg to enum class
Dentomologist
2021-03-06
Convert CPMemory to BitField and enum class
Pokechu22
2021-01-17
Arm64Emitter: Convert ShiftType to enum class
Dentomologist
2021-01-15
Arm64Emitter: Convert IndexType to enum class
Dentomologist
2019-12-28
Compile fixes for Windows-on-ARM64
Stenzek
2018-05-27
VertexLoaderArm: Fix 565 color format.
degasus
2018-04-12
Reformat all the things!
spycrab
2016-09-27
Merge pull request #4210 from degasus/arm
Markus Wick
2016-09-26
VertexLoaderArm64: Mark register allocation as static const.
degasus
2016-09-17
VertexLoaderJit: Fix out-of-bounds access for zfreeze.
degasus
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-17
VideoCommon: Header cleanup
Lioncash
2015-09-06
General: Replace GC_ALIGN macros with alignas
Lioncash
2015-09-04
[AArch64] Minor improves to the vertex loader JIT
Ryan Houdek
2015-06-20
[AArch64] Fix a couple of bugs in the vertex loader
Ryan Houdek
2015-06-07
[AArch64] Implement ZFreeze cache
Ryan Houdek
2015-05-30
Clean up cached_arraybases. Update VideoSW to new scheme.
Scott Mansell
2015-05-25
Merge pull request #2274 from degasus/disable_bbox
Ryan Houdek
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
[next]