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
Commit message (
Expand
)
Author
Age
Files
Lines
*
spirv: Use deref instructions for most variables
Jason Ekstrand
2018-06-22
5
-190
/
+184
*
st/nir: Move lower_deref_instrs later
Jason Ekstrand
2018-06-22
1
-1
/
+2
*
i965: Move nir_lower_deref_instrs to right before locals_to_regs
Jason Ekstrand
2018-06-22
3
-5
/
+4
*
nir/lower_tex: Always copy deref and offset sources
Jason Ekstrand
2018-06-22
1
-11
/
+32
*
intel/nir: Fixup deref modes after lowering patch vertices
Jason Ekstrand
2018-06-22
1
-0
/
+2
*
intel,ir3: Disable nir_opt_copy_prop_vars
Jason Ekstrand
2018-06-22
2
-2
/
+2
*
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
*
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
4
-0
/
+114
*
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
*
ttn: convert to deref instructions
Rob Clark
2018-06-22
1
-39
/
+13
*
prog/nir: Use deref instructions for params
Jason Ekstrand
2018-06-22
1
-35
/
+6
*
glsl/nir: Use deref instructions instead of dref chains
Jason Ekstrand
2018-06-22
1
-145
/
+94
*
glsl/nir: Only claim to handle intrinsic functions
Jason Ekstrand
2018-06-22
1
-23
/
+2
*
nir: add deref lowering sanity checking
Rob Clark
2018-06-22
36
-0
/
+85
*
anv,i965,radv,st,ir3: Call nir_lower_deref_instrs
Jason Ekstrand
2018-06-22
10
-3
/
+24
*
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
5
-0
/
+363
*
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
*
nv50/ir: only avoid spilling constrained def if a mov is added
Karol Herbst
2018-06-23
1
-2
/
+2
*
meson: Fix typo that breaks -Dgalium-xvmc=false
Dylan Baker
2018-06-22
1
-1
/
+1
*
meson: Fix auto option for va
Dylan Baker
2018-06-22
1
-6
/
+9
*
meson: Fix auto option for xvmc
Dylan Baker
2018-06-22
1
-5
/
+4
*
meson: Correct behavior of vdpau=auto
Dylan Baker
2018-06-22
1
-8
/
+9
*
radv: always check the return error when submitting a CS
Samuel Pitoiset
2018-06-22
1
-5
/
+11
[next]