summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: add initial nir supportDave Airlie2019-11-283-1/+15
* gallivm: add swizzle support where one channel isn't defined.Dave Airlie2019-11-282-12/+35
* gallium: add nir lowering passes for the draw pipe stages. (v2)Dave Airlie2019-11-287-27/+547
* draw: add nir info gathering and building supportDave Airlie2019-11-285-26/+63
* gallivm: add nir->llvm translation (v2)Dave Airlie2019-11-285-0/+3142
* gallivm: add selection for non-32 bit typesDave Airlie2019-11-281-1/+8
* gallivm: add cttz wrapperDave Airlie2019-11-282-0/+17
* gallivm: add popcount intrinsic wrapperDave Airlie2019-11-282-1/+15
* gallivm: nir->tgsi info convertor (v2)Dave Airlie2019-11-285-1/+816
* gallivm: split out the flow control ir to a common file.Dave Airlie2019-11-286-479/+599
* radeonsi/nir: implement subgroup system values for SPIR-VMarek Olšák2019-11-271-0/+1
* driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke2019-11-271-0/+1
* gallium/auxiliary: Fix uses of gnu struct = {} extensionDylan Baker2019-11-265-8/+8
* Revert "draw: revert using correct order for prim decomposition."Zebediah Figura2019-11-221-3/+1
* pipe-loader: check that the pointer to driconf_xml isn't NULLSamuel Pitoiset2019-11-211-1/+1
* nir: move data.image.access to data.accessMarek Olšák2019-11-191-2/+2
* gallium/noop: call finalize_nirMarek Olšák2019-11-151-0/+3
* llvmpipe: use ppc64le/ppc64 Large code model for JIT-compiled shadersBen Crocker2019-11-141-1/+15
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-1478-11319/+54
* st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák2019-11-111-0/+1
* u_format: Fix swizzle of A1R5G5B5.Eric Anholt2019-11-081-1/+1
* gallium: Add equivalents of packed MESA_FORMAT_*UINT formats.Eric Anholt2019-11-071-0/+17
* gallium: Add an equivalent of MESA_FORMAT_BGR_UNORM8.Eric Anholt2019-11-071-0/+1
* gallium: Add some more channel orderings of packed formats.Eric Anholt2019-11-071-0/+8
* gallium: Add defines for FXT1 texture compression.Eric Anholt2019-11-073-1/+7
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-0512-36/+36
* util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2019-11-0512-35/+35
* pipe-loader: drop unnecessary xmlpool_options_hEric Engestrom2019-10-311-2/+2
* gallium/swr: Enable GL_ARB_gpu_shader5: multiple streamsKrzysztof Raszkowski2019-10-293-3/+8
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-284-14/+14
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-282-3/+3
* util: remove LIST_DEL macroTimothy Arceri2019-10-288-18/+18
* util: remove LIST_DELINIT macroTimothy Arceri2019-10-282-4/+4
* util: remove LIST_REPLACE macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_ADD macroTimothy Arceri2019-10-283-4/+4
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-288-17/+17
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-288-14/+14
* zink: add dri loaderDave Airlie2019-10-283-0/+30
* zink: introduce opengl over vulkanErik Faye-Lund2019-10-282-0/+18
* pipe-loader: Default to kmsro if probe failsAlyssa Rosenzweig2019-10-261-0/+5
* rbug: Fix use of alloca() without #include "c99_alloca.h"Jon Turney2019-10-251-0/+2
* gallium: Fix a bunch of undefined left-shifts in u_format_*Adam Jackson2019-10-243-56/+56
* gallium/util: Cast to target type before shifting leftMichel Dänzer2019-10-241-1/+1
* tgsi_to_nir: use pipe_screen::finalize_nirMarek Olšák2019-10-231-4/+9
* gallium: add pipe_screen::finalize_nirMarek Olšák2019-10-234-0/+32
* gallium/noop: implement get_disk_shader_cache and get_compiler_optionsMarek Olšák2019-10-231-0/+18
* gallium: Drop the unused PIPE_FORMAT_A*L* formats.Eric Anholt2019-10-202-8/+0
* rbug: remove superfluous NULL checkLucas Stach2019-10-181-2/+1
* rbug: implement resource creation with modifierLucas Stach2019-10-181-0/+38
* rbug: forward can_create_resource to pipe driverLucas Stach2019-10-181-0/+12