aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: Count planes for imported textures.Bas Nieuwenhuizen2020-04-281-0/+9
* r600: Enable tesselation for NIRGert Wollny2020-04-281-3/+2
* r600/sfn: Add tesselation shadersGert Wollny2020-04-288-4/+419
* r600/sfn: Add lowering passes for Tesselation IOGert Wollny2020-04-285-0/+487
* r600/sfn: Move removing of unused variablesGert Wollny2020-04-281-3/+4
* r600/sfn: Handle LDS output in VSGert Wollny2020-04-282-1/+17
* r600/sfn: derive the GS from the vertex stage for a common interfaceGert Wollny2020-04-282-4/+5
* r600/sfn: extract class to handle the VS export to different stagesGert Wollny2020-04-288-467/+617
* r600/sfn: Move some shader base methods to the public interfaceGert Wollny2020-04-281-5/+7
* r600/sfn: Add methods to valuepool to get a vector of valuesGert Wollny2020-04-282-0/+22
* r600/sfn: Move emission of barrier from compute shader to shader baseGert Wollny2020-04-284-11/+14
* r600/sfn: Emit some LDS instructionsGert Wollny2020-04-282-0/+53
* r600/sfn: Handle umul24 and umad24Gert Wollny2020-04-282-1/+5
* r600/sfn: Add IR instruction to fetch the TESS parametersGert Wollny2020-04-282-0/+31
* r600/sfn: Add TF write instructionGert Wollny2020-04-284-0/+83
* r600/sfn: Add LDS instruction to assembly conversionGert Wollny2020-04-281-0/+78
* r600/sfn: Add LDS IO instructions to r600 IRGert Wollny2020-04-285-0/+166
* r600/sfn: Don't emit inline constants in the r600 IRGert Wollny2020-04-281-23/+2
* r600/sfn: simplify UBO lowering passGert Wollny2020-04-281-20/+15
* r600: Handle texcoord semantics in LDS index evaluationGert Wollny2020-04-283-10/+12
* panfrost: Fix GL_EXT_vertex_array_bgraIcecream952020-04-281-1/+1
* gallium/swr: Fix LLVM 11 compilation issuesJan Zielinski2020-04-278-35/+156
* freedreno: Fix calculation of the const buffer cmdstream size.Eric Anholt2020-04-271-1/+1
* zink: explicitly unref old fb object when setting new oneMike Blumenkrantz2020-04-271-1/+5
* zink: remove framebuffer cacheMike Blumenkrantz2020-04-272-33/+4
* st/dri: Set next in template instead of after creation. (v2)Bas Nieuwenhuizen2020-04-274-3/+5
* freedreno: Fix derivatives without texturing on a3xx-a5xx.Eric Anholt2020-04-273-5/+5
* ac,radeonsi: fix compilations issues with LLVM 11Samuel Pitoiset2020-04-271-1/+1
* gallium/gallivm: remove unused header include for newer LLVMJan Zielinski2020-04-271-0/+2
* gallium/gallivm: fix compilation issues with llvm 11Jan Zielinski2020-04-278-19/+26
* drm-uapi,radv,radeonsi: Add amdgpu_drm.h header.Bas Nieuwenhuizen2020-04-273-3/+3
* gallium: add PIPE_CAP_MAP_UNSYNCHRONIZED_THREAD_SAFE for glthreadMarek Olšák2020-04-275-5/+23
* ac: update and document fast math flags used by radeonsiMarek Olšák2020-04-271-1/+1
* gallivm: fix stencil borderDave Airlie2020-04-271-2/+10
* llvmpipe: clamp color storage for integer types.Dave Airlie2020-04-271-0/+5
* llvmpipe: enable stencil only formats. (v2)Dave Airlie2020-04-273-6/+11
* llvmpipe/setup: add point size clampingDave Airlie2020-04-273-2/+9
* llvmpipe: fix d32 unorm depth conversions.Dave Airlie2020-04-271-1/+4
* draw/tess: fix TES patch vertices in.Dave Airlie2020-04-273-5/+11
* llvmpipe: fix ssbo alignmentDave Airlie2020-04-271-1/+1
* llvmpipe: bump max images to 16Dave Airlie2020-04-271-1/+1
* util/indirect: handle stride less than number of parameters.Dave Airlie2020-04-271-1/+3
* gallivm/nir: add helper invocation supportDave Airlie2020-04-273-0/+13
* gallivm/nir: fix image store conversionsDave Airlie2020-04-271-7/+13
* freedreno/a6xx: Implement PrimID passthroughConnor Abbott2020-04-252-3/+9
* ir3: Skip missing VS outputs in VS out map when linkingConnor Abbott2020-04-254-26/+12
* freedreno/a6xx: Document PrimID passthrough registersConnor Abbott2020-04-251-1/+1
* etnaviv: Fix depth stencil ops on GC880/GC2000Marek Vasut2020-04-241-2/+2
* zink: set UBO alignments in nir_intrinsic_load_uniform loweringMike Blumenkrantz2020-04-241-0/+2
* freedreno: allow FMT6_8_UNORM as a UBWC formatFritz Koenig2020-04-241-0/+1