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.cpp
Age
Commit message (
Expand
)
Author
2025-01-24
VertexLoaderBase: Allow the vertex loader type to be set via config
OatmealDome
2024-10-12
Cache normals in addition to binormals and tangents
Pokechu22
2024-08-22
Add support for libfmt-11
Alfred Wingate
2024-05-03
Replace Common::BitCast with std::bit_cast
Pokechu22
2023-02-09
VertexLoaderBase: Fix shadowing warning
Pokechu22
2023-01-13
VertexLoaderTester: Add assertions for position/binormal/tangent caches
Pokechu22
2023-01-13
VertexLoaderTester: Use asserts instead of logs
Pokechu22
2022-12-18
Common: Use C++20 <bit> header in BitSet.h
JosJuice
2022-11-22
VertexLoader: Eliminate use of DataReader
Pokechu22
2022-09-15
VertexLoader: Optimize GetVertexSize
Robin Kertels
2022-05-18
Rename CP and XF normal component count enums and update their descriptions
Pokechu22
2022-04-22
VideoCommon: Rename norm0/norm1/norm2 to normal/tangent/binormal
Pokechu22
2022-01-09
Treewide: Remove unused inclusions of <cinttypes>
Pokechu22
2021-07-12
VideoCommon: fix generic build
CrystalGamma
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
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
2020-11-17
VideoCommon: Migrate over to fmt
Lioncash
2019-11-23
VideoCommon: Make use of fmt outside of shader generators
Lioncash
2018-04-12
Reformat all the things!
spycrab
2017-03-26
VertexLoaderBase: Return debug strings by value
Lioncash
2017-03-26
VertexLoaderBase: Use std::array where applicable
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
2016-01-17
VideoCommon: Header cleanup
Lioncash
2015-12-22
VertexLoaderBase: Get rid of explicit delete and new
Lioncash
2015-10-22
VertexLoaderTester: drop superfluous newlines
Tillmann Karras
2015-10-16
VideoCommon: Add includes for generic build
Christian Widmer
2015-09-28
Fix building with PCH disabled.
Rohit Nirmal
2015-09-11
Partially revert "General: Toss out PRI macro usage"
Lioncash
2015-09-05
General: Toss out PRI macro usage
Lioncash
2015-07-08
Merge pull request #2722 from lioncash/statement
Markus Wick
2015-07-08
VertexLoader: avoid empty lines in perf-$pid.map
Tillmann Karras
2015-07-07
VertexLoaderBase: Adjust the scope of a boolean variable
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-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-02-16
[AArch64] Implement vertex loader recompiler.
Ryan Houdek
2015-02-13
Change RunVertices' function arguments.
Ryan Houdek
2015-01-26
VertexLoaderBase: fix crash on invalid formats
Tillmann Karras
2015-01-20
VertexLoaderX64: support VAT.ByteDequant=0
Tillmann Karras
2015-01-18
VertexLoader: add new JIT
Tillmann Karras
2015-01-18
VertexLoaderTester: fix a few problems
Tillmann Karras
2015-01-18
DataReader: turn WritePointer into GetPointer
Tillmann Karras
[next]