aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/tests
Commit message (Expand)AuthorAgeFilesLines
* nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst2019-01-191-13/+13
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-10/+10
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-191-1/+1
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-9/+9
* nir: Distinguish between normal uniforms and UBOsJason Ekstrand2019-01-081-13/+13
* nir: Fixup algebraic test for variable-sized conversionsConnor Abbott2018-12-071-1/+1
* nir/algebraic: Make algebraic_parser_test.sh executable.Vinson Lee2018-12-061-0/+0
* nir/algebraic: Add unit tests for bitsize validationConnor Abbott2018-12-052-0/+119
* nir/validate: Print when the validation failedJason Ekstrand2018-10-261-19/+19
* nir: fix nir_copy_propagation testJuan A. Suarez Romero2018-10-241-2/+2
* nir: Use nir_src_is_const and nir_src_as_* in core codeJason Ekstrand2018-10-221-6/+4
* nir: Copy propagation between blocksCaio Marcelo de Oliveira Filho2018-10-151-5/+5
* nir: Add tests for copy propagation of derefsCaio Marcelo de Oliveira Filho2018-10-151-0/+300
* nir: Separate dead write removal into its own passCaio Marcelo de Oliveira Filho2018-10-151-3/+0
* nir: Add tests for dead write eliminationCaio Marcelo de Oliveira Filho2018-10-151-0/+241
* nir: Add test file for vars related passesCaio Marcelo de Oliveira Filho2018-10-151-0/+190
* nir: Fix the control flow tests for nir_loop_first_block changesJason Ekstrand2016-10-061-1/+1
* nir/tests: Update the CF tests to not assume fake edgesJason Ekstrand2016-09-041-4/+4
* mesa: Add .gitignore entries for make check binariesKristian Høgsberg Kristensen2016-05-251-0/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+148