summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_system_values.c
Commit message (Expand)AuthorAgeFilesLines
* nir/lower_system_values: Lower SUBGROUP_*_MASK based on typeJason Ekstrand2017-11-071-2/+3
* nir: Make ballot intrinsics variable-sizeJason Ekstrand2017-11-071-0/+1
* nir: Zero local_size const struct for valgrind & nir_serializeJordan Justen2017-10-251-0/+1
* nir: Add system values from ARB_shader_ballotMatt Turner2017-07-201-0/+14
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-5/+5
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-5/+7
* nir: Add nir_builder support for individual system value loads.Eric Anholt2016-08-191-11/+8
* nir: Make lowering gl_LocalInvocationIndex optionalJordan Justen2016-06-011-4/+12
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/lower_system_values: fixup for new foreach_block()Connor Abbott2016-04-281-16/+11
* nir/builder: Add bit_size info to nir_build_imm()Samuel Iglesias Gonsálvez2016-04-281-1/+1
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir/lower_system_values: Add support for several computed valuesJason Ekstrand2016-04-111-3/+70
* nir: move to compiler/Emil Velikov2016-01-261-0/+98