| Commit message (Expand) | Author | Age | Files | Lines |
* | nir: Remove the mem_ctx parameter from ssa_def_rewrite_uses | Jason Ekstrand | 2015-09-11 | 1 | -2/+1 |
* | nir: Fix a bunch of ralloc parenting errors | Jason Ekstrand | 2015-09-11 | 1 | -2/+2 |
* | nir: move control flow modification to its own file | Connor Abbott | 2015-08-24 | 1 | -0/+1 |
* | nir: Use a switch statement for detecting move-like operations. | Kenneth Graunke | 2015-06-24 | 1 | -6/+14 |
* | nir: Allow vec2/vec3/vec4 instructions in the select peephole pass. | Kenneth Graunke | 2015-06-22 | 1 | -1/+3 |
* | nir/nir: Use a linked list instead of a hash set for use/def sets | Jason Ekstrand | 2015-05-08 | 1 | -6/+4 |
* | nir: Allow abs/neg in select peephole pass. | Matt Turner | 2015-04-17 | 1 | -1/+3 |
* | nir/peephole_select: Allow uniform/input loads and load_const | Jason Ekstrand | 2015-03-17 | 1 | -0/+25 |
* | nir/peephole_select: Copy instructions into the block before the if | Jason Ekstrand | 2015-03-17 | 1 | -13/+20 |
* | nir/peephole_select: Rename are_all_move_to_phi and use a switch | Jason Ekstrand | 2015-03-17 | 1 | -25/+31 |
* | nir: Use pointers for nir_src_copy and nir_dest_copy | Jason Ekstrand | 2015-01-26 | 1 | -2/+2 |
* | nir: Make some helpers for copying ALU src/dests. | Eric Anholt | 2015-01-23 | 1 | -4/+1 |
* | nir: Make an easier helper for setting up SSA defs. | Eric Anholt | 2015-01-22 | 1 | -3/+2 |
* | nir: Stop using designated initializers | Jason Ekstrand | 2015-01-21 | 1 | -5/+3 |
* | nir: Add a nir_foreach_phi_src helper macro | Jason Ekstrand | 2015-01-20 | 1 | -1/+1 |
* | nir: Make bcsel a fully vector operation | Jason Ekstrand | 2015-01-15 | 1 | -0/+2 |
* | nir/metadata: Rename metadata_dirty to metadata_preserve | Jason Ekstrand | 2015-01-15 | 1 | -1/+1 |
* | nir: Don't require a function in ssa_def_init | Jason Ekstrand | 2015-01-15 | 1 | -3/+1 |
* | nir: Add a peephole select optimization | Jason Ekstrand | 2015-01-15 | 1 | -0/+214 |