aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm: add barrier support for compute shaders.Dave Airlie2019-09-042-1/+23
* gallivm: add support for compute shared memoryDave Airlie2019-09-043-19/+46
* gallivm: add new compute related intrinsicsDave Airlie2019-09-042-0/+19
* gallivm: add coroutine pass manager supportDave Airlie2019-09-043-1/+32
* gallivm: add coroutine support files to gallivm.Dave Airlie2019-09-044-0/+273
* gallivm/flow: add counter reset for loopsDave Airlie2019-09-042-0/+20
* gallium/hud: add CPU usage support for DragonFly/NetBSD/OpenBSDJan Beich2019-09-031-2/+41
* ttn: fix 64-bit shift on 32-bit `1`Eric Engestrom2019-09-041-1/+1
* ttn: Fill out more info fieldsConnor Abbott2019-09-031-0/+4
* gallium/auxiliary/indices: consistently apply start only to inputErik Faye-Lund2019-08-311-10/+10
* gallivm: disable accurate cube corner for integer textures.Dave Airlie2019-08-301-1/+6
* gallivm: use fallback code for mul_hi with llvm >= 7.0Roland Scheidegger2019-08-291-1/+6
* gallium: Don't emit identical endian-dependent pack/unpack code.Eric Anholt2019-08-281-5/+11
* gallium: Fix big-endian addressing of non-bitmask array formats.Eric Anholt2019-08-281-6/+17
* gallium: Drop a bit of dead code from the pack/unpack python.Eric Anholt2019-08-281-2/+0
* gallium: Drop the useless union wrapper on pack/unpack.Eric Anholt2019-08-281-28/+22
* gallium: Skip generating the pack/unpack union if we don't use it.Eric Anholt2019-08-281-1/+1
* gallivm: fix appveyor build after images changesDave Airlie2019-08-271-1/+2
* llvmpipe: enable ARB_shader_image_load_storeDave Airlie2019-08-271-1/+2
* gallivm: add memory barrier supportDave Airlie2019-08-271-0/+11
* gallivm: add support for fences api on older llvmDave Airlie2019-08-272-0/+16
* draw: add vs/gs images supportDave Airlie2019-08-278-7/+316
* gallivm: add image load/store/atomic supportDave Airlie2019-08-277-10/+684
* gallivm/tgsi: add image interface to tgsi builderDave Airlie2019-08-272-1/+20
* draw: add jit image type for vs/gs images.Dave Airlie2019-08-272-19/+109
* gallivm: add a basic image limitDave Airlie2019-08-271-0/+2
* gallivm: move first/last level jit texture members.Dave Airlie2019-08-272-10/+10
* gallivm: handle helper invocation (v2)Dave Airlie2019-08-271-0/+5
* gallivm: make lp_build_float_to_r11g11b10 take a const srcDave Airlie2019-08-272-2/+2
* gallivm: fix atomic compare-and-swapDave Airlie2019-08-271-0/+2
* gallium: Add the ASTC 3D formats.Eric Anholt2019-08-261-0/+21
* gallium: Add block depth to the format utils.Eric Anholt2019-08-262-1/+26
* gallium: Add a block depth field to the u_formats table.Eric Anholt2019-08-262-356/+357
* tgsi: Remove unused localCaio Marcelo de Oliveira Filho2019-08-231-1/+0
* gallium/noop: Implement resource_get_paramKenneth Graunke2019-08-211-0/+23
* gallium/rbug: Wrap resource_get_param if availableKenneth Graunke2019-08-211-0/+17
* gallium/trace: Wrap resource_get_param if availableKenneth Graunke2019-08-211-0/+16
* gallium/ddebug: Wrap resource_get_param if availableKenneth Graunke2019-08-211-0/+13
* gallium: Add buffer and configs handling or fp16 formatsKevin Strasser2019-08-211-0/+1
* gallium/vl: use compute preference for all multimedia, not just blitIlia Mirkin2019-08-202-2/+2
* tgsi: Remove unused tgsi_check_soa_dependencies().Eric Anholt2019-08-202-59/+0
* tgsi: Drop the SSE2 constants setup that's been dead code since 2011.Eric Anholt2019-08-202-53/+9
* tgsi: drop a stale commentEric Anholt2019-08-201-3/+0
* tgsi_to_nir: only update TGSI properties of the current shader stageJose Maria Casanova Crespo2019-08-201-9/+18
* build: Bump C++ standard requirement to C++14 to fix FTBFS with LLVM 10Kai Wasserbäch2019-08-201-1/+1
* gallium/util: widen type before multiplicationErik Faye-Lund2019-08-151-1/+1
* mesa: avoid warning on WindowsErik Faye-Lund2019-08-151-1/+1
* win32: unify strcasecmp definitionsErik Faye-Lund2019-08-153-0/+3
* softpipe: Add support for ARB_derivative_controlGert Wollny2019-08-141-0/+29
* tgsi_to_nir: add assertions for max varying slotsMarek Olšák2019-08-131-0/+2