nir: Make nir_search's dumping go to stderr.
[mesa.git] / src / compiler / nir / tests /
2019-08-21 Lionel Landwerlinnir/tests: take reference on glsl types
2019-07-08 Ian Romanicknir: Handle swizzle in nir_alu_srcs_negative_equal
2019-07-08 Ian Romanicknir: nir_const_value_negative_equal compares one value...
2019-07-08 Ian Romanicknir: Port some const_value_negative_equal tests to...
2019-07-08 Ian Romanicknir: Pass fully qualified type to nir_const_value_negat...
2019-07-08 Ian Romanicknir: Use nir_src_bit_size instead of alu1->dest.dest...
2019-07-08 Ian Romanicknir: Add unit tests for nir_opt_comparison_pre
2019-05-21 Dave Airlienir/test: add split vars tests (v2)
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-18 Jason Ekstrandnir: Add a nir_src_as_intrinsic() helper
2019-04-18 Jason Ekstrandnir: Rework nir_src_as_alu_instr to not take a pointer
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-03-28 Ian Romanicknir: Add nir_alu_srcs_negative_equal
2019-03-28 Ian Romanicknir: Add nir_const_value_negative_equal
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/