aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/tests
Commit message (Expand)AuthorAgeFilesLines
* gallium: Fix big-endian addressing of non-bitmask array formats.Eric Anholt2019-08-281-0/+23
* gallium: Fix mesa format name in unit test failure path.Eric Anholt2019-08-281-1/+1
* meson: drop unused dep_{thread,dl}Eric Engestrom2019-08-031-4/+4
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-6/+3
* st/tests: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-311-2/+2
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-1/+1
* mesa/tests: add missing dep_threadEric Engestrom2019-07-191-0/+1
* state_tracker: Move the format test out to be an actual unit test.Eric Anholt2019-07-162-0/+117
* Delete autotoolsDylan Baker2019-04-151-61/+0
* meson: Add tests to suitesDylan Baker2018-11-201-3/+5
* mesa/st/tests: Add array life range estimation and renumbering testsGert Wollny2018-08-111-0/+211
* mesa/st/tests: Add array life range tests infrastructure to common test classGert Wollny2018-08-112-27/+186
* mesa/st/glsl_to_tgsi: Expose array live range tracking and mergingGert Wollny2018-08-111-7/+8
* mesa/st/tests: Add tests for array merge helper classes.Gert Wollny2018-08-114-7/+787
* mesa/st/glsl_to_tgsi:rename lifetime to register_live_rangeGert Wollny2018-08-113-17/+22
* mesa/st/glsl_to_tgsi: Properly resolve life times simple if/else + use constr...Gert Wollny2018-08-111-0/+25
* autotools: Include new meson files18.1-branchpointDylan Baker2018-04-201-0/+2
* meson: Build st_tests_common with gtestMike Lothian2018-04-191-1/+1
* meson: build tests for gallium mesa state trackerDylan Baker2018-04-181-0/+40
* mesa/st/tests: Use tgsi opcode enum also in the test classesGert Wollny2018-03-262-8/+8
* autotools: Only build libmesa-st-tests-common.a for tests.Bas Nieuwenhuizen2018-02-071-1/+1
* state_tracker: Don't build st-renumerate-test without shared glapiDylan Baker2018-02-061-0/+2
* mesa/st/glsl_to_tgsi: Mark first write as unconditional when appropriateGert Wollny2018-01-291-0/+24
* automake: st/mesa/tests: add st_tests_common.h to the tarballEmil Velikov2018-01-251-1/+2
* mesa/st/tests: Add tests for lifetime tracking with indirect addressingGert Wollny2018-01-243-4/+189
* mesa/st/tests: Add tests for improved tracking of temporariesGert Wollny2018-01-241-7/+486
* mesa/st/tests: cleanup whitespace usage and correct some commentsGert Wollny2018-01-241-64/+63
* mesa/st/tests: unify MockCodeLine* classesGert Wollny2018-01-244-547/+735
* mesa/st/tests: Fix zero-byte allocation leaksGert Wollny2018-01-241-7/+15
* configure: check for -std=c++11 support and enable st/mesa test accordinglyGert Wollny2017-11-081-1/+3
* mesa/st/tests: Correct build flags and force -std=c++11Gert Wollny2017-09-151-9/+5
* mesa/st: Include builddir/src/compiler/glsl to fix make checkAaron Watry2017-09-111-0/+1
* mesa/st/tests: Fix regressions with libunwind enabled introduced with 7be6d8fe12Gert Wollny2017-09-071-0/+1
* mesa/st: glsl_to_tgsi: Add test set for evaluation of rename mappingGert Wollny2017-09-061-0/+169
* mesa/st: glsl_to_tgsi: add register rename mapping evaluatorGert Wollny2017-09-061-5/+8
* mesa/st: glsl_to_tgsi: add tests for the new temporary lifetime trackerGert Wollny2017-09-062-0/+1464