summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm/tgsi: fix stream id regressionDave Airlie2020-03-061-2/+5
* util: promote u_debug_memory.c to src/utilErik Faye-Lund2020-02-243-454/+0
* zink: confused compilation macro usage for zink in target helpers.luc2020-02-181-1/+1
* Revert "gallium: Fix big-endian addressing of non-bitmask array formats."Eric Anholt2020-02-111-17/+6
* util: call bind_sampler_states before setting sampler_viewsPierre-Eric Pelloux-Prayer2020-01-281-6/+6
* util/format: remove left-over util_format_description_table declarationEric Engestrom2020-01-071-4/+0
* android: radeonsi: fix build after vl refactoring (v2)Mauro Rossi2019-12-111-0/+11
* gallium/util: Support POLYGON in u_stream_outputs_for_verticesAlyssa Rosenzweig2019-12-101-1/+8
* driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke2019-12-031-0/+1
* Revert "draw: revert using correct order for prim decomposition."Zebediah Figura2019-11-261-3/+1
* llvmpipe/ppc: fix if/ifdef confusion in backport.Dave Airlie2019-11-261-1/+1
* llvmpipe: use ppc64le/ppc64 Large code model for JIT-compiled shadersBen Crocker2019-11-191-1/+15
* st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák2019-11-131-0/+1
* 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
* rbug: forward texture_barrier to pipe driverLucas Stach2019-10-181-0/+12
* rbug: implement missing explicit sync related fence functionsLucas Stach2019-10-182-0/+38
* rbug: move flush_resource initializationLucas Stach2019-10-181-1/+1
* rbug: unwrap index buffer resourceLucas Stach2019-10-181-2/+7
* rbug: fix transmitted texture sizesLucas Stach2019-10-181-2/+9
* gallium/util: don't depend on implementation defined behavior in listen()Lucas Stach2019-10-181-1/+1
* gallium/u_blitter: remove an unused variableMarek Olšák2019-10-171-2/+0
* gallivm: Fix saturated signed psub/padd intrinsics on llvm 8Roland Scheidegger2019-10-171-18/+10
* mesa/st: support lowering user-clip-planes automaticallyErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower two-sided lightingErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower point-sizeErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower alpha-testingErik Faye-Lund2019-10-171-0/+1
* gallium: add flatshade lowering capabilityDave Airlie2019-10-171-0/+3
* gallium/u_blitter: set a more sane viewport-stateErik Faye-Lund2019-10-171-6/+5
* gallivm/draw/swr: make the gs_iface not depend on tgsi.Dave Airlie2019-10-153-38/+41