| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-30 | Clean 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-25 | Merge pull request #2274 from degasus/disable_bbox | Ryan Houdek | |
| Disable bbox | |||
| 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 | |
| The position attribute now has complete coverage. | |||
| 2015-02-25 | Formatting/Whitespace Cleanup | Stevoisiak | |
| Various fixes to formatting and whitespace | |||
| 2015-02-16 | Convert our vertex loader unit test to the new RunVertices arguments ↵ | Ryan Houdek | |
| arrangement. | |||
| 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 | |
| They just blow up the code. | |||
| 2014-12-21 | VideoLoader: remove VAT_*_FRACBITS | degasus | |
| 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-09 | UnitTests: fix VertexLoaderTest | degasus | |
| 2014-09-28 | Rejigger 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-02 | VertexLoader: Add more tests, including a few small benchmarks | Pierre Bourdon | |
| 2014-08-02 | VertexLoader: Add very basic unit testing to get started | Pierre Bourdon | |
