summaryrefslogtreecommitdiff
path: root/Source/UnitTests/VideoCommon
AgeCommit message (Collapse)Author
2016-03-30VertexLoaderTest: Amend code to fix new warnings in Visual StudioLioncash
Fixes warning C4334
2015-12-22VertexLoaderBase: Get rid of explicit delete and newLioncash
2015-05-30Clean up cached_arraybases. Update VideoSW to new scheme.Scott Mansell
Move ownership of cached_arraybases from CPMemory to VertexLoaderManager to better match it usage.
2015-05-25Merge pull request #2274 from degasus/disable_bboxRyan Houdek
Disable bbox
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
The position attribute now has complete coverage.
2015-02-25Formatting/Whitespace CleanupStevoisiak
Various fixes to formatting and whitespace
2015-02-18[Android] Fix building unit tests.Ryan Houdek
2015-02-16Convert our vertex loader unit test to the new RunVertices arguments ↵Ryan Houdek
arrangement.
2015-01-20VertexLoaderX64: support VAT.ByteDequant=0Tillmann Karras
2014-12-21VideoCommon: split VertexLoaderBase from VertexLoaderdegasus
2014-12-21VertexLoader: remove inlined gettersdegasus
They just blow up the code.
2014-12-21VideoLoader: remove VAT_*_FRACBITSdegasus
They are used to remove the flush amounts, but as we don't flush anymore on vertex loader changes (only on native vertex format right now), this optimization is now unneeded. This will allow us to hard code the frac factors within the vertex loaders.
2014-12-09UnitTests: fix VertexLoaderTestdegasus
2014-09-28Rejigger some FIFO buffer variables to be more rational.comex
videoBuffer -> s_video_buffer size -> s_video_buffer_write_ptr g_pVideoData -> g_video_buffer_read_ptr (impl moved to Fifo.cpp) This eradicates the wonderful use of 'size' as a global name, and makes it clear that s_video_buffer_write_ptr and g_video_buffer_read_ptr are the two ends of the FIFO buffer s_video_buffer. Oh, and remove a useless namespace {}.
2014-08-04UnitTests: Disable VertexLoader tests if EGL is enabled.Tony Wasserka
Interface design issues prevent this test from linking correctly. Until this issue is resolved, we'll disable the tests for now.
2014-08-02VertexLoader: Add more tests, including a few small benchmarksPierre Bourdon
2014-08-02VertexLoader: Add very basic unit testing to get startedPierre Bourdon