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
/
VertexLoaderManager.cpp
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2025-08-23
VideoBackends / VideoCommon: rename member variables in RenderState to be con...
iwubcode
2025-08-14
DolphinAnalytics: Use Pascal case for GameQuirk enum
Dentomologist
2024-10-29
VideoCommon: Implement primitive breaking for primitive lists
TellowKrinkle
2024-10-12
Cache normals in addition to binormals and tangents
Pokechu22
2024-04-20
Memmap: Replace GetPointer with GetSpanForAddress
JosJuice
2024-04-04
Fix out of bounds accesses for invalid vertex component formats
Pokechu22
2024-02-01
VertexLoaderManager: Use fill() in Init()
Lioncash
2024-02-01
VertexLoaderManager: Remove unused entry struct
Lioncash
2023-04-12
Resolve [-Wclass-memaccess]
Minty-Meeo
2023-03-20
VideoCommon:VertexLoaderManager: Only update vertex format in shader manager ...
Robin Kertels
2023-02-09
Suppress memcpy writing to an object with no trivial copy-assignment warnings
Pokechu22
2023-01-31
Split AbstractGfx out of Renderer
Scott Mansell
2023-01-25
VideoCommon: Cull vertices on the CPU
TellowKrinkle
2022-12-28
VideoCommon: De-globalize VertexShaderManager class.
Admiral H. Curtiss
2022-12-03
HW/Memmap: Refactor Memory to class, move to Core::System.
Admiral H. Curtiss
2022-11-22
VertexLoader: Eliminate use of DataReader
Pokechu22
2022-11-18
VideoCommon:VertexLoaderManager: Reduce CPConfig checks
Robin Kertels
2022-10-24
VideoCommon: Treat invalid normal count as NormalTangentBinormal
Pokechu22
2022-10-09
Simplify saving CP state
Pokechu22
2022-09-19
VideoCommon: Add dynamic vertex loader to ubershaders
TellowKrinkle
2022-09-19
VertexLoaderManager: Clean up and slightly speed up with templates
Robin Kertels
2022-09-15
VertexLoaderManager: Fix backwards preprocess check
Robin Kertels
2022-07-23
Convert CP/XF matrix indices mismatch panic alert to a warning
Pokechu22
2022-05-18
Show a panic alert if the CP matrix indices don't match the XF matrix indices
Pokechu22
2022-05-18
Show a panic alert if the CP vertex config doesn't match the XF vertex config
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
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-12-18
Convert OpcodeDecoder::Opcode and OpcodeDecoder::Primitive to enum class
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-05-07
Move vertex size and component calculation to VertexLoaderBase
Pokechu22
2021-05-07
Remove VertexLoader::ToString
Pokechu22
2021-04-06
Track and log CP commands 0x00/0x10/0x20 differently from other unknown commands
Pokechu22
2021-04-06
Log a warning for inexact uses of MATINDEX or VCD commands
Pokechu22
2021-04-06
Add game quirks for unknown BP/CP/XF commands
Pokechu22
2021-03-26
Refactor CP array constants slightly
Pokechu22
2021-03-06
Convert BPMemory to BitField and enum class
Pokechu22
2021-03-06
Convert CPMemory to BitField and enum class
Pokechu22
2021-03-06
Create constants for CP registers and masks
Pokechu22
2019-12-05
VideoCommon/IndexGenerator: Eliminate static state
Lioncash
2019-07-10
VideoCommon/Statistics: Rename stats global to g_stats
Lioncash
2019-07-10
VideoCommon/Statistics: Normalize statistic variable names
Lioncash
2019-06-01
Common/CommonFuncs: Remove now-unneccessary ArraySize function
Lioncash
2019-05-31
VideoCommon: Constrain the array_base registers
booto
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
[next]