nir: Add a pass to combine store_derefs to same vector
[mesa.git] / src / compiler / nir / tests /
2019-03-13 Caio Marcelo de... nir: Add a pass to combine store_derefs to same vector
2019-03-07 Jason Ekstrandnir/builder: Add a build_deref_array_imm helper
2019-03-01 Caio Marcelo de... nir/copy_prop_vars: handle indirect vector elements
2019-03-01 Caio Marcelo de... nir/copy_prop_vars: add tests for indirect array deref
2019-03-01 Caio Marcelo de... nir/copy_prop_vars: handle load/store of vector elements
2019-02-23 Caio Marcelo de... nir/copy_prop_vars: add tests for load/store elements...
2019-02-23 Caio Marcelo de... nir/copy_prop_vars: change test helper to get intrinsics
2019-01-19 Karol Herbstnir: rename nir_var_ssbo to nir_var_mem_ssbo
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-19 Karol Herbstnir: rename nir_var_private to nir_var_shader_temp
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2019-01-08 Jason Ekstrandnir: Distinguish between normal uniforms and UBOs
2018-12-07 Connor Abbottnir: Fixup algebraic test for variable-sized conversions
2018-12-06 Vinson Leenir/algebraic: Make algebraic_parser_test.sh executable.
2018-12-05 Connor Abbottnir/algebraic: Add unit tests for bitsize validation
2018-10-26 Jason Ekstrandnir/validate: Print when the validation failed
2018-10-24 Juan A. Suarez Romeronir: fix nir_copy_propagation test
2018-10-22 Jason Ekstrandnir: Use nir_src_is_const and nir_src_as_* in core...
2018-10-16 Caio Marcelo de... nir: Copy propagation between blocks
2018-10-16 Caio Marcelo de... nir: Add tests for copy propagation of derefs
2018-10-16 Caio Marcelo de... nir: Separate dead write removal into its own pass
2018-10-16 Caio Marcelo de... nir: Add tests for dead write elimination
2018-10-16 Caio Marcelo de... nir: Add test file for vars related passes
2016-10-06 Jason Ekstrandnir: Fix the control flow tests for nir_loop_first_bloc...
2016-09-05 Jason Ekstrandnir/tests: Update the CF tests to not assume fake edges
2016-05-25 Kristian Høgsberg... mesa: Add .gitignore entries for make check binaries
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/