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
path:
root
/
src
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: deref only for OpTypePointer
Juan A. Suarez Romero
2019-03-20
1
-8
/
+14
*
nir: Constant values are per-column not per-component
Jason Ekstrand
2019-03-20
1
-1
/
+2
*
Revert "glsl: relax input->output validation for SSO programs"
Andres Gomez
2019-03-19
1
-1
/
+1
*
glsl/linker: simplify xfb_offset vs xfb_stride overflow check
Andres Gomez
2019-03-19
1
-2
/
+1
*
glsl/linker: don't fail non static used inputs without matching outputs
Andres Gomez
2019-03-19
1
-2
/
+14
*
glsl/linker: always validate explicit location among inputs
Andres Gomez
2019-03-19
1
-3
/
+10
*
glsl: correctly validate component layout qualifier for dvec{3,4}
Andres Gomez
2019-03-19
1
-0
/
+4
*
Revert "nir: const `nir_call_instr::callee`"
Jason Ekstrand
2019-03-19
3
-4
/
+4
*
nir: const `nir_call_instr::callee`
Eric Engestrom
2019-03-19
2
-3
/
+3
*
nir/spirv: support physical pointers
Karol Herbst
2019-03-19
7
-15
/
+71
*
nir/spirv: handle kernel function parameters
Karol Herbst
2019-03-19
1
-0
/
+66
*
nir/lower_locals_to_regs: cast array index to 32 bit
Karol Herbst
2019-03-19
1
-2
/
+2
*
glsl: add cl_size and cl_alignment
Karol Herbst
2019-03-19
4
-31
/
+112
*
glsl: add packed for struct types
Karol Herbst
2019-03-19
6
-12
/
+49
*
nir: Add a new pass to lower array dereferences on vectors
Jason Ekstrand
2019-03-15
4
-0
/
+202
*
nir/builder: Add a vector extract helper
Jason Ekstrand
2019-03-15
2
-6
/
+30
*
nir/xfb: move varyings info out of nir_xfb_info
Alejandro PiƱeiro
2019-03-15
3
-30
/
+64
*
glsl/nir: Add a pass to lower UBO and SSBO access
Jason Ekstrand
2019-03-15
4
-0
/
+305
*
glsl/nir: Handle unlowered SSBO atomic and array_length intrinsics
Jason Ekstrand
2019-03-15
1
-0
/
+112
*
glsl/nir: Set explicit types on UBO/SSBO variables
Jason Ekstrand
2019-03-15
1
-15
/
+67
*
glsl: Don't lower vector derefs for SSBOs, UBOs, and shared
Jason Ekstrand
2019-03-15
1
-0
/
+21
*
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
*
compiler/types: Add helpers to get explicit types for standard layouts
Jason Ekstrand
2019-03-15
2
-16
/
+191
*
compiler/types: Add a C wrapper to get full struct field data
Jason Ekstrand
2019-03-15
2
-0
/
+11
*
compiler/types: Add a new is_interface C wrapper
Jason Ekstrand
2019-03-15
2
-0
/
+7
*
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
*
nir/algebraic: Add a couple optimizations for iabs and ishr
Jason Ekstrand
2019-03-15
1
-0
/
+6
*
nir: Add ir3-specific version of most SSBO intrinsics
Eduardo Lima Mitev
2019-03-13
1
-0
/
+27
*
nir: Add a pass to combine store_derefs to same vector
Caio Marcelo de Oliveira Filho
2019-03-13
5
-0
/
+579
*
glsl/lower_vector_derefs: Don't use a temporary for TCS outputs
Jason Ekstrand
2019-03-13
1
-10
/
+64
*
glsl/list: Add a list variant of insert_after
Jason Ekstrand
2019-03-13
1
-0
/
+26
*
nir/loop_unroll: Fix out-of-bounds access handling
Jason Ekstrand
2019-03-12
1
-12
/
+2
*
nir: Add a pass for lowering IO back to vector when possible
Jason Ekstrand
2019-03-12
5
-1
/
+392
*
nir: Add a stripping pass for improved cacheability
Connor Abbott
2019-03-12
4
-0
/
+111
*
nir: silence a couple new compiler warnings
Brian Paul
2019-03-12
2
-2
/
+2
*
nir: find induction/limit vars in iand instructions
Timothy Arceri
2019-03-12
1
-8
/
+91
*
nir: pass nir_op to calculate_iterations()
Timothy Arceri
2019-03-12
1
-7
/
+10
*
nir: add get_induction_and_limit_vars() helper to loop analysis
Timothy Arceri
2019-03-12
1
-15
/
+26
*
nir: add helper to return inversion op of a comparison
Timothy Arceri
2019-03-12
1
-0
/
+29
*
nir: simplify the loop analysis trip count code a little
Timothy Arceri
2019-03-12
1
-81
/
+82
*
nir: unroll some loops with a variable limit
Timothy Arceri
2019-03-12
1
-0
/
+55
*
nir: calculate trip count for more loops
Timothy Arceri
2019-03-12
3
-6
/
+49
*
nir: add partial loop unrolling support
Timothy Arceri
2019-03-12
1
-8
/
+199
*
nir: add new partially_unrolled bool to nir_loop
Timothy Arceri
2019-03-12
2
-0
/
+2
*
nir: add guess trip count support to loop analysis
Timothy Arceri
2019-03-12
2
-6
/
+86
*
nir/spirv: Fix assert when unsampled OpTypeImage has unknown 'Depth'
Xavier Bouchoux
2019-03-11
1
-3
/
+4
*
nir/serialize: Prevent writing uninitialized state_slot data
Connor Abbott
2019-03-11
1
-5
/
+14
[next]