nir: Add alignment information to cast derefs
[mesa.git] / src / compiler / nir / nir_instr_set.c
2020-09-03 Jason Ekstrandnir: Add alignment information to cast derefs
2020-05-25 Dmitriy Nesternir: replace fnv1a hash function with xxhash
2020-02-26 Jason Ekstrandnir: Drop nir_tex_instr::texture_array_size
2020-02-19 Kristian H. KristensenMark a few static inline helpers with ASSERTED
2020-01-02 Bas Nieuwenhuizennir: Add clone/hash/serialize support for non-uniform...
2019-07-10 Jason Ekstrandnir/instr_set: Expose nir_instrs_equal()
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: 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-06-26 Caio Marcelo de... nir: Add a no wrapping bits to nir_alu_instr
2019-06-19 Connor Abbottnir: Add a helper to determine if an intrinsic can...
2019-05-31 Connor Abbottnir/instr_set: Use _mesa_set_search_or_add()
2019-05-14 Ian Romanicknir: Add support for 2src_commutative ops that have...
2019-05-14 Ian Romanicknir: Rename commutative to 2src_commutative
2019-04-18 Jason Ekstrandnir: Rework nir_src_as_alu_instr to not take a pointer
2019-04-18 Jason Ekstrandnir: Drop "struct" from some nir_* declarations
2019-04-14 Jason Ekstrandnir/validate: Require unused bits of nir_const_value...
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-03-29 Brian Paulnir: use {0} initializer instead of {} to fix MSVC...
2019-03-28 Ian Romanicknir: Add nir_alu_srcs_negative_equal
2019-03-28 Ian Romanicknir: Add nir_const_value_negative_equal
2019-03-21 Karol Herbstnir: add support for gather offsets
2019-02-14 Jason Ekstrandnir: Silence a couple of warnings in release builds
2019-02-13 Timothy Arcerinir: turn ssa check into an assert
2019-02-13 Timothy Arcerinir: prehash instruction in nir_instr_set_add_or_rewrite()
2019-01-08 Jason Ekstrandnir: Add a ptr_as_array deref type
2018-12-16 Jason Ekstrandnir: Add support for 1-bit data types
2018-07-29 Jason Ekstrandnir/instr_set: Fix nir_instrs_equal for derefs
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Add a deref instruction type
2016-08-04 Kenneth Graunkenir: Make nir_alu_srcs_equal non-static.
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-05-20 Rob Clarknir: coverity sign-extension fix
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_phi_src
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-11 Connor Abbottnir/instr_set: handle 64-bit bit-sizes
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-23 Jason Ekstrandnir/cse: Properly handle nir_ssa_def.exact
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jason Ekstrandnir: Remove the const_offset from nir_tex_instr
2016-02-10 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-09 Jason Ekstrandnir: Separate texture from sampler in nir_tex_instr
2016-02-09 Jason Ekstrandnir/tex_instr: Rename sampler to texture
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/