summaryrefslogtreecommitdiff
path: root/Source/UnitTests/VideoCommon
AgeCommit message (Expand)Author
2025-06-07Merge pull request #13023 from tygyh/Replace-ties-with-structured-bindingsJordan Woyak
2025-04-23VertexLoaderTest: Replace `std::tie` with structured bindingsDr. Dystopia
2024-10-12Cache normals in addition to binormals and tangentsPokechu22
2024-08-20Replace ties with structured bindings - UnitTestsDr. Dystopia
2024-08-16Merge pull request #13015 from tygyh/Use-boolean-literalsTilka
2024-08-15Use 'contains' methodmitaclaw
2024-08-15Replace boolean constants with boolean literalsDr. Dystopia
2024-08-14Remove self-comparisonDr. Dystopia
2024-05-03Replace Common::BitCast with std::bit_castPokechu22
2024-04-04Fix out of bounds accesses for invalid vertex component formatsPokechu22
2023-12-11VertexLoaderTest: Resolve -Wdangling-else warningsLioncash
2023-12-02VertexLoaderTest: Add test for skipped texture coordinatesPokechu22
2023-12-02VertexLoaderTest: Add test for skipped colorsPokechu22
2023-01-20Externals: Convert gtest to a submodule and update to v1.12.1Pokechu22
2022-11-22VertexLoader: Eliminate use of DataReaderPokechu22
2022-09-18VertexLoaderTest: Add NormalAllPokechu22
2022-09-18VertexLoaderTest: Add DirectAllComponentsPokechu22
2022-05-18Rename CP and XF normal component count enums and update their descriptionsPokechu22
2021-12-18Create and use CPArray enum classPokechu22
2021-07-06Merge pull request #9595 from Dentomologist/fix_vertex_loader_test_warningsLéo Lam
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-09Eliminate TVtxDesc.GetLegacyHexPokechu22
2021-05-07Move vertex size and component calculation to VertexLoaderBasePokechu22
2021-04-06UnitTests: Use MathUtil::SaturatingCast to avoid UBLéo Lam
2021-03-26Refactor CP array constants slightlyPokechu22
2021-03-18VertexLoaderTest: Fix memset assignment warningDentomologist
2021-03-06Convert CPMemory to BitField and enum classPokechu22
2018-06-12UnitTests/VertexLoaderTest: Fix compilation on newer GTest versionsspycrab
2018-05-10FloatUtils: Remove IntDouble and IntFloatLioncash
2018-05-07Common: Move floating-point utility functions to FloatUtils.h/.cppLioncash
2017-03-31VertexLoaderTest: fix maybe-uninitialized warningMichael Maltese
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-03-30VertexLoaderTest: Amend code to fix new warnings in Visual StudioLioncash
2015-12-22VertexLoaderBase: Get rid of explicit delete and newLioncash
2015-05-30Clean up cached_arraybases. Update VideoSW to new scheme.Scott Mansell
2015-05-25Merge pull request #2274 from degasus/disable_bboxRyan Houdek
2015-05-25Add missing license headersTillmann Karras
2015-05-25BBox: remove now unreachable SW bbox implementationdegasus
2015-03-18VertexLoaders: make positions more compactTillmann Karras
2015-03-18UnitTests: rewrite vertex loader testsTillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-02-18[Android] Fix building unit tests.Ryan Houdek
2015-02-16Convert our vertex loader unit test to the new RunVertices arguments arrangem...Ryan Houdek
2015-01-20VertexLoaderX64: support VAT.ByteDequant=0Tillmann Karras
2014-12-21VideoCommon: split VertexLoaderBase from VertexLoaderdegasus
2014-12-21VertexLoader: remove inlined gettersdegasus
2014-12-21VideoLoader: remove VAT_*_FRACBITSdegasus
2014-12-09UnitTests: fix VertexLoaderTestdegasus
2014-09-28Rejigger some FIFO buffer variables to be more rational.comex
2014-08-04UnitTests: Disable VertexLoader tests if EGL is enabled.Tony Wasserka