aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_io_arrays_to_elements.c
Commit message (Expand)AuthorAgeFilesLines
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-141-12/+4
* glsl_type: Add support for explicitly laid out matrices and arraysJason Ekstrand2019-01-081-5/+4
* glsl_type: Drop the glsl_get_array_instance C helperJason Ekstrand2019-01-081-2/+1
* nir/lower_io_arrays_to_elements: Look at derefs for modesJason Ekstrand2018-12-181-5/+8
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-251-3/+0
* nir: Use nir_src_is_const and nir_src_as_* in core codeJason Ekstrand2018-10-221-6/+5
* radeonsi/nir: Set vs_inputs_dual_locations and let NIR do the remapJason Ekstrand2018-09-061-4/+1
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-5/+0
* nir: convert lower_io_arrays_to_elements to deref instructionsRob Clark2018-06-221-79/+81
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+5
* nir/st_glsl_to_nir: add param to disable splitting of inputsTimothy Arceri2018-01-311-9/+13
* nir: fix shift for uint64_tTimothy Arceri2017-12-131-2/+2
* nir: allow builin arrays to be loweredTimothy Arceri2017-12-041-7/+10
* nir: add array lowering function that assumes there are no indirectsTimothy Arceri2017-12-041-1/+43
* nir: add varying array splitting passTimothy Arceri2017-12-041-0/+383