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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
broadcom/vc4: Remove deref chain support from nir_lower_txf_ms.
Eric Anholt
2018-06-22
1
-1
/
+0
*
st,ir3,radeonsi: push lower_deref_instrs back into driver
Rob Clark
2018-06-22
5
-7
/
+3
*
nir/lower_samplers: remove legacy version
Rob Clark
2018-06-22
5
-168
/
+1
*
nir: convert lower_samplers_as_deref to deref instructions
Rob Clark
2018-06-22
2
-68
/
+120
*
mesa/st: re-enable lower_io_to_elements()
Rob Clark
2018-06-22
1
-1
/
+1
*
nir: convert lower_io_arrays_to_elements to deref instructions
Rob Clark
2018-06-22
3
-83
/
+83
*
mesa/st/nir: convert lower_builtins to deref instructions
Rob Clark
2018-06-22
2
-26
/
+41
*
mesa/st: temporarily disable lower_io_to_elements()
Rob Clark
2018-06-22
1
-1
/
+1
*
nir: convert lower_io_to_scalar to deref instructions
Rob Clark
2018-06-22
3
-49
/
+49
*
move lower_deref_instrs
Rob Clark
2018-06-22
3
-6
/
+3
*
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
*
radv: Disable lower_io_to_temporaries during deref changes.
Bas Nieuwenhuizen
2018-06-22
1
-0
/
+3
*
nir: Use derefs in nir_lower_samplers
Jason Ekstrand
2018-06-22
3
-71
/
+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
6
-2
/
+169
*
intel/blorp: Stop setting tex->texture/sampler
Jason Ekstrand
2018-06-22
1
-2
/
+0
*
intel/nir: Only lower load/store derefs
Jason Ekstrand
2018-06-22
1
-1
/
+1
*
intel/fs: Use image_deref intrinsics instead of image_var
Jason Ekstrand
2018-06-22
3
-75
/
+86
*
anv/pipeline: Convert apply_pipeline_layout to deref instructions
Jason Ekstrand
2018-06-22
2
-74
/
+78
*
anv/apply_pipeline_layout: Simplify extract_tex_src_plane
Jason Ekstrand
2018-06-22
1
-34
/
+12
*
anv/pipeline: Convert lower_multiview to deref instructions
Jason Ekstrand
2018-06-22
1
-12
/
+5
*
anv/pipeline: Convert YCbCr lowering to deref instructiosn
Jason Ekstrand
2018-06-22
2
-18
/
+22
*
anv/pipeline: Convert lower_input_attachments to deref instructions
Jason Ekstrand
2018-06-22
2
-18
/
+19
*
anv/pipeline: Do less deref instruction lowering
Jason Ekstrand
2018-06-22
1
-2
/
+3
*
radv: Remove image_var stores.
Bas Nieuwenhuizen
2018-06-22
3
-30
/
+30
*
radv: Use deref instructions for tex derefs in meta shaders.
Bas Nieuwenhuizen
2018-06-22
5
-38
/
+62
*
ac/nir: Add deref interp support.
Bas Nieuwenhuizen
2018-06-22
1
-6
/
+27
*
ac/nir: Add shared atomic deref instr support.
Bas Nieuwenhuizen
2018-06-22
1
-1
/
+25
*
radv: Gather info for deref instr based load/store.
Bas Nieuwenhuizen
2018-06-22
1
-5
/
+55
*
ac/nir: Add deref based var loads/stores.
Bas Nieuwenhuizen
2018-06-22
1
-47
/
+160
*
radv: Add shader info support for image deref instructions.
Bas Nieuwenhuizen
2018-06-22
1
-3
/
+37
*
ac/nir: Add deref support to image intrinsics.
Bas Nieuwenhuizen
2018-06-22
1
-34
/
+98
*
ac/nir: Implement derefs for integer gather4 lowering.
Bas Nieuwenhuizen
2018-06-22
1
-3
/
+22
*
ac/nir: Support deref instructions in tex instructions.
Bas Nieuwenhuizen
2018-06-22
2
-8
/
+44
*
ac/nir: Support deref instructions in get_sampler_desc.
Bas Nieuwenhuizen
2018-06-22
1
-15
/
+43
*
ac/nir: Implement the deref instr for shared memory.
Bas Nieuwenhuizen
2018-06-22
1
-0
/
+31
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
18
-538
/
+257
*
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
[prev]
[next]