aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_tests.h
Commit message (Collapse)AuthorAgeFilesLines
* radeonsi: add tests verifying that VM faults don't hangMarek Olšák2017-03-311-0/+4
| | | | | | GFX9 hangs instead of writing VM faults to dmesg. Reviewed-by: Nicolai Hähnle <[email protected]>
* gallium/aux: Add needed extern "C" wrappersAlexander von Gluck IV2015-05-151-0/+8
| | | | Reviewed-by: Brian Paul <[email protected]>
* gallium: run gallium tests if GALLIUM_TESTS=1 is setMarek Olšák2015-02-061-2/+2
| | | | Reviewed-by: Glenn Kennard <[email protected]>
* gallium/util: add a test for TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák2014-11-161-0/+37
Not testable by OpenGL. Required by Nine. This is an example of how to implement a piglit-like test using gallium only.