| Commit message (Expand) | Author | Age | Files | Lines |
* | nir/lower_system_values: Support lowering more intrinsics | Jason Ekstrand | 2019-07-16 | 1 | -87/+83 |
* | nir/lower_system_values: Drop the context-aware builder functions | Jason Ekstrand | 2019-07-16 | 1 | -97/+96 |
* | nir/lower_system_values: Use the new generic NIR lowering helpers | Jason Ekstrand | 2019-07-16 | 1 | -96/+55 |
* | nir: make nir_const_value scalar | Karol Herbst | 2019-04-14 | 1 | -5/+5 |
* | nir/vtn: add support for SpvBuiltInGlobalLinearId | Karol Herbst | 2019-03-05 | 1 | -12/+37 |
* | nir: add support for address bit sized system values | Karol Herbst | 2019-03-05 | 1 | -17/+28 |
* | nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs | Alejandro Piñeiro | 2019-02-21 | 1 | -6/+0 |
* | nir: Record info->fs.pixel_center_integer in lower_system_values | Kenneth Graunke | 2019-02-05 | 1 | -0/+6 |
* | nir: add bit_size parameter to system values with multiple allowed bit sizes | Karol Herbst | 2019-01-21 | 1 | -2/+2 |
* | intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_values | Jason Ekstrand | 2018-11-19 | 1 | -1/+48 |
* | nir: Don't lower the local work group size if it's variable. | Plamena Manolova | 2018-11-13 | 1 | -6/+18 |
* | nir/system_values: Use the bit size from the load_deref | Jason Ekstrand | 2018-10-26 | 1 | -0/+1 |
* | nir: add lowering for gl_HelperInvocation | Rob Clark | 2018-07-18 | 1 | -0/+17 |
* | nir/spirv: implement BuiltInGlobalSize | Karol Herbst | 2018-07-12 | 1 | -0/+7 |
* | nir: move lowering of SYSTEM_VALUE_LOCAL_GROUP_SIZE into a function | Karol Herbst | 2018-07-12 | 1 | -16/+14 |
* | nir/lower_system_values: Assert/assume direct var derefs | Jason Ekstrand | 2018-06-22 | 1 | -4/+13 |
* | nir: Remove old-school deref chain support | Jason Ekstrand | 2018-06-22 | 1 | -2/+0 |
* | nir: Remove deref chain support from lower_system_values | Jason Ekstrand | 2018-06-22 | 1 | -13/+11 |
* | nir: Support deref instructions in lower_system_values | Jason Ekstrand | 2018-06-22 | 1 | -5/+13 |
* | nir: add deref lowering sanity checking | Rob Clark | 2018-06-22 | 1 | -0/+2 |
* | compiler/nir: Add conditional lowering for gl_BaseVertex | Antia Puentes | 2018-05-02 | 1 | -0/+15 |
* | nir: Offset vertex_id by first_vertex instead of base_vertex | Neil Roberts | 2018-04-19 | 1 | -1/+1 |
* | nir/lower_system_values: Support SYSTEM_VALUE_LOCAL_GROUP_SIZE | Jason Ekstrand | 2018-04-09 | 1 | -0/+10 |
* | nir/spirv: Add support for device groups | Jason Ekstrand | 2018-03-07 | 1 | -0/+5 |
* | nir/lower_system_values: Lower SUBGROUP_*_MASK based on type | Jason Ekstrand | 2017-11-07 | 1 | -2/+3 |
* | nir: Make ballot intrinsics variable-size | Jason Ekstrand | 2017-11-07 | 1 | -0/+1 |
* | nir: Zero local_size const struct for valgrind & nir_serialize | Jordan Justen | 2017-10-25 | 1 | -0/+1 |
* | nir: Add system values from ARB_shader_ballot | Matt Turner | 2017-07-20 | 1 | -0/+14 |
* | nir: Embed the shader_info in the nir_shader again | Jason Ekstrand | 2017-05-09 | 1 | -5/+5 |
* | nir/i965/anv/radv/gallium: make shader info a pointer | Timothy Arceri | 2016-10-26 | 1 | -5/+7 |
* | nir: Add nir_builder support for individual system value loads. | Eric Anholt | 2016-08-19 | 1 | -11/+8 |
* | nir: Make lowering gl_LocalInvocationIndex optional | Jordan Justen | 2016-06-01 | 1 | -4/+12 |
* | nir: Switch the arguments to nir_foreach_function | Jason Ekstrand | 2016-04-28 | 1 | -1/+1 |
* | nir: Switch the arguments to nir_foreach_instr | Jason Ekstrand | 2016-04-28 | 1 | -1/+1 |
* | nir/lower_system_values: fixup for new foreach_block() | Connor Abbott | 2016-04-28 | 1 | -16/+11 |
* | nir/builder: Add bit_size info to nir_build_imm() | Samuel Iglesias Gonsálvez | 2016-04-28 | 1 | -1/+1 |
* | nir: rename nir_foreach_block*() to nir_foreach_block*_call() | Connor Abbott | 2016-04-20 | 1 | -1/+1 |
* | nir/lower_system_values: Add support for several computed values | Jason Ekstrand | 2016-04-11 | 1 | -3/+70 |
* | nir: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -0/+98 |