aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/tests
Commit message (Expand)AuthorAgeFilesLines
* glsl: rename get_record_instance() -> get_struct_instance()Timothy Arceri2019-03-061-1/+1
* meson: Add tests to suitesDylan Baker2018-11-201-5/+13
* glsl: Add pragma to disable all warningsIan Romanick2018-11-082-0/+26
* glsl: Add warning tests for identifiers with __Ian Romanick2018-11-082-0/+25
* configure: allow building with python3Emil Velikov2018-10-312-2/+2
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-251-1/+0
* Revert "configure: allow building with python3"Emil Velikov2018-08-242-2/+2
* configure: allow building with python3Emil Velikov2018-08-232-2/+2
* glsl: remove execute bit and shebang from python testsEmil Velikov2018-08-232-2/+0
* meson: Run the test with Python 3Mathieu Bridon2018-08-221-3/+8
* compiler/glsl/tests: Make tests python3 safeDylan Baker2018-08-223-5/+14
* glsl/tests: add GLSL_TYPE_UINT8, GLSL_TYPE_INT8 cases to switch statementsBrian Paul2018-04-301-0/+6
* glsl/tests: Remove unused compare_ir.py scriptDylan Baker2018-04-181-58/+0
* meson: enable optimization-testDylan Baker2018-04-181-0/+5
* glsl/tests: Convert optimization-test.sh to pure pythonDylan Baker2018-04-184-238/+215
* meson: run glsl compiler warnings testDylan Baker2018-04-181-1/+9
* glsl/tests: reimplement warnings-test in pythonDylan Baker2018-04-182-56/+75
* glsl/tests: Fix a compiler warning about signed/unsigned loop comparison.Eric Anholt2018-02-201-1/+1
* glsl: Silence warnings in the uniform initializer test about 16-bit typesEric Anholt2018-02-201-0/+9
* glsl: fix sizeof(pointer) bugEric Engestrom2018-02-161-1/+1
* glsl/tests: Fix strict aliasing warning about int64/double.Eric Anholt2018-02-121-3/+19
* glsl/tests: changes to test_disk_cache_create testTapani Pälli2018-02-071-6/+22
* glsl/tests: move utility functions in cache_testTapani Pälli2018-02-071-35/+35
* meson: Use consistent style for testsDylan Baker2018-01-111-40/+50
* glsl: Remove ir_binop_greater and ir_binop_lequal expressionsIan Romanick2017-10-301-1/+1
* meson: fix blob test includesDylan Baker2017-10-131-1/+1
* compiler/blob: Constify the readerJason Ekstrand2017-10-121-1/+1
* compiler/blob: make blob_reserve_bytes() more usefulConnor Abbott2017-10-121-2/+2
* compiler/blob: Switch to init/finish instead of create/destroyJason Ekstrand2017-10-121-41/+41
* meson: Build i965 and dri stackDylan Baker2017-10-091-0/+76
* glsl: Rename ir_constant::array_elements to ::const_elementsIan Romanick2017-09-191-2/+2
* util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a booleanEric Engestrom2017-09-121-2/+2
* util: move string_to_uint_map to glslEmil Velikov2017-08-291-1/+1
* glsl: pass shader source keys to the disk cacheTimothy Arceri2017-08-251-6/+6
* util/disk_cache: rename mesa cache dir and introduce cache versioningTimothy Arceri2017-08-251-2/+4
* util/disk_cache: add new driver_flags param to cache keysTimothy Arceri2017-05-231-10/+10
* glsl: make use of glsl_type::is_array()Samuel Pitoiset2017-04-211-1/+1
* glsl: fix lower jumps for nested non-void returnsTimothy Arceri2017-04-081-1/+4
* glsl: Fix blob memory leakBartosz Tomczyk2017-04-041-4/+4
* mesa: update lower_jumps tests after bug fixTimothy Arceri2017-03-291-2/+15
* tests/cache_test: allow crossing mount pointsJuan A. Suarez Romero2017-03-281-1/+1
* glsl/tests/optimization-test: 'echo' only folders which has generatorsEmil Velikov2017-03-281-1/+1
* glsl/tests/optimization-test: print only the test basedir/nameEmil Velikov2017-03-281-1/+1
* glsl/tests/optimization-test: error if zero tests were executedEmil Velikov2017-03-281-0/+5
* glsl/tests/optimization-test: pass glsl_test as argumentEmil Velikov2017-03-282-3/+8
* glsl/tests/optimization-test: error out if we fail to generate any testsEmil Velikov2017-03-281-1/+12
* glsl/tests/optimization-test: correctly manage srcdir/builddirEmil Velikov2017-03-282-4/+19
* glsl/tests/optimisation-test: ensure that compare_ir is availableEmil Velikov2017-03-281-0/+5
* glsl/tests/optimization-test: correctly set compare_irEmil Velikov2017-03-281-6/+2
* glsl/tests/optimization-test: add fallback srcdir/abs_builddir definesEmil Velikov2017-03-281-0/+13