nir: Add a pass for gathering various bits of shader info
[mesa.git] / src / compiler / nir / nir.h
2016-04-11 Jason Ekstrandnir: Add a pass for gathering various bits of shader...
2016-03-29 Jason Ekstrandnir: Add a helper for getting the current block from...
2016-03-29 Jason Ekstrandnir/lower_out_to_temp: Add an "entrypoint" parameter
2016-03-29 Jason Ekstrandnir: Add a helper for getting the unique function in...
2016-03-29 Jason Ekstrandnir: Add a variable_foreach_safe helper
2016-03-24 Jason Ekstrandnir: Add a pass to inline functions
2016-03-24 Jason Ekstrandnir: Add return lowering pass
2016-03-24 Jason Ekstrandnir: Add a cursor helper for getting a cursor after...
2016-03-24 Jason Ekstrandnir: Add a function for comparing cursors
2016-03-24 Jason Ekstrandnir: Add a pass to repair SSA form
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-23 Jason Ekstrandnir: Fix whitespace
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-03-17 Connor Abbottnir: update opcode definitions for different bit sizes
2016-03-17 Connor Abbottnir: add nir_{src,dest}_bit_size() helpers
2016-03-17 Jason Ekstrandnir: Add a bit_size to nir_register and nir_ssa_def
2016-03-17 Jason Ekstrandnir: Add explicitly sized types
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-12 Jason Ekstrandnir/clone: Add support for cloning a single function_impl
2016-03-12 Jason Ekstrandnir: Add a helper for creating a "bare" nir_function_impl
2016-03-12 Jason Ekstrandnir: Add a new "param" variable mode for parameters...
2016-03-08 Jason Ekstrandnir: Add a pass for lower indirect variable dereferences
2016-02-11 Jason Ekstrandnir: Remove the const_offset from nir_tex_instr
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 Rob Clarknir: const_index helpers
2016-02-09 Timothy Arcerinir: remove unused nir_variable fields
2016-02-01 Matt Turnernir: Add lowering support for unpacking opcodes.
2016-02-01 Matt Turnernir: Add lowering support for packing opcodes.
2016-02-01 Matt Turnernir: Add opcodes to extract bytes or words.
2016-02-01 Matt Turnernir: Add lowering of nir_op_unpack_half_2x16.
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move to compiler/