aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/tests
Commit message (Expand)AuthorAgeFilesLines
* meson: inline `inc_common`Eric Engestrom2020-03-281-4/+4
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-278-8/+8
* glsl: Add unit tests for the lower_precision passNeil Roberts2020-03-242-0/+400
* glsl/tests: Fix waiting for disk_cache_put() to finish.Eric Anholt2020-03-121-42/+11
* glsl/tests: Catch mkdir errors to help explain when they happen.Eric Anholt2020-03-121-2/+14
* gitlab-ci: Add ppc64el and s390x cross-build jobsMichel Dänzer2020-02-051-0/+1
* util/hash_table: added hash functions for integer typesAnthony Pesch2020-01-231-2/+2
* glsl/tests: Use splitlines() instead of strip()Michel Dänzer2019-12-051-2/+2
* glsl/tests: Handle no-exec errorsDylan Baker2019-10-102-4/+42
* Move blob from compiler/ to util/Jason Ekstrand2019-09-192-340/+0
* glsl/tests: Handle windows \r\n new linesDylan Baker2019-09-101-1/+1
* glsl/tests: take refs on glsl typesLionel Landwerlin2019-08-219-18/+64
* glsl/standalone: meson test for --dump-builderYevhenii Kolesnikov2019-07-032-0/+23
* meson: Don't build glsl cache_test when shader cache is disabledDylan Baker2019-05-031-12/+13
* glsl/tests: define ssize_t on windowsDylan Baker2019-05-031-0/+4
* glsl: fix general_ir_test with mingwDylan Baker2019-05-031-7/+7
* delete autotools .gitignore filesEric Engestrom2019-04-292-7/+0
* 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