Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radeonsi: add tests verifying that VM faults don't hang | Marek Olšák | 2017-03-31 | 1 | -0/+4 |
| | | | | | | GFX9 hangs instead of writing VM faults to dmesg. Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | gallium/aux: Add needed extern "C" wrappers | Alexander von Gluck IV | 2015-05-15 | 1 | -0/+8 |
| | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
* | gallium: run gallium tests if GALLIUM_TESTS=1 is set | Marek Olšák | 2015-02-06 | 1 | -2/+2 |
| | | | | Reviewed-by: Glenn Kennard <[email protected]> | ||||
* | gallium/util: add a test for TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION | Marek Olšák | 2014-11-16 | 1 | -0/+37 |
Not testable by OpenGL. Required by Nine. This is an example of how to implement a piglit-like test using gallium only. |