aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* tgsi_to_nir: expand vec3 system values to vec4Marek Olšák2019-08-131-0/+3
* tgsi_to_nir: fix incorrect number of image src1 componentsMarek Olšák2019-08-131-4/+1
* gallium/util: Add u_stream_outputs_for_vertices helperAlyssa Rosenzweig2019-08-121-0/+19
* compiler: add SYSTEM_VALUE_TESS_LEVEL_OUTER/INNER_DEFAULTMarek Olšák2019-08-121-0/+8
* tgsi_to_nir: handle tess level inner/outer varyingsMarek Olšák2019-08-121-0/+7
* tgsi_to_nir: add support for the stencil FS outputMarek Olšák2019-08-121-5/+12
* tgsi_to_nir: add support for TEX_LZMarek Olšák2019-08-121-2/+9
* compiler: add SYSTEM_VALUE_USER_DATA_AMDMarek Olšák2019-08-121-0/+4
* compiler: add shader_info.cs.user_data_components_amdMarek Olšák2019-08-121-0/+3
* tgsi_to_nir: add basic compute shader supportMarek Olšák2019-08-121-0/+23
* tgsi_to_nir: add support for LOAD & STORE with SSBOs and imagesMarek Olšák2019-08-121-2/+310
* tgsi_to_nir: make setup_texture_info reusableMarek Olšák2019-08-121-36/+48
* tgsi_to_nir: add support for TXF_LZMarek Olšák2019-08-121-4/+13
* compiler: add shader_info.vs.blit_sgprs_amdMarek Olšák2019-08-121-0/+3
* tgsi_to_nir: be careful about not losing any TGSI properties silently (v2)Marek Olšák2019-08-121-1/+48
* tgsi/scan: don't set GS_INVOCATIONS for all shader stagesMarek Olšák2019-08-121-1/+3