mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressed
[mesa.git] / src / glsl / nir / nir_opt_peephole_select.c
2015-08-24 Connor Abbottnir: move control flow modification to its own file
2015-06-24 Kenneth Graunkenir: Use a switch statement for detecting move-like...
2015-06-22 Kenneth Graunkenir: Allow vec2/vec3/vec4 instructions in the select...
2015-05-09 Jason Ekstrandnir/nir: Use a linked list instead of a hash set for...
2015-04-17 Matt Turnernir: Allow abs/neg in select peephole pass.
2015-03-18 Jason Ekstrandnir/peephole_select: Allow uniform/input loads and...
2015-03-18 Jason Ekstrandnir/peephole_select: Copy instructions into the block...
2015-03-18 Jason Ekstrandnir/peephole_select: Rename are_all_move_to_phi and...
2015-01-26 Jason Ekstrandnir: Use pointers for nir_src_copy and nir_dest_copy
2015-01-24 Eric Anholtnir: Make some helpers for copying ALU src/dests.
2015-01-22 Eric Anholtnir: Make an easier helper for setting up SSA defs.
2015-01-22 Jason Ekstrandnir: Stop using designated initializers
2015-01-21 Jason Ekstrandnir: Add a nir_foreach_phi_src helper macro
2015-01-15 Jason Ekstrandnir: Make bcsel a fully vector operation
2015-01-15 Jason Ekstrandnir/metadata: Rename metadata_dirty to metadata_preserve
2015-01-15 Jason Ekstrandnir: Don't require a function in ssa_def_init
2015-01-15 Jason Ekstrandnir: Add a peephole select optimization