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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/lower_io: Convert atomic lowering to deref instructions
Jason Ekstrand
2018-06-22
1
-23
/
+27
*
nir: Remove deref chain support from lower_global_vars_to_local
Jason Ekstrand
2018-06-22
1
-18
/
+4
*
nir: Remove deref chain support from lower_clamp_color_outputs
Jason Ekstrand
2018-06-22
1
-3
/
+2
*
nir: Remove deref chain support from lower_alpha_test
Jason Ekstrand
2018-06-22
1
-3
/
+2
*
nir: Remove deref chain support from lower_atomics
Jason Ekstrand
2018-06-22
1
-144
/
+2
*
nir: Remove deref chain support from lower_clip_cull_distance_arrays
Jason Ekstrand
2018-06-22
1
-52
/
+2
*
nir: Remove deref chain support from lower_indirect_derefs
Jason Ekstrand
2018-06-22
1
-161
/
+2
*
nir: Rework gather_info to entirely use deref instructions
Jason Ekstrand
2018-06-22
1
-28
/
+14
*
nir/vars_to_ssa: Rework to entirely use deref instructions
Jason Ekstrand
2018-06-22
1
-184
/
+152
*
nir/vars_to_ssa: Add an is_direct field to deref_node
Jason Ekstrand
2018-06-22
1
-16
/
+25
*
nir/lower_samplers: remove legacy version
Rob Clark
2018-06-22
4
-167
/
+0
*
nir: convert lower_samplers_as_deref to deref instructions
Rob Clark
2018-06-22
1
-65
/
+117
*
nir: convert lower_io_arrays_to_elements to deref instructions
Rob Clark
2018-06-22
1
-79
/
+81
*
nir: convert lower_io_to_scalar to deref instructions
Rob Clark
2018-06-22
1
-46
/
+46
*
nir: Use deref instructions in lower_constant_initializers
Jason Ekstrand
2018-06-22
3
-84
/
+39
*
nir/builder: Use deref instructions for load/store/copy_var
Jason Ekstrand
2018-06-22
1
-24
/
+4
*
nir: Use derefs in nir_lower_samplers
Jason Ekstrand
2018-06-22
2
-69
/
+88
*
nir/lower_samplers: Clean up function arguments
Jason Ekstrand
2018-06-22
1
-8
/
+8
*
nir/lower_samplers: split out _legacy version for deref chains
Rob Clark
2018-06-22
4
-0
/
+167
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
16
-534
/
+251
*
spirv/cfg: Make the builder fully capable for both walks
Jason Ekstrand
2018-06-22
1
-0
/
+2
*
spirv: Record the type of functions
Jason Ekstrand
2018-06-22
2
-2
/
+4
*
spirv: Update vtn_pointer_to/from_ssa to handle deref pointers
Jason Ekstrand
2018-06-22
1
-31
/
+42
*
spirv: Allow pointers to have a deref at the base
Jason Ekstrand
2018-06-22
2
-43
/
+23
*
spirv: Clean up vtn_pointer_to_offset
Jason Ekstrand
2018-06-22
3
-77
/
+16
*
spirv: Make push constants an offset-based pointer
Jason Ekstrand
2018-06-22
2
-28
/
+17
*
spirv: Use NIR per-member splitting
Jason Ekstrand
2018-06-22
2
-109
/
+38
*
nir/spirv: Pass nir_variable_data into apply_var_decoration
Jason Ekstrand
2018-06-22
1
-26
/
+26
*
nir: Add a concept of per-member structs and a lowering pass
Jason Ekstrand
2018-06-22
7
-0
/
+331
*
spirv: Use deref instructions for most variables
Jason Ekstrand
2018-06-22
5
-190
/
+184
*
nir/lower_tex: Always copy deref and offset sources
Jason Ekstrand
2018-06-22
1
-11
/
+32
*
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_atomics
Jason Ekstrand
2018-06-22
1
-9
/
+112
*
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
[next]