nir: support lowering clipdist to arrays
[mesa.git] / src / compiler / nir / nir_clone.c
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_CLONE=1
2019-05-31 Ian Romanicknir: Add a shallow clone function for nir_alu_instr
2019-05-20 Caio Marcelo de... nir: Fix clone of nir_variable state slots
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-27 Timothy Arcerinir: add support for user defined select control
2019-03-27 Timothy Arcerinir: add support for user defined loop control
2019-03-21 Karol Herbstnir: add support for gather offsets
2019-03-12 Timothy Arcerinir: add new partially_unrolled bool to nir_loop
2019-03-06 Jason Ekstrandnir/inline_functions: Break inlining into a builder...
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-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
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2016-12-22 Timothy Arcerinir: add helper for cloning nir_cf_list
2016-12-22 Timothy Arcerinir: update fixup_phi_srcs() to handle registers
2016-12-22 Timothy Arcerinir: create helper for fixing phi srcs when cloning
2016-12-02 Jason Ekstrandnir: Get rid of nir_constant_data
2016-11-02 Timothy Arcerinir: fix nir_shader_clone() and nir_sweep()
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Jason Ekstrandnir/clone: Copy bit size when cloning registers
2016-04-11 Samuel Iglesias... nir: add bit_size info to nir_load_const_instr_create()
2016-04-11 Samuel Iglesias... nir: add bit_size info to nir_ssa_undef_instr_create()
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-23 Jason Ekstrandnir: Add an "exact" bit to nir_alu_instr
2016-03-23 Jason Ekstrandnir/clone: Export nir_variable_clone
2016-03-23 Jason Ekstrandnir/clone: Expose nir_constant_clone
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-17 Jordan JustenMerge remote-tracking branch 'origin/master' into vulkan
2016-03-17 Jordan Justennir: Add support for lowering load/stores of shared...
2016-03-17 Jordan Justennir: Add compute shader shared variable storage class
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-12 Jason Ekstrandnir/clone: Add support for cloning a single function_impl
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jason EkstrandMerge commit '85f5c18fef1ff2f19d698f150e23a02acd6f59b9...
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-09 Jason Ekstrandnir: Rework function parameters
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/