summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: recreate aux_context after a GPU resetMarek Olšák2019-10-171-3/+25
* radeonsi: call the reset callback if get_device_reset_status returns a failureMarek Olšák2019-10-173-20/+7
* gallivm: Fix saturated signed psub/padd intrinsics on llvm 8Roland Scheidegger2019-10-171-18/+10
* panfrost: Keep track of active BOsTomeu Vizoso2019-10-173-21/+87
* nv50/ir: remove DUMMY edge typeKarol Herbst2019-10-174-13/+1
* gallium: do not increase ref count of the new throttle fenceJames Xiong2019-10-171-2/+4
* v3d: do not report alpha-test as supportedErik Faye-Lund2019-10-171-0/+3
* vc4: do not report alpha-test as supportedErik Faye-Lund2019-10-172-14/+4
* panfrost: do not report alpha-test as supportedErik Faye-Lund2019-10-172-9/+3
* mesa/st: support lowering user-clip-planes automaticallyErik Faye-Lund2019-10-173-0/+3
* nir: support feeding state to nir_lower_clip_[vg]sErik Faye-Lund2019-10-172-4/+5
* nir: support lowering clipdist to arraysErik Faye-Lund2019-10-172-5/+8
* mesa/gallium: automatically lower two-sided lightingErik Faye-Lund2019-10-173-0/+3
* mesa/gallium: automatically lower point-sizeErik Faye-Lund2019-10-173-0/+4
* mesa/gallium: automatically lower alpha-testingErik Faye-Lund2019-10-173-0/+3
* nir: allow passing alpha-ref state to lowering-codeErik Faye-Lund2019-10-172-2/+4
* gallium: add flatshade lowering capabilityDave Airlie2019-10-173-0/+5
* gallium/u_blitter: set a more sane viewport-stateErik Faye-Lund2019-10-171-6/+5
* lima: Fix crash when there are no vertex shader attributesAndreas Baierl2019-10-161-3/+3
* lima: Fix compiler warning in standalone compilerAndreas Baierl2019-10-161-1/+1
* pan/midgard: Allow COMPUTE jobs in panfrost_bo_access_for_stageAlyssa Rosenzweig2019-10-161-1/+7
* panfrost: Disable frame throttlingAlyssa Rosenzweig2019-10-161-0/+3
* radeonsi/nir: simplify si_lower_nir signatureMarek Olšák2019-10-154-17/+17
* iris: finish aux import on get_paramJames Xiong2019-10-151-1/+5
* etnaviv: remove variable from global namespaceLionel Landwerlin2019-10-151-1/+1
* gallium/xlib: Fix xmesa drawable creationAdam Jackson2019-10-151-6/+2
* v3d: drop unused shader_rec_count member from contextIago Toral2019-10-152-3/+0
* freedreno/ir3: remove input ncomp fieldJonathan Marek2019-10-142-2/+2
* etnaviv: fix vertex buffer state emission for single stream GPUsLucas Stach2019-10-141-1/+1
* gallivm/draw/swr: make the gs_iface not depend on tgsi.Dave Airlie2019-10-154-80/+83
* iris: Implement the Gen < 9 tessellation quads workaroundKenneth Graunke2019-10-141-0/+3
* gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong2019-10-147-9/+7
* gallium: simplify throttle implementationJames Xiong2019-10-144-110/+13
* panfrost: Fix support for packed 24-bit formatsBoris Brezillon2019-10-131-1/+1
* etnaviv: rework etna_resource_create tiling choiceJonathan Marek2019-10-111-40/+26
* etnaviv: rework compatible render baseJonathan Marek2019-10-117-58/+64
* etnaviv: get addressing mode from tiling layoutJonathan Marek2019-10-115-24/+8
* etnaviv: clear texture cache and flush ts when texture is modifiedJonathan Marek2019-10-113-29/+53
* etnaviv: output the same shader-db format as freedreno, v3d and intelChristian Gmeiner2019-10-111-6/+3
* etnaviv: nir: start to make use of compile_error(..)Christian Gmeiner2019-10-112-12/+15
* gallivm: fix coroutines on aarch64 with llvm 8Dave Airlie2019-10-111-0/+6
* llvmpipe: add support for tg4 component selection.Dave Airlie2019-10-112-0/+5
* gallium: add a a new cap for changing the TGSI TG4 instruction encodingDave Airlie2019-10-114-0/+11
* gallivm/sample: add gather component selection to the key.Dave Airlie2019-10-112-1/+16
* llvmpipe: increase max texture size to 2GBRoland Scheidegger2019-10-111-1/+5
* meson: add msvc compat args to swrDylan Baker2019-10-101-6/+18
* meson: disable graw tests on mingwDylan Baker2019-10-101-1/+6
* meson: don't build gallium trivial tests on windowsDylan Baker2019-10-101-2/+7
* meson: Set visibility and compat args for grawDylan Baker2019-10-103-0/+4
* meson: add switches for SWR with MSVCDylan Baker2019-10-101-2/+7