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
/
VertexLoaderBase.h
Age
Commit message (
Expand
)
Author
2025-04-23
linter: Apply clang-format 19.1 formatting
Joshua Vandaƫle
2024-01-31
VertexLoaderBase: Collapse std namespace for hash and mark noexcept
Lioncash
2022-11-22
VertexLoader: Eliminate use of DataReader
Pokechu22
2022-09-15
VertexLoader: Optimize GetVertexSize
Robin Kertels
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-09
Eliminate TVtxDesc.GetLegacyHex
Pokechu22
2021-05-30
Fix -Wreorder warnings
Tillmann Karras
2021-05-07
Separate vertex components by spaces
Pokechu22
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
Remove VertexLoader::ToString
Pokechu22
2021-03-06
Convert CPMemory to BitField and enum class
Pokechu22
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2018-04-12
Reformat all the things!
spycrab
2017-06-07
fix various instances of -1 being assigned to unsigned types
Shawn Hoffman
2017-03-26
VertexLoaderBase: Return debug strings by value
Lioncash
2017-03-23
VertexLoaderBase: In-class initialize class members where applicable
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-31
VideoCommon: Convert some DataReader includes into forward declarations
Lioncash
2015-12-22
VertexLoaderBase: Get rid of explicit delete and new
Lioncash
2015-05-25
Merge pull request #2274 from degasus/disable_bbox
Ryan Houdek
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-25
BBox: remove now unreachable SW bbox implementation
degasus
2015-02-13
Change RunVertices' function arguments.
Ryan Houdek
2015-01-18
VertexLoaderTester: fix a few problems
Tillmann Karras
2014-12-21
VideoCommon: split VertexLoaderBase from VertexLoader
degasus