mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressed
[mesa.git] / src / glsl / nir / nir_to_ssa.c
2015-08-24 Kenneth Graunkenir: Delete the nir_function_impl::start_block field.
2015-05-09 Jason Ekstrandnir/nir: Use a linked list instead of a hash set for...
2015-04-07 Kenneth Graunkenir: Allocate nir_phi_src values out of the nir_phi_instr.
2015-02-20 Kenneth Graunkenir: Fix the Mesa build without -DDEBUG.
2015-01-29 Eric Anholtnir: Don't try to to-SSA ALU instructions that are...
2015-01-22 Eric Anholtnir: Make an easier helper for setting up SSA defs.
2015-01-22 Matt Turnernir: Replace assert(0) with unreachable().
2015-01-21 Jason Ekstrandnir: Add a nir_foreach_phi_src helper macro
2015-01-17 Vinson Leenir: s/malloc.h/stdlib.h/
2015-01-15 Jason Ekstrandutil/hash_set: Rework the API to know about hashing
2015-01-15 Jason Ekstrandnir: Make nir_ssa_undef_instr_create initialize the...
2015-01-15 Jason Ekstrandnir: Remove predication
2015-01-15 Jason Ekstrandnir: Make bcsel a fully vector operation
2015-01-15 Jason Ekstrandnir: Call nir_metadata_preserve more places
2015-01-15 Jason Ekstrandnir: Make texture instruction names more consistent
2015-01-15 Jason Ekstrandnir: Don't require a function in ssa_def_init
2015-01-15 Jason Ekstrandnir: Automatically handle SSA uses when an instruction...
2015-01-15 Jason Ekstrandnir: Add an initialization function for SSA definitions
2015-01-15 Connor Abbottnir: add a pass to convert to SSA