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: 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
*
Revert MR 369 (Fix extract_i8 and extract_u8 for 64-bit integers)
Kenneth Graunke
2019-03-09
1
-24
/
+10
*
nir/algebraic: Add missing 16-bit extract_[iu]8 patterns
Ian Romanick
2019-03-08
1
-0
/
+3
*
nir/algebraic: Add missing 64-bit extract_[iu]8 patterns
Ian Romanick
2019-03-08
1
-0
/
+3
*
nir/algebraic: Remove redundant extract_[iu]8 patterns
Ian Romanick
2019-03-08
1
-14
/
+4
*
nir/algebraic: Fix up extract_[iu]8 after loop unrolling
Ian Romanick
2019-03-08
1
-2
/
+20
*
nir/linker: fix ARRAY_SIZE query with xfb varyings
Alejandro Piñeiro
2019-03-08
1
-1
/
+2
*
nir/linker: Fix TRANSFORM_FEEDBACK_BUFFER_INDEX
Antia Puentes
2019-03-08
1
-1
/
+11
*
nir/linker: use nir_gather_xfb_info
Alejandro Piñeiro
2019-03-08
1
-186
/
+54
*
nir/xfb: handle arrays and AoA of basic types
Alejandro Piñeiro
2019-03-08
1
-10
/
+32
*
nir_types: add glsl_type_is_struct helper
Alejandro Piñeiro
2019-03-08
2
-0
/
+7
*
nir/xfb: sort varyings too
Alejandro Piñeiro
2019-03-08
1
-2
/
+17
*
nir/xfb: adding varyings on nir_xfb_info and gather_info
Alejandro Piñeiro
2019-03-08
2
-7
/
+44
*
nir_types: add glsl_varying_count helper
Alejandro Piñeiro
2019-03-08
2
-0
/
+7
*
nir/xfb: add component_offset at nir_xfb_info
Alejandro Piñeiro
2019-03-08
2
-0
/
+4
[next]