summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_system_values.c
Commit message (Expand)AuthorAgeFilesLines
* nir/lower_system_values: Support lowering more intrinsicsJason Ekstrand2019-07-161-87/+83
* nir/lower_system_values: Drop the context-aware builder functionsJason Ekstrand2019-07-161-97/+96
* nir/lower_system_values: Use the new generic NIR lowering helpersJason Ekstrand2019-07-161-96/+55
* nir: make nir_const_value scalarKarol Herbst2019-04-141-5/+5
* nir/vtn: add support for SpvBuiltInGlobalLinearIdKarol Herbst2019-03-051-12/+37
* nir: add support for address bit sized system valuesKarol Herbst2019-03-051-17/+28
* nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fsAlejandro Piñeiro2019-02-211-6/+0
* nir: Record info->fs.pixel_center_integer in lower_system_valuesKenneth Graunke2019-02-051-0/+6
* nir: add bit_size parameter to system values with multiple allowed bit sizesKarol Herbst2019-01-211-2/+2
* intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_valuesJason Ekstrand2018-11-191-1/+48
* nir: Don't lower the local work group size if it's variable.Plamena Manolova2018-11-131-6/+18
* nir/system_values: Use the bit size from the load_derefJason Ekstrand2018-10-261-0/+1
* nir: add lowering for gl_HelperInvocationRob Clark2018-07-181-0/+17
* nir/spirv: implement BuiltInGlobalSizeKarol Herbst2018-07-121-0/+7
* nir: move lowering of SYSTEM_VALUE_LOCAL_GROUP_SIZE into a functionKarol Herbst2018-07-121-16/+14
* nir/lower_system_values: Assert/assume direct var derefsJason Ekstrand2018-06-221-4/+13
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-2/+0
* 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