index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nir: Support deref instructions in opt_undef
Jason Ekstrand
2018-06-22
1
-4
/
+7
*
nir: Consider deref instructions in opt_peephole_select
Jason Ekstrand
2018-06-22
1
-2
/
+11
*
nir: Consider deref instructions in lower_phis_to_scalar
Jason Ekstrand
2018-06-22
1
-2
/
+9
*
nir: Support deref instructions in lower_drawpixels
Jason Ekstrand
2018-06-22
1
-6
/
+14
*
nir: Support deref instructions in lower_clamp_color_outputs
Jason Ekstrand
2018-06-22
1
-4
/
+6
*
nir: Support deref instructions in lower_alpha_test
Jason Ekstrand
2018-06-22
1
-2
/
+6
*
nir: Support deref instructions in loop_analyze
Jason Ekstrand
2018-06-22
1
-4
/
+47
*
nir: Support deref instructions in remove_unused_varyings
Jason Ekstrand
2018-06-22
1
-25
/
+27
*
nir: Support deref instructions in lower_pos_center
Jason Ekstrand
2018-06-22
1
-3
/
+12
*
nir: Support deref instructions in lower_wpos_ytransform
Jason Ekstrand
2018-06-22
1
-11
/
+42
*
nir: Support deref instructions in lower_io
Jason Ekstrand
2018-06-22
1
-22
/
+48
*
nir: Support deref instructions in gather_info
Jason Ekstrand
2018-06-22
1
-9
/
+22
*
nir: Support deref instructions in propagate_invariant
Jason Ekstrand
2018-06-22
1
-5
/
+20
*
nir: Support deref instructions in lower_clip_cull
Jason Ekstrand
2018-06-22
1
-6
/
+65
*
nir: Support deref instructions in lower_system_values
Jason Ekstrand
2018-06-22
1
-5
/
+13
*
nir: Support deref instructions in lower_indirect_derefs
Jason Ekstrand
2018-06-22
1
-2
/
+155
*
nir: Support deref instructions in lower_vars_to_ssa
Jason Ekstrand
2018-06-22
1
-19
/
+58
*
nir: Support deref instructions in split_var_copies
Jason Ekstrand
2018-06-22
1
-2
/
+42
*
nir: Support deref instructions in lower_var_copies
Jason Ekstrand
2018-06-22
3
-5
/
+143
*
nir: Add a deref path helper struct
Jason Ekstrand
2018-06-22
3
-0
/
+113
*
nir: Support deref instructions in lower_io_to_temporaries
Jason Ekstrand
2018-06-22
1
-0
/
+2
*
nir: Support deref instructions in lower_global_vars_to_local
Jason Ekstrand
2018-06-22
1
-23
/
+42
*
nir: Add a pass for fixing deref modes
Jason Ekstrand
2018-06-22
2
-0
/
+32
*
nir: Support deref instructions in remove_dead_variables
Jason Ekstrand
2018-06-22
1
-2
/
+92
*
nir: add deref lowering sanity checking
Rob Clark
2018-06-22
32
-0
/
+78
*
nir/deref: Add some deref cleanup functions
Jason Ekstrand
2018-06-22
2
-0
/
+57
*
nir: Add helpers for working with deref instructions
Jason Ekstrand
2018-06-22
4
-0
/
+362
*
nir: Add deref sources to texture instructions
Jason Ekstrand
2018-06-22
2
-0
/
+8
*
nir: Add _deref versions of all of the _var intrinsics
Jason Ekstrand
2018-06-22
4
-1
/
+144
*
nir/builder: Add deref building helpers
Jason Ekstrand
2018-06-22
1
-0
/
+106
*
nir: Add a deref instruction type
Jason Ekstrand
2018-06-22
9
-13
/
+580
*
nir/validate: Rework intrinsic type validation
Jason Ekstrand
2018-06-22
1
-31
/
+31
*
nir: Add explicit_binding to nir_variable
Neil Roberts
2018-06-21
1
-0
/
+5
*
nir: add pass to move load_const
Rob Clark
2018-06-19
3
-0
/
+143
*
nir: add comment for loop_unroll pass
Rob Clark
2018-06-19
1
-0
/
+4
*
nir: Document a couple instances of parent_instr
Ian Romanick
2018-06-15
1
-0
/
+2
*
nir: Add global invocation id intrinsic.
Plamena Manolova
2018-06-07
2
-0
/
+5
*
nir: add opt_if_loop_terminator()
Timothy Arceri
2018-06-07
1
-0
/
+68
*
nir: move ends_in_break() helper to nir_loop_analyze.h
Timothy Arceri
2018-06-07
2
-13
/
+13
*
nir: Look into uniform structs for samplers when counting num_textures.
Eric Anholt
2018-06-06
1
-12
/
+44
*
nir: Add lowering for nir_op_bit_count.
Eric Anholt
2018-06-06
2
-0
/
+38
*
nir: Add lowering for nir_op_bitfield_reverse.
Eric Anholt
2018-06-06
2
-1
/
+48
*
nir: Add an ALU lowering pass for mul_high.
Eric Anholt
2018-06-06
3
-0
/
+169
*
nir: Add lowering for find_lsb.
Eric Anholt
2018-06-06
2
-0
/
+6
*
nir: Add lowering for ifind_msb to ufind_msb.
Eric Anholt
2018-06-06
2
-0
/
+6
*
nir: Add lowering from ibitfield_extract/ubitfield_extract to shifts.
Eric Anholt
2018-06-06
2
-0
/
+19
*
nir: Add lowering for bitfieldInsert without using bfi.
Eric Anholt
2018-06-06
2
-0
/
+19
*
nir: implement the GLSL equivalent of if simplication in nir_opt_if
Samuel Pitoiset
2018-06-04
1
-5
/
+92
*
nir: make is_comparison() a non-static helper function
Samuel Pitoiset
2018-06-04
2
-25
/
+25
*
nir: use num_components wrappers in print/validate.
Dave Airlie
2018-06-04
2
-15
/
+5
[prev]
[next]