nir: Allow var_mem_global in nir_lower_vars_to_explicit_types
[mesa.git] / src / compiler / glsl / tests /
2020-07-08 Marek Olšákglsl: lower mediump temporaries to 16 bits except struc...
2020-07-08 Marek Olšákglsl: lower builtins to mediump that always return...
2020-07-08 Marek Olšákglsl: lower builtins to mediump that ignore precision...
2020-07-08 Marek Olšákglsl: don't lower builtins to mediump that don't allow it
2020-07-08 Marek Olšákglsl: don't lower precision of textureSize
2020-06-02 Marek Olšákglsl: lower samplers with highp coordinates correctly
2020-06-02 Marek Olšákglsl: lower the precision of imageLoad
2020-06-02 Marek Olšákglsl: lower mediump partial derivatives
2020-06-02 Marek Olšákglsl: lower mediump integer types to int16 and uint16
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-20 Eric Engestromcompiler: delete leftover autotools test wrapper
2020-05-20 Dylan Bakertests: Make tests aware of meson test wrapper
2020-04-18 Timothy Arceriglsl: pull mark_array_elements_referenced() out into...
2020-04-14 Danylo Piliaievglsl/list: Fix undefined behaviour of foreach_* macros
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2020-03-24 Neil Robertsglsl: Add unit tests for the lower_precision pass
2020-03-12 Eric Anholtglsl/tests: Fix waiting for disk_cache_put() to finish.
2020-03-12 Eric Anholtglsl/tests: Catch mkdir errors to help explain when...
2020-02-05 Michel Dänzergitlab-ci: Add ppc64el and s390x cross-build jobs
2020-01-23 Anthony Peschutil/hash_table: added hash functions for integer types
2019-12-05 Michel Dänzerglsl/tests: Use splitlines() instead of strip()
2019-10-10 Dylan Bakerglsl/tests: Handle no-exec errors
2019-09-19 Jason EkstrandMove blob from compiler/ to util/
2019-09-10 Dylan Bakerglsl/tests: Handle windows \r\n new lines
2019-08-21 Lionel Landwerlinglsl/tests: take refs on glsl types
2019-07-03 Yevhenii Kolesnikovglsl/standalone: meson test for --dump-builder
2019-05-03 Dylan Bakermeson: Don't build glsl cache_test when shader cache...
2019-05-03 Dylan Bakerglsl/tests: define ssize_t on windows
2019-05-03 Dylan Bakerglsl: fix general_ir_test with mingw
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-03-06 Timothy Arceriglsl: rename get_record_instance() -> get_struct_instance()
2018-11-20 Dylan Bakermeson: Add tests to suites
2018-11-08 Ian Romanickglsl: Add pragma to disable all warnings
2018-11-08 Ian Romanickglsl: Add warning tests for identifiers with __
2018-10-31 Emil Velikovconfigure: allow building with python3
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-08-24 Emil VelikovRevert "configure: allow building with python3"
2018-08-23 Emil Velikovconfigure: allow building with python3
2018-08-23 Emil Velikovglsl: remove execute bit and shebang from python tests
2018-08-22 Mathieu Bridonmeson: Run the test with Python 3
2018-08-22 Dylan Bakercompiler/glsl/tests: Make tests python3 safe
2018-05-01 Brian Paulglsl/tests: add GLSL_TYPE_UINT8, GLSL_TYPE_INT8 cases...
2018-04-18 Dylan Bakerglsl/tests: Remove unused compare_ir.py script
2018-04-18 Dylan Bakermeson: enable optimization-test
2018-04-18 Dylan Bakerglsl/tests: Convert optimization-test.sh to pure python
2018-04-18 Dylan Bakermeson: run glsl compiler warnings test
2018-04-18 Dylan Bakerglsl/tests: reimplement warnings-test in python
2018-02-21 Eric Anholtglsl/tests: Fix a compiler warning about signed/unsigne...
2018-02-21 Eric Anholtglsl: Silence warnings in the uniform initializer test...
2018-02-16 Eric Engestromglsl: fix sizeof(pointer) bug
2018-02-12 Eric Anholtglsl/tests: Fix strict aliasing warning about int64...
2018-02-07 Tapani Pälliglsl/tests: changes to test_disk_cache_create test
2018-02-07 Tapani Pälliglsl/tests: move utility functions in cache_test
2018-01-11 Dylan Bakermeson: Use consistent style for tests
2017-10-30 Ian Romanickglsl: Remove ir_binop_greater and ir_binop_lequal expre...
2017-10-13 Dylan Bakermeson: fix blob test includes
2017-10-13 Jason Ekstrandcompiler/blob: Constify the reader
2017-10-13 Connor Abbottcompiler/blob: make blob_reserve_bytes() more useful
2017-10-13 Jason Ekstrandcompiler/blob: Switch to init/finish instead of create...
2017-10-09 Dylan Bakermeson: Build i965 and dri stack
2017-09-19 Ian Romanickglsl: Rename ir_constant::array_elements to ::const_ele...
2017-09-12 Eric Engestromutil/disk_cache: turn MESA_GLSL_CACHE_DISABLE into...
2017-08-29 Emil Velikovutil: move string_to_uint_map to glsl
2017-08-25 Timothy Arceriglsl: pass shader source keys to the disk cache
2017-08-25 Timothy Arceriutil/disk_cache: rename mesa cache dir and introduce...
2017-05-22 Timothy Arceriutil/disk_cache: add new driver_flags param to cache...
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_array()
2017-04-08 Timothy Arceriglsl: fix lower jumps for nested non-void returns
2017-04-03 Bartosz Tomczykglsl: Fix blob memory leak
2017-03-29 Timothy Arcerimesa: update lower_jumps tests after bug fix
2017-03-28 Juan A. Suarez Romerotests/cache_test: allow crossing mount points
2017-03-28 Emil Velikovglsl/tests/optimization-test: 'echo' only folders which...
2017-03-28 Emil Velikovglsl/tests/optimization-test: print only the test based...
2017-03-28 Emil Velikovglsl/tests/optimization-test: error if zero tests were...
2017-03-28 Emil Velikovglsl/tests/optimization-test: pass glsl_test as argument
2017-03-28 Emil Velikovglsl/tests/optimization-test: error out if we fail...
2017-03-28 Emil Velikovglsl/tests/optimization-test: correctly manage srcdir...
2017-03-28 Emil Velikovglsl/tests/optimisation-test: ensure that compare_ir...
2017-03-28 Emil Velikovglsl/tests/optimization-test: correctly set compare_ir
2017-03-28 Emil Velikovglsl/tests/optimization-test: add fallback srcdir/abs_b...
2017-03-28 Emil Velikovglsl/tests/optimisation-test: make sure that $PYTHON2...
2017-03-28 Emil Velikovglsl/tests/warnings-test: print only the test basename
2017-03-28 Emil Velikovglsl/tests/warnings-test: error if zero tests were...
2017-03-28 Emil Velikovglsl/tests/warnings-test: correctly manage srcdir/builddir
2017-03-28 Emil Velikovglsl/tests/warnings-test: add fallback srcdir/abs_build...
2017-03-28 Emil Velikovglsl/tests/warnings-test: error out if glsl_compiler...
2017-03-25 Grazvydas Ignotastests/cache_test: mark arguments const
2017-03-24 Grazvydas Ignotasutil/disk_cache: hash pointer size and gpu name into...
2017-03-24 Grazvydas Ignotasutil/disk_cache: hash timestamps into the cache keys
2017-03-22 Emil Velikovglsl: consistently use ifndef guards over pragma once
2017-03-21 Grazvydas Ignotastests/cache_test: use the blob key's actual first byte
2017-03-21 Grazvydas Ignotasutil/disk_cache: use a helper to compute cache keys
2017-03-15 Alan Swansonutil/disk_cache: actually enforce cache size
2017-03-15 Timothy Arceriutil/disk_cache: use a thread queue to write to shader...
2017-03-12 Timothy Arceriglsl: don't use ralloc for blob creation
2017-03-10 Emil Velikovglsl/tests: remove any bashisms
2017-03-10 Emil Velikovglsl: remove shebang from python scripts
2017-03-10 Emil Velikovglsl/tests: remove execute bit from compare_ir python...
2017-03-10 Emil Velikovglsl/tests: suffix .sh/.py files as applicable
next