nir: support lowering clipdist to arrays
[mesa.git] / src / compiler / nir / nir_serialize.c
2019-10-10 Marek Olšáknir: add a strip parameter to nir_serialize
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-06-26 Caio Marcelo de... nir: Add a no wrapping bits to nir_alu_instr
2019-06-05 Jason Ekstrandnir: Don't replace the nir_shader when NIR_TEST_SERIALIZE=1
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-12 Jason Ekstrandnir: Add a pass for selectively lowering variables...
2019-04-09 Jason Ekstrandnir: Get rid of global registers
2019-04-09 Jason Ekstrandnir: Get rid of nir_register::is_packed
2019-03-21 Karol Herbstnir: add support for gather offsets
2019-03-11 Connor Abbottnir/serialize: Prevent writing uninitialized state_slot...
2019-01-14 Caio Marcelo de... src/compiler: use new hash table and set creation helpers
2019-01-10 Matt Turnernir: Tag entrypoint for easy recognition by nir_shader_...
2019-01-08 Jason Ekstrandnir: Add a ptr_as_array deref type
2018-07-24 Jason Ekstrandnir/serialize: Alloc constants off the variable
2018-07-02 Jason Ekstrandnir: Add a concept of constant data associated with...
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir,spirv: Rework function calls
2018-06-23 Jason Ekstrandnir: Add a concept of per-member structs and a lowering...
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2018-06-23 Jason Ekstrandnir: Add a deref instruction type
2018-03-01 Alejandro Piñeironir/serialize: handle var->name being NULL
2018-01-29 Tapani Pällinir: mark unused space in packed_tex_data
2017-11-03 Dave Airlienir/serialize: fix build with gcc 4.4.7
2017-11-01 Jason Ekstrandnir: Add hooks for testing serialization
2017-11-01 Connor Abbottnir: add serialization and deserialization