index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Resolve GCC sign-compare warning.
Rhys Kidd
2015-09-10
3
-7
/
+7
*
nir/glsl: Use lower_outputs_to_temporaries instead of relying on GLSL IR
Jason Ekstrand
2015-09-09
1
-0
/
+2
*
nir: Add a pass to lower outputs to temporary variables
Jason Ekstrand
2015-09-09
2
-0
/
+129
*
nir/cursor: Add a constructor for the end of a block but before the jump
Jason Ekstrand
2015-09-09
2
-6
/
+12
*
nir: Add a nir_system_value_from_intrinsic() function.
Kenneth Graunke
2015-09-08
2
-0
/
+36
*
nir: UBO loads no longer use const_index[1]
Iago Toral Quiroga
2015-09-08
1
-1
/
+0
*
nir/dead_cf: add support for removing useless loops
Connor Abbott
2015-09-01
1
-12
/
+109
*
nir: add a helper for iterating over blocks in a cf node
Connor Abbott
2015-09-01
2
-0
/
+9
*
nir: add nir_block_get_following_loop() helper
Connor Abbott
2015-09-01
2
-0
/
+18
*
nir/dead_cf: delete code that's unreachable due to jumps
Connor Abbott
2015-09-01
1
-8
/
+115
*
nir: add an optimization for removing dead control flow
Connor Abbott
2015-09-01
2
-0
/
+157
*
nir/builder: Use nir_after_instr to advance the cursor
Jason Ekstrand
2015-08-31
1
-2
/
+1
*
nir: Convert the builder to use the new NIR cursor API.
Kenneth Graunke
2015-08-27
6
-38
/
+15
*
nir: Convert the NIR instruction insertion API to use cursors.
Kenneth Graunke
2015-08-27
2
-97
/
+89
*
nir: Move nir_cursor to nir.h.
Kenneth Graunke
2015-08-27
2
-89
/
+97
*
nir: Strengthen "no jumps" assertions in instruction insertion API.
Kenneth Graunke
2015-08-27
1
-5
/
+5
*
nir: Use nir_shader::stage rather than passing it around.
Kenneth Graunke
2015-08-25
3
-11
/
+8
*
nir: Store gl_shader_stage in nir_shader.
Kenneth Graunke
2015-08-25
3
-2
/
+10
*
nir/lower_io: Remove assign_var_locations_direct_first
Jason Ekstrand
2015-08-25
2
-82
/
+0
*
nir/lower_io: Separate driver_location and base offset for uniforms
Jason Ekstrand
2015-08-25
1
-2
/
+7
*
nir/intrinsics: Add a second const index to load_uniform
Jason Ekstrand
2015-08-25
1
-11
/
+17
*
nir: Pass a type_size() function pointer into nir_lower_io().
Kenneth Graunke
2015-08-25
2
-106
/
+20
*
nir: Use !block_ends_in_jump() in a few places rather than open-coding.
Kenneth Graunke
2015-08-24
1
-12
/
+9
*
nir/cf: reimplement nir_cf_node_remove() using the new API
Connor Abbott
2015-08-24
2
-33
/
+9
*
nir/cf: add new control modification API's
Connor Abbott
2015-08-24
2
-0
/
+137
*
nir/cf: use a cursor for inserting control flow
Connor Abbott
2015-08-24
2
-175
/
+49
*
nir/cf: add split_block_cursor()
Connor Abbott
2015-08-24
1
-0
/
+48
*
nir/cf: add split_block_before_instr()
Connor Abbott
2015-08-24
1
-0
/
+18
*
nir/cf: add a cursor structure
Connor Abbott
2015-08-24
1
-0
/
+91
*
nir/cf: fix link_blocks() when there are no successors
Connor Abbott
2015-08-24
1
-1
/
+2
*
nir/cf: clean up jumps when cleaning up CF nodes
Connor Abbott
2015-08-24
1
-1
/
+4
*
nir/cf: remove uses of SSA definitions that are being deleted
Connor Abbott
2015-08-24
1
-8
/
+24
*
nir/cf: handle jumps better in stitch_blocks()
Connor Abbott
2015-08-24
1
-6
/
+16
*
nir/cf: handle jumps in split_block_end()
Connor Abbott
2015-08-24
1
-1
/
+8
*
nir/cf: add block_ends_in_jump()
Connor Abbott
2015-08-24
1
-0
/
+8
*
nir/cf: handle phi nodes better in split_block_beginning()
Connor Abbott
2015-08-24
1
-0
/
+13
*
nir/cf: split up and improve nir_handle_remove_jumps()
Connor Abbott
2015-08-24
1
-54
/
+81
*
nir/cf: add remove_phi_src() helper
Connor Abbott
2015-08-24
1
-0
/
+17
*
nir: add nir_foreach_phi_src_safe()
Connor Abbott
2015-08-24
1
-0
/
+2
*
nir/cf: add insert_phi_undef() helper
Connor Abbott
2015-08-24
1
-0
/
+25
*
nir: move control flow modification to its own file
Connor Abbott
2015-08-24
7
-687
/
+796
*
nir: make cleanup_cf_node() not use remove_defs_uses()
Connor Abbott
2015-08-24
1
-2
/
+4
*
nir: inline block_add_pred() a few places
Connor Abbott
2015-08-24
1
-3
/
+2
*
nir/validate: check successors/predecessors more carefully
Connor Abbott
2015-08-24
1
-11
/
+84
*
nir: Delete the nir_function_impl::start_block field.
Kenneth Graunke
2015-08-24
6
-9
/
+15
*
nir: convert the glsl intrinsic image_size to nir_intrinsic_image_size
Martin Peres
2015-08-20
2
-6
/
+17
*
nir: Use nir_builder in nir_lower_io's get_io_offset().
Kenneth Graunke
2015-08-19
1
-28
/
+14
*
nir: Pull nir_lower_io's load_op selection into a helper function.
Kenneth Graunke
2015-08-19
1
-17
/
+22
*
nir: Simplify feq(fneg(a), a)) -> feq(a, 0.0)
Thomas Helland
2015-08-18
1
-0
/
+1
*
nir: Simplify fne(fneg(a), a) -> fne(a, 0.0)
Thomas Helland
2015-08-18
1
-0
/
+1
[next]