gallivm/nir: fix const compact
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_nir.c
2020-08-31 Dave Airliegallivm/nir: fix const compact
2020-08-31 Dave Airliegallivm/nir: add quantize to f16 support
2020-08-31 Dave Airliegallivm/nir: lower tg4 offsets.
2020-08-21 Karol Herbstnir: rename nir_op_fne to nir_op_fneu
2020-08-19 Dave Airliegallivm/nir: split tex/sampler indirect offsets
2020-08-19 Dave Airliegallivm/nir: add imod support
2020-08-17 Dave Airliegallivm/nir: add load push constant support
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-02 Dave Airliegallivm/nir: support passing image index into image...
2020-07-02 Dave Airliegallivm/nir: add texture unit indexing
2020-07-02 Timothy Arcerigallivm: add missing break
2020-06-30 Dave Airliegallivm/nir: fix big-endian 64-bit splitting/merging.
2020-06-28 Dave Airliegallivm/nir: fix const loading on big endian systems
2020-06-11 Dave Airliegallivm/nir: add group barrier support
2020-06-03 Timothy Arcerinir: add callback to nir_remove_dead_variables()
2020-05-19 Dave Airliegallivm/nir: add sample_mask_in support
2020-05-19 Dave Airliellvmpipe: add interp instruction support
2020-05-19 Dave Airliegallivm/nir: add an interpolation interface.
2020-05-06 Dave Airliegallivm/nir: hooks up texture samples queries
2020-05-06 Dave Airliegallivm/sample: add num samples query for txqs (v2)
2020-05-06 Dave Airliegallivm: add sample id/pos intrinsic support
2020-05-06 Dave Airliegallivm/nir: add multisample image operations
2020-05-06 Dave Airliegallivm/nir: add multisample support to image size
2020-05-06 Dave Airliegallivm/nir/tgsi: add multisample texture sampling.
2020-04-27 Dave Airliegallivm/nir: add helper invocation support
2020-04-15 Dave Airliegallivm/nir: lower implicit lod to tex.
2020-02-28 Dave Airliegallivm/nir: add tessellation i/o support.
2020-02-28 Dave Airliegallivm/nir: align store_var param order with load_var
2020-02-28 Dave Airliegallivm/nir: add support for tess system values
2020-02-26 Dave Airliegallivm/nir: handle mod 0 better.
2020-02-26 Dave Airliegallivm/nir: fix integer divide SIGFPE
2020-01-26 Dave Airliegallivm/nir: add missing break for isub.
2020-01-23 Dave Airliegalllivm: fix gather offset casting
2020-01-23 Dave Airliegallivm: fix gather component handling.
2020-01-13 Jason Ekstrandnir: Rename nir_intrinsic_barrier to control_barrier
2020-01-13 Jason Ekstrandnir: Add a new memory_barrier_tcs_patch intrinsic
2020-01-13 Jason Ekstrandllmvpipe: No-op implement more barriers
2020-01-09 Dave Airliellvmpipe: add ARB_derivative_control support
2019-12-30 Dave Airliellvmpipe: enable ARB_shader_group_vote.
2019-12-27 Dave Airliegallivm/nir: add vec8/16 support
2019-12-27 Dave Airliegallivm/nir: lower packing
2019-12-27 Dave Airliegallivm: handle non-32 bit undefined
2019-12-27 Dave Airliellvmpipe/nir: use nir_max_vec_components in more places
2019-12-27 Dave Airliegallivm/llvmpipe: add support for global operations.
2019-12-27 Dave Airliegallivm/llvmpipe: add support for block size intrinsic
2019-12-27 Dave Airliegallivm/llvmpipe: add support for work dimension intrinsic.
2019-12-27 Dave Airliegallivm/nir: allow 8/16-bit conversion and comparison.
2019-12-27 Dave Airliegallivm: pick integer builders for alu instructions.
2019-12-27 Dave Airliegallivm: add support for 8-bit/16-bit integer builders
2019-12-27 Dave Airliellvmpipe/gallivm: add kernel inputs
2019-12-21 Dave Airliegallivm/nir: wrap idiv to avoid divide by 0 (v2)
2019-12-12 Dave Airliegallivm: fixup base_vertex support
2019-12-12 Dave Airliegallivm/draw: add support for draw_id system value.
2019-12-12 Dave Airliegallivm: add base instance sysval support
2019-12-11 Dave Airliegallivm/nir: copy compare ordering code from tgsi
2019-12-11 Dave Airliegallivm/nir: cleanup code and call cmp wrapper
2019-12-08 Dave Airliegallivm: add bitfield reverse and ufind_msb
2019-12-03 Dave Airliegallivm/llvmpipe: add support for front facing in sysval.
2019-11-28 Dave Airliellvmpipe: add initial nir support
2019-11-28 Dave Airliegallivm: add nir->llvm translation (v2)