Merge branch 'wip/i965-separate-sampler-tex' into vulkan
[mesa.git] / src / glsl / nir / nir_control_flow.c
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-14 Vinson Leenir: Silence GCC maybe-uninitialized warnings.
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-23 Kenneth Graunkenir/cf: Fix dominance metadata in the dead control...
2015-09-23 Kenneth Graunkenir/cf: Fix unlink_block_successors to actually unlink...
2015-09-23 Kenneth Graunkenir/cf: Alter block successors before adding a fake...
2015-09-23 Kenneth Graunkenir/cf: Conditionally do block_add_normal_succs() in...
2015-09-23 Kenneth Graunkenir/cf: Don't break outer-block successors in split_blo...
2015-09-23 Kenneth Graunkenir/cf: Make a helper function for removing a predecessor.
2015-09-11 Jason Ekstrandnir: Remove the mem_ctx parameter from ssa_def_rewrite_uses
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-24 Kenneth Graunkenir: Use !block_ends_in_jump() in a few places rather...
2015-08-24 Connor Abbottnir/cf: reimplement nir_cf_node_remove() using the...
2015-08-24 Connor Abbottnir/cf: add new control modification API's
2015-08-24 Connor Abbottnir/cf: use a cursor for inserting control flow
2015-08-24 Connor Abbottnir/cf: add split_block_cursor()
2015-08-24 Connor Abbottnir/cf: add split_block_before_instr()
2015-08-24 Connor Abbottnir/cf: fix link_blocks() when there are no successors
2015-08-24 Connor Abbottnir/cf: clean up jumps when cleaning up CF nodes
2015-08-24 Connor Abbottnir/cf: remove uses of SSA definitions that are being...
2015-08-24 Connor Abbottnir/cf: handle jumps better in stitch_blocks()
2015-08-24 Connor Abbottnir/cf: handle jumps in split_block_end()
2015-08-24 Connor Abbottnir/cf: add block_ends_in_jump()
2015-08-24 Connor Abbottnir/cf: handle phi nodes better in split_block_beginning()
2015-08-24 Connor Abbottnir/cf: split up and improve nir_handle_remove_jumps()
2015-08-24 Connor Abbottnir/cf: add remove_phi_src() helper
2015-08-24 Connor Abbottnir/cf: add insert_phi_undef() helper
2015-08-24 Connor Abbottnir: move control flow modification to its own file