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: add lower_all_io_to_elements
Rob Clark
2019-03-30
1
-0
/
+1
*
nir: print var name for load_interpolated_input too
Rob Clark
2019-03-30
1
-0
/
+1
*
nir: Lock around validation fail shader dumping
Jason Ekstrand
2019-03-29
1
-0
/
+10
*
nir/validate: validate that tex deref sources are actually derefs
Karol Herbst
2019-03-29
1
-0
/
+11
*
nir/print: fix printing the image_array intrinsic index
Karol Herbst
2019-03-29
1
-2
/
+2
*
nir: use {0} initializer instead of {} to fix MSVC build
Brian Paul
2019-03-28
1
-2
/
+2
*
nir: Add partial redundancy elimination for compares
Ian Romanick
2019-03-28
4
-0
/
+413
*
nir: Add nir_alu_srcs_negative_equal
Ian Romanick
2019-03-28
3
-0
/
+192
*
nir: Add nir_const_value_negative_equal
Ian Romanick
2019-03-28
4
-0
/
+398
*
nir/algebraic: Add missing 16-bit extract_[iu]8 patterns
Ian Romanick
2019-03-28
1
-0
/
+3
*
nir/algebraic: Add missing 64-bit extract_[iu]8 patterns
Ian Romanick
2019-03-28
1
-0
/
+3
*
nir/algebraic: Remove redundant extract_[iu]8 patterns
Ian Romanick
2019-03-28
1
-14
/
+4
*
nir/algebraic: Fix up extract_[iu]8 after loop unrolling
Ian Romanick
2019-03-28
1
-2
/
+20
*
nir/deref: fix struct wrapper casts. (v3)
Dave Airlie
2019-03-29
1
-2
/
+36
*
nir: add nir_{load,store}_deref_with_access() helpers
Samuel Pitoiset
2019-03-27
1
-3
/
+21
*
nir: add support for user defined select control
Timothy Arceri
2019-03-27
4
-1
/
+21
*
nir: add support for user defined loop control
Timothy Arceri
2019-03-27
3
-5
/
+22
*
nir: Add access flags to deref and SSBO atomics
Jason Ekstrand
2019-03-25
2
-28
/
+34
*
nir: Add texture sources and intrinsics for bindless
Jason Ekstrand
2019-03-25
4
-10
/
+29
*
nir: Add a lowering pass for non-uniform resource access
Jason Ekstrand
2019-03-25
3
-0
/
+282
*
nir/lower_io: Add a bounds-checked 64-bit global address format
Jason Ekstrand
2019-03-25
2
-6
/
+93
*
compiler/nir: add lowering for 16-bit ldexp
Iago Toral Quiroga
2019-03-25
1
-2
/
+7
*
compiler/nir: add lowering for 16-bit flrp
Iago Toral Quiroga
2019-03-25
2
-0
/
+2
*
compiler/nir: add lowering option for 16-bit fmod
Iago Toral Quiroga
2019-03-25
2
-0
/
+2
*
nir/split_vars: fixup some more explicit_stride related issues.
Dave Airlie
2019-03-25
1
-2
/
+1
*
nir: Handle array-deref-of-vector case in loop analysis
Caio Marcelo de Oliveira Filho
2019-03-22
1
-3
/
+6
*
spirv,nir: lower frexp_exp/frexp_sig inside a new NIR pass
Samuel Pitoiset
2019-03-22
3
-0
/
+211
*
nir: use generic float types for frexp_exp and frexp_sig
Samuel Pitoiset
2019-03-22
1
-2
/
+2
*
nir: Fix anonymous union initialization with older GCC.
Vinson Lee
2019-03-22
1
-4
/
+6
*
nir: fix opt_if_loop_last_continue()
Timothy Arceri
2019-03-22
1
-10
/
+6
*
nir: Record non-vector/scalar varyings as unmovable when compacting
Kenneth Graunke
2019-03-21
1
-1
/
+3
*
nir: move gls_type_get_{sampler,image}_count()
Rob Clark
2019-03-21
1
-42
/
+0
*
nir: only override previous alu during loop analysis if supported
Timothy Arceri
2019-03-21
1
-2
/
+4
*
nir/lower_tex: Add support for tg4 offsets lowering
Karol Herbst
2019-03-21
2
-0
/
+62
*
nir: add support for gather offsets
Karol Herbst
2019-03-21
7
-0
/
+46
*
nir/deref: remove casts of casts which are likely redundant (v3)
Dave Airlie
2019-03-21
1
-2
/
+26
*
nir/spirv: don't use bare types, remove assert in split vars for testing
Dave Airlie
2019-03-21
1
-1
/
+0
*
nir: Constant values are per-column not per-component
Jason Ekstrand
2019-03-20
1
-1
/
+2
*
Revert "nir: const `nir_call_instr::callee`"
Jason Ekstrand
2019-03-19
2
-3
/
+3
*
nir: const `nir_call_instr::callee`
Eric Engestrom
2019-03-19
2
-3
/
+3
*
nir/spirv: support physical pointers
Karol Herbst
2019-03-19
3
-8
/
+25
*
nir/lower_locals_to_regs: cast array index to 32 bit
Karol Herbst
2019-03-19
1
-2
/
+2
*
nir: Add a new pass to lower array dereferences on vectors
Jason Ekstrand
2019-03-15
3
-0
/
+201
*
nir/builder: Add a vector extract helper
Jason Ekstrand
2019-03-15
1
-0
/
+29
*
nir/xfb: move varyings info out of nir_xfb_info
Alejandro PiƱeiro
2019-03-15
2
-22
/
+55
*
nir/lower_io: Add a new buffer_array_length intrinsic and lowering
Jason Ekstrand
2019-03-15
2
-0
/
+45
*
nir: Rename nir_address_format_vk_index_offset to not be vk
Jason Ekstrand
2019-03-15
2
-6
/
+6
*
nir/deref: Consider COHERENT decorated var derefs as aliasing
Jason Ekstrand
2019-03-15
1
-4
/
+47
*
nir/validate: Allow 32-bit boolean load/store intrinsics
Jason Ekstrand
2019-03-15
1
-0
/
+6
*
nir/validate: Only require bare types to match for copy_deref
Jason Ekstrand
2019-03-15
3
-3
/
+6
[next]