| Commit message (Expand) | Author | Age | Files | Lines |
* | nir: add lower_all_io_to_temps flag | Timothy Arceri | 2018-01-31 | 1 | -0/+2 |
* | nir/st_glsl_to_nir: add param to disable splitting of inputs | Timothy Arceri | 2018-01-31 | 2 | -10/+15 |
* | nir: partially revert c2acf97fcc9b32e | Timothy Arceri | 2018-01-30 | 1 | -6/+23 |
* | nir: add vs_inputs_dual_locations compiler option | Timothy Arceri | 2018-01-30 | 1 | -0/+6 |
* | compiler: tidy up double_inputs_read uses | Timothy Arceri | 2018-01-30 | 1 | -2/+6 |
* | nir: mark unused space in packed_tex_data | Tapani Pälli | 2018-01-29 | 1 | -0/+1 |
* | nir: add a 'const' qualifier to nir_ssa_def_components_read() | Samuel Pitoiset | 2018-01-12 | 2 | -2/+2 |
* | meson: Use dependencies for nir | Dylan Baker | 2018-01-11 | 1 | -3/+15 |
* | meson: Use consistent style for tests | Dylan Baker | 2018-01-11 | 1 | -9/+10 |
* | nir: Silence unused parameter warnings | Ian Romanick | 2018-01-10 | 1 | -2/+2 |
* | nir: add missing local_group_size intrinsic | Rob Clark | 2017-12-30 | 2 | -0/+5 |
* | nir/linking: always set the used_across_stages/outputs_read bits | Dave Airlie | 2017-12-19 | 1 | -6/+7 |
* | nir: Add a new lowering option to lower all txd to txl. | Eric Anholt | 2017-12-14 | 2 | -6/+14 |
* | nir: Fix interaction of GL_CLAMP lowering with texture offsets. | Eric Anholt | 2017-12-14 | 1 | -33/+42 |
* | nir: fix shift for uint64_t | Timothy Arceri | 2017-12-13 | 1 | -2/+2 |
* | spirv: Add a prepass to set types on vtn_values | Jason Ekstrand | 2017-12-11 | 1 | -1/+10 |
* | nir/opcodes: Fix constant-folding of bitfield_insert | James Legg | 2017-12-07 | 1 | -2/+2 |
* | nir: Handle fp16 rounding modes at nir_type_conversion_op | Jose Maria Casanova Crespo | 2017-12-06 | 3 | -4/+25 |
* | nir: Populate conversion opcodes to 16-bit types | Eduardo Lima Mitev | 2017-12-06 | 1 | -1/+1 |
* | nir: Add rounding modes enum | Jose Maria Casanova Crespo | 2017-12-06 | 1 | -0/+10 |
* | nir: Add support for 16-bit types (half float, int16 and uint16) | Eduardo Lima Mitev | 2017-12-06 | 3 | -0/+21 |
* | nir: Add a vulkan_resource_reindex intrinsic | Jason Ekstrand | 2017-12-05 | 1 | -1/+8 |
* | nir: allow builin arrays to be lowered | Timothy Arceri | 2017-12-04 | 1 | -7/+10 |
* | nir: add array lowering function that assumes there are no indirects | Timothy Arceri | 2017-12-04 | 2 | -1/+44 |
* | nir: fix support for scalar arrays in nir_lower_io_types() | Timothy Arceri | 2017-12-04 | 1 | -7/+3 |
* | nir: add varying component packing helpers | Timothy Arceri | 2017-12-04 | 2 | -0/+332 |
* | nir: add varying array splitting pass | Timothy Arceri | 2017-12-04 | 3 | -0/+385 |
* | compiler: fix typo | Eric Engestrom | 2017-11-28 | 1 | -1/+1 |
* | compiler: use NDEBUG to guard asserts | Eric Engestrom | 2017-11-28 | 3 | -6/+6 |
* | nir: fill outputs_read field and add patch outputs read (v2) | Dave Airlie | 2017-11-27 | 1 | -12/+28 |
* | nir: allow texture offsets with cube maps | Ilia Mirkin | 2017-11-25 | 1 | -2/+13 |
* | nir/gather_info: recognize load_patch_vertices_in as a system value | Iago Toral Quiroga | 2017-11-22 | 1 | -0/+1 |
* | nir/spirv: tg4 requires a sampler | Alex Smith | 2017-11-13 | 1 | -1/+0 |
* | nir: add streams to nir data | Timothy Arceri | 2017-11-12 | 1 | -0/+8 |
* | nir: handle get_buffer_size in nir_lower_atomics_to_ssbo | Rob Clark | 2017-11-10 | 1 | -0/+1 |
* | nir: Don't print swizzles when there are more than 4 components | Matt Turner | 2017-11-08 | 1 | -1/+1 |
* | nir: Validate base types on array dereferences | Jason Ekstrand | 2017-11-07 | 1 | -2/+16 |
* | nir,intel/compiler: Use a fixed subgroup size | Jason Ekstrand | 2017-11-07 | 2 | -24/+13 |
* | nir/lower_subgroups: Lower ballot intrinsics to the specified bit size | Jason Ekstrand | 2017-11-07 | 3 | -30/+83 |
* | nir/builder: Add a nir_imm_intN_t helper | Jason Ekstrand | 2017-11-07 | 1 | -0/+12 |
* | 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 | 2 | -6/+7 |
* | nir: Add a ssa_dest_init_for_type helper | Jason Ekstrand | 2017-11-07 | 1 | -0/+9 |
* | nir: Add a new subgroups lowering pass | Jason Ekstrand | 2017-11-07 | 5 | -181/+200 |
* | intel/cs: Push subgroup ID instead of base thread ID | Jason Ekstrand | 2017-11-07 | 1 | -3/+1 |
* | intel/cs: Rework the way thread local ID is handled | Jason Ekstrand | 2017-11-07 | 1 | -0/+3 |
* | nir: fix a typo | Gwan-gyeong Mun | 2017-11-06 | 1 | -1/+1 |
* | nir/serialize: fix build with gcc 4.4.7 | Dave Airlie | 2017-11-03 | 1 | -19/+19 |
* | nir: skip lowering sampler if there is no dereference | Timothy Arceri | 2017-11-03 | 1 | -1/+3 |
* | nir: add tess patch support to nir_remove_unused_varyings() | Timothy Arceri | 2017-11-03 | 1 | -19/+42 |