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
/
UnitTests
/
VideoCommon
Age
Commit message (
Expand
)
Author
2025-06-07
Merge pull request #13023 from tygyh/Replace-ties-with-structured-bindings
Jordan Woyak
2025-04-23
VertexLoaderTest: Replace `std::tie` with structured bindings
Dr. Dystopia
2024-10-12
Cache normals in addition to binormals and tangents
Pokechu22
2024-08-20
Replace ties with structured bindings - UnitTests
Dr. Dystopia
2024-08-16
Merge pull request #13015 from tygyh/Use-boolean-literals
Tilka
2024-08-15
Use 'contains' method
mitaclaw
2024-08-15
Replace boolean constants with boolean literals
Dr. Dystopia
2024-08-14
Remove self-comparison
Dr. Dystopia
2024-05-03
Replace Common::BitCast with std::bit_cast
Pokechu22
2024-04-04
Fix out of bounds accesses for invalid vertex component formats
Pokechu22
2023-12-11
VertexLoaderTest: Resolve -Wdangling-else warnings
Lioncash
2023-12-02
VertexLoaderTest: Add test for skipped texture coordinates
Pokechu22
2023-12-02
VertexLoaderTest: Add test for skipped colors
Pokechu22
2023-01-20
Externals: Convert gtest to a submodule and update to v1.12.1
Pokechu22
2022-11-22
VertexLoader: Eliminate use of DataReader
Pokechu22
2022-09-18
VertexLoaderTest: Add NormalAll
Pokechu22
2022-09-18
VertexLoaderTest: Add DirectAllComponents
Pokechu22
2022-05-18
Rename CP and XF normal component count enums and update their descriptions
Pokechu22
2021-12-18
Create and use CPArray enum class
Pokechu22
2021-07-06
Merge pull request #9595 from Dentomologist/fix_vertex_loader_test_warnings
Léo Lam
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-09
Eliminate TVtxDesc.GetLegacyHex
Pokechu22
2021-05-07
Move vertex size and component calculation to VertexLoaderBase
Pokechu22
2021-04-06
UnitTests: Use MathUtil::SaturatingCast to avoid UB
Léo Lam
2021-03-26
Refactor CP array constants slightly
Pokechu22
2021-03-18
VertexLoaderTest: Fix memset assignment warning
Dentomologist
2021-03-06
Convert CPMemory to BitField and enum class
Pokechu22
2018-06-12
UnitTests/VertexLoaderTest: Fix compilation on newer GTest versions
spycrab
2018-05-10
FloatUtils: Remove IntDouble and IntFloat
Lioncash
2018-05-07
Common: Move floating-point utility functions to FloatUtils.h/.cpp
Lioncash
2017-03-31
VertexLoaderTest: fix maybe-uninitialized warning
Michael Maltese
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-03-30
VertexLoaderTest: Amend code to fix new warnings in Visual Studio
Lioncash
2015-12-22
VertexLoaderBase: Get rid of explicit delete and new
Lioncash
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
Add missing license headers
Tillmann Karras
2015-05-25
BBox: remove now unreachable SW bbox implementation
degasus
2015-03-18
VertexLoaders: make positions more compact
Tillmann Karras
2015-03-18
UnitTests: rewrite vertex loader tests
Tillmann Karras
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-02-18
[Android] Fix building unit tests.
Ryan Houdek
2015-02-16
Convert our vertex loader unit test to the new RunVertices arguments arrangem...
Ryan Houdek
2015-01-20
VertexLoaderX64: support VAT.ByteDequant=0
Tillmann Karras
2014-12-21
VideoCommon: split VertexLoaderBase from VertexLoader
degasus
2014-12-21
VertexLoader: remove inlined getters
degasus
2014-12-21
VideoLoader: remove VAT_*_FRACBITS
degasus
2014-12-09
UnitTests: fix VertexLoaderTest
degasus
2014-09-28
Rejigger some FIFO buffer variables to be more rational.
comex
2014-08-04
UnitTests: Disable VertexLoader tests if EGL is enabled.
Tony Wasserka
[next]