aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_system_values.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Remove deref chain support from lower_system_valuesJason Ekstrand2018-06-221-13/+11
* nir: Support deref instructions in lower_system_valuesJason Ekstrand2018-06-221-5/+13
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+2
* compiler/nir: Add conditional lowering for gl_BaseVertexAntia Puentes2018-05-021-0/+15
* nir: Offset vertex_id by first_vertex instead of base_vertexNeil Roberts2018-04-191-1/+1
* nir/lower_system_values: Support SYSTEM_VALUE_LOCAL_GROUP_SIZEJason Ekstrand2018-04-091-0/+10
* nir/spirv: Add support for device groupsJason Ekstrand2018-03-071-0/+5
* 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