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
/
nir_lower_io_arrays_to_elements.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/compiler: use new hash table and set creation helpers
Caio Marcelo de Oliveira Filho
2019-01-14
1
-12
/
+4
*
glsl_type: Add support for explicitly laid out matrices and arrays
Jason Ekstrand
2019-01-08
1
-5
/
+4
*
glsl_type: Drop the glsl_get_array_instance C helper
Jason Ekstrand
2019-01-08
1
-2
/
+1
*
nir/lower_io_arrays_to_elements: Look at derefs for modes
Jason Ekstrand
2018-12-18
1
-5
/
+8
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
1
-3
/
+0
*
nir: Use nir_src_is_const and nir_src_as_* in core code
Jason Ekstrand
2018-10-22
1
-6
/
+5
*
radeonsi/nir: Set vs_inputs_dual_locations and let NIR do the remap
Jason Ekstrand
2018-09-06
1
-4
/
+1
*
nir: Remove old-school deref chain support
Jason Ekstrand
2018-06-22
1
-5
/
+0
*
nir: convert lower_io_arrays_to_elements to deref instructions
Rob Clark
2018-06-22
1
-79
/
+81
*
nir: add deref lowering sanity checking
Rob Clark
2018-06-22
1
-0
/
+5
*
nir/st_glsl_to_nir: add param to disable splitting of inputs
Timothy Arceri
2018-01-31
1
-9
/
+13
*
nir: fix shift for uint64_t
Timothy Arceri
2017-12-13
1
-2
/
+2
*
nir: allow builin arrays to be lowered
Timothy Arceri
2017-12-04
1
-7
/
+10
*
nir: add array lowering function that assumes there are no indirects
Timothy Arceri
2017-12-04
1
-1
/
+43
*
nir: add varying array splitting pass
Timothy Arceri
2017-12-04
1
-0
/
+383