aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_nir.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm/nir: support passing image index into image code.Dave Airlie2020-07-021-7/+35
* gallivm/nir: add texture unit indexingDave Airlie2020-07-021-1/+13
* gallivm: add missing breakTimothy Arceri2020-07-021-0/+1
* gallivm/nir: fix big-endian 64-bit splitting/merging.Dave Airlie2020-07-011-0/+10
* gallivm/nir: fix const loading on big endian systemsDave Airlie2020-06-291-1/+1
* gallivm/nir: add group barrier supportDave Airlie2020-06-111-0/+1
* nir: add callback to nir_remove_dead_variables()Timothy Arceri2020-06-031-1/+1
* gallivm/nir: add sample_mask_in supportDave Airlie2020-05-191-0/+1
* llvmpipe: add interp instruction supportDave Airlie2020-05-191-0/+1
* gallivm/nir: add an interpolation interface.Dave Airlie2020-05-191-0/+33
* gallivm/nir: hooks up texture samples queriesDave Airlie2020-05-061-3/+21
* gallivm/sample: add num samples query for txqs (v2)Dave Airlie2020-05-061-0/+1
* gallivm: add sample id/pos intrinsic supportDave Airlie2020-05-061-0/+2
* gallivm/nir: add multisample image operationsDave Airlie2020-05-061-0/+6
* gallivm/nir: add multisample support to image sizeDave Airlie2020-05-061-0/+3
* gallivm/nir/tgsi: add multisample texture sampling.Dave Airlie2020-05-061-1/+4
* gallivm/nir: add helper invocation supportDave Airlie2020-04-271-0/+3
* gallivm/nir: lower implicit lod to tex.Dave Airlie2020-04-151-0/+3
* gallivm/nir: add tessellation i/o support.Dave Airlie2020-02-281-6/+17
* gallivm/nir: align store_var param order with load_varDave Airlie2020-02-281-1/+1
* gallivm/nir: add support for tess system valuesDave Airlie2020-02-281-0/+4
* gallivm/nir: handle mod 0 better.Dave Airlie2020-02-261-3/+19
* gallivm/nir: fix integer divide SIGFPEDave Airlie2020-02-261-5/+16
* gallivm/nir: add missing break for isub.Dave Airlie2020-01-271-1/+1
* galllivm: fix gather offset castingDave Airlie2020-01-231-2/+4
* gallivm: fix gather component handling.Dave Airlie2020-01-231-2/+3
* nir: Rename nir_intrinsic_barrier to control_barrierJason Ekstrand2020-01-131-1/+1
* nir: Add a new memory_barrier_tcs_patch intrinsicJason Ekstrand2020-01-131-0/+1
* llmvpipe: No-op implement more barriersJason Ekstrand2020-01-131-0/+3
* llvmpipe: add ARB_derivative_control supportDave Airlie2020-01-101-0/+4
* llvmpipe: enable ARB_shader_group_vote.Dave Airlie2019-12-301-0/+4
* gallivm/nir: add vec8/16 supportDave Airlie2019-12-271-2/+4
* gallivm/nir: lower packingDave Airlie2019-12-271-0/+1
* gallivm: handle non-32 bit undefinedDave Airlie2019-12-271-1/+2
* llvmpipe/nir: use nir_max_vec_components in more placesDave Airlie2019-12-271-31/+31
* gallivm/llvmpipe: add support for global operations.Dave Airlie2019-12-271-0/+53
* gallivm/llvmpipe: add support for block size intrinsicDave Airlie2019-12-271-0/+1
* gallivm/llvmpipe: add support for work dimension intrinsic.Dave Airlie2019-12-271-0/+1
* gallivm/nir: allow 8/16-bit conversion and comparison.Dave Airlie2019-12-271-3/+29
* gallivm: pick integer builders for alu instructions.Dave Airlie2019-12-271-17/+46
* gallivm: add support for 8-bit/16-bit integer buildersDave Airlie2019-12-271-14/+8
* llvmpipe/gallivm: add kernel inputsDave Airlie2019-12-271-0/+14
* gallivm/nir: wrap idiv to avoid divide by 0 (v2)Dave Airlie2019-12-211-4/+21
* gallivm: fixup base_vertex supportDave Airlie2019-12-121-0/+1
* gallivm/draw: add support for draw_id system value.Dave Airlie2019-12-121-0/+1
* gallivm: add base instance sysval supportDave Airlie2019-12-121-0/+1
* gallivm/nir: copy compare ordering code from tgsiDave Airlie2019-12-121-1/+6
* gallivm/nir: cleanup code and call cmp wrapperDave Airlie2019-12-121-12/+14
* gallivm: add bitfield reverse and ufind_msbDave Airlie2019-12-091-0/+9
* gallivm/llvmpipe: add support for front facing in sysval.Dave Airlie2019-12-031-0/+1