nir: Report progress properly in nir_lower_bool_to_*
[mesa.git] / src / compiler / nir / tests /
2020-08-24 Eric Anholtnir/load_store_vectorizer: Clean up unit test swizzle...
2020-07-29 Jason Ekstrandnir: Use a single list for all shader variables
2020-07-22 Danylo Piliaievnir/tests: Add tests for opt_if_simplification
2020-06-29 Boris Brezillonnir: Add new rules to optimize NOOP pack/unpack pairs
2020-05-20 Eric Engestromcompiler: delete leftover autotools test wrapper
2020-05-11 Samuel Pitoisetnir: do not vectorize load/store if offset can overflow...
2020-04-28 Jason Ekstrandnir/combine_stores: Handle volatile
2020-04-28 Jason Ekstrandnir/dead_write_vars: Handle volatile
2020-04-28 Jason Ekstrandnir/copy_prop_vars: Report progress when deleting self...
2020-02-24 Caio Marcelo de... nir/tests: Use nir_scoped_memory_barrier() helper
2020-02-13 Rhys Perrynir: fix nir_const_value_as_uint bit size in load/store...
2020-01-13 Jason Ekstrandnir: Rename nir_intrinsic_barrier to control_barrier
2019-12-11 Karol Herbstnir/tests: MSVC build fix
2019-12-11 Karol Herbstnir/tests: add serializer tests
2019-12-04 Rhys Perrynir/load_store_vectorize: fix combining stores with...
2019-11-25 Rhys Perrynir: add load/store vectorizer tests
2019-11-11 Jason Ekstrandnir: Add tests for nir_extract_bits
2019-10-24 Caio Marcelo de... nir/tests: Add copy propagation tests with scoped_memor...
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/