aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm
Commit message (Expand)AuthorAgeFilesLines
* gallivm/sample: handle size unit offsetDave Airlie2020-07-021-8/+10
* gallivm/sample: pass indirect offset into texture/image unitsDave Airlie2020-07-023-46/+46
* gallivm/nir: handle non-uniform texture offsetsDave Airlie2020-07-022-0/+59
* gallivm/nir: add texture unit indexingDave Airlie2020-07-022-1/+21
* gallivm: add indirect texture switch statement builder.Dave Airlie2020-07-022-0/+119
* gallivm/sample: change texture function generator apiDave Airlie2020-07-021-9/+10
* gallivm: add missing breakTimothy Arceri2020-07-021-0/+1
* gallivm/nir: fix big-endian 64-bit splitting/merging.Dave Airlie2020-07-012-0/+20
* gallivm/nir: fix const loading on big endian systemsDave Airlie2020-06-291-1/+1
* gallivm/cache: don't require a null terminator for cache data.Dave Airlie2020-06-161-1/+1
* gallivm/sample: fix texel type for stencil 8-bitDave Airlie2020-06-111-1/+1
* gallivm/conv: enable conversion min code. (v2)Dave Airlie2020-06-111-2/+4
* gallivm/format: convert unsigned values to float properly.Dave Airlie2020-06-111-1/+1
* gallivm/nir: add group barrier supportDave Airlie2020-06-111-0/+1
* draw/gs: fix emitting inactive primitives crashDave Airlie2020-06-111-1/+1
* gallivm: don't cache shaders that use fetch functions.Dave Airlie2020-06-111-1/+5
* gallivm: add cache interface to mcjitDave Airlie2020-06-113-1/+49
* gallivm: skip operations if we have a cached object.Dave Airlie2020-06-111-0/+5
* gallivm: add support for a cache objectDave Airlie2020-06-114-5/+27
* gallivm: rework debug printf hook to use global mapping.Dave Airlie2020-06-113-7/+9
* gallivm: rework coroutine malloc/free callouts.Dave Airlie2020-06-113-11/+30
* llvmpipe: move coroutines out of noopt caseDave Airlie2020-06-041-3/+3
* nir: add callback to nir_remove_dead_variables()Timothy Arceri2020-06-031-1/+1
* gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák2020-06-021-0/+2
* Revert "gallium/gallivm: fix compilation issues with llvm 11"Michel Dänzer2020-05-198-20/+13
* gallivm/nir: add sample_mask_in supportDave Airlie2020-05-193-0/+5
* llvmpipe: add interp instruction supportDave Airlie2020-05-191-0/+1
* gallivm/nir: add an interpolation interface.Dave Airlie2020-05-194-0/+74
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-134-5/+5
* llvmpipe: make sample position a global array.Dave Airlie2020-05-071-2/+2
* gallivm/nir: hooks up texture samples queriesDave Airlie2020-05-061-3/+21
* gallivm/sample: add num samples query for txqs (v2)Dave Airlie2020-05-064-0/+9
* gallivm: add mask api to force maskDave Airlie2020-05-062-0/+14
* gallivm: add sample id/pos intrinsic supportDave Airlie2020-05-063-0/+15
* 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-062-1/+13
* gallivm/sample: add multisample image operation supportDave Airlie2020-05-062-0/+18
* gallivm/sample: add multisample support for texel fetchDave Airlie2020-05-062-2/+52
* gallivm: fix half to float conversions with llvm 11Roland Scheidegger2020-04-301-10/+24
* gallium/gallivm: remove unused header include for newer LLVMJan Zielinski2020-04-271-0/+2
* gallium/gallivm: fix compilation issues with llvm 11Jan Zielinski2020-04-278-19/+26
* gallivm: fix stencil borderDave Airlie2020-04-271-2/+10
* llvmpipe: fix d32 unorm depth conversions.Dave Airlie2020-04-271-1/+4
* llvmpipe: bump max images to 16Dave Airlie2020-04-271-1/+1
* gallivm/nir: add helper invocation supportDave Airlie2020-04-273-0/+13
* gallivm/nir: fix image store conversionsDave Airlie2020-04-271-7/+13
* gallivm/nir: lower implicit lod to tex.Dave Airlie2020-04-151-0/+3
* gallivm: fix left over shader vote debugDave Airlie2020-04-151-1/+0
* gallivm: Add missing header for powf.Vinson Lee2020-04-071-0/+1