aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_tests.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-1/+1
* gallium/u_tests: use a compute-only context to test GCN compute ringMarek Olšák2019-02-261-5/+3
* gallium: Remove unused variable in u_tests.Eric Anholt2018-11-271-1/+0
* gallium/u_tests: fix MSVC build by using old-style zero initializersMarek Olšák2018-11-201-3/+3
* gallium/u_tests: add a compute shader test that clears an imageMarek Olšák2018-11-201-0/+77
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-1/+2
* gallium/aux/util: use util_snprintf() in test_texture_barrierAndres Gomez2018-08-021-2/+2
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-311-0/+1
* gallium/aux/util: Fix some warningsGert Wollny2018-06-201-1/+1
* gallium/u_tests: test FBFETCH and shader-based blending with MSAAMarek Olšák2018-04-021-40/+128
* gallium/util: s/uint/enum tgsi_semantic/ in simple shader codeBrian Paul2018-02-081-1/+1
* gallium: add type parameter to create_fence_fdAndres Rodriguez2018-01-301-3/+4
* gallium/u_tests: add texture_barrier and FBFETCH testsMarek Olšák2018-01-241-1/+110
* gallium/util: don't call close() on Windows in u_tests.cBrian Paul2017-10-231-0/+2
* gallium/u_tests: fix ifdef for sync_file fencesGeorge Kyriazis2017-10-031-1/+1
* gallium/u_tests: test sync_file fencesMarek Olšák2017-10-031-0/+101
* gallium/tests: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-2/+2
* gallium/util: add _LZ and TXF options to simple shadersMarek Olšák2017-06-071-1/+1
* radeonsi: add tests verifying that VM faults don't hangMarek Olšák2017-03-311-4/+5
* gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák2017-02-141-4/+4
* util/blitter: add clamping during SINT <-> UINT blitsNicolai Hähnle2016-11-161-0/+1
* gallium: refactor pipe_shader_state to support multiple IR'sRob Clark2016-05-111-1/+2
* gallium,utils: Fix trivial sign compare warningsJan Vesely2016-05-031-2/+2
* gallium/util: s/Elements/ARRAY_SIZE/Brian Paul2016-04-281-1/+1
* gallium/util: add a test for NULL fragment shadersMarek Olšák2015-10-241-0/+38
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* util/blitter (and friends): generate appropriate SVIEW declsRob Clark2015-06-211-1/+2
* gallium/u_tests: test a NULL buffer sampler viewMarek Olšák2015-02-061-10/+33
* gallium/u_tests: test a NULL constant bufferMarek Olšák2015-02-061-0/+57
* gallium/u_tests: test a NULL texture sampler viewMarek Olšák2015-02-061-17/+85
* gallium/u_tests: restructure the only test, refactor out reusable codeMarek Olšák2015-02-061-31/+79
* gallium: run gallium tests if GALLIUM_TESTS=1 is setMarek Olšák2015-02-061-1/+8
* cso: put cso_release_all into cso_destroy_contextMarek Olšák2014-12-101-1/+0
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-161-2/+0
* gallium/util: add a test for TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák2014-11-161-0/+270