aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add support for displayable DCC for 1 RB chipsMarek Olšák2019-04-041-0/+8
* panfrost: Remove support for legacy kernelsAlyssa Rosenzweig2019-04-033-14/+5
* virgl: close drm fd when destroying virgl screen.Lepton Wu2019-04-021-0/+1
* virgl: use uint16_t mask instead of separate booleansGurchetan Singh2019-03-132-80/+83
* gallium/winsys/kms: fix incomplete type compilation failureBrian Paul2019-03-111-0/+1
* drisw: fix incomplete type compilation failureBrian Paul2019-03-111-0/+1
* winsys/svga: use new pb_usage_flags enum typeBrian Paul2019-03-083-6/+26
* virgl/vtest: deprecate protocol version 1Gurchetan Singh2019-02-274-43/+23
* iris: add Android buildTapani Pälli2019-02-212-0/+43
* iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.Kenneth Graunke2019-02-213-0/+94
* virgl: make winsys modifications for encoded transfersGurchetan Singh2019-02-153-3/+16
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-146-6/+6
* winsys/amdgpu: cs_check_space sets the minimum IB size for future IBsMarek Olšák2019-02-112-2/+23
* winsys/amdgpu: clean up IB buffer size computationMarek Olšák2019-02-111-8/+4
* winsys/amdgpu: remove occurence of INDIRECT_BUFFER_CONSTMarek Olšák2019-02-111-2/+1
* winsys/amdgpu: use a separate fence list for syncobjsMarek Olšák2019-02-112-17/+15
* winsys/amdgpu: unify fence list codeMarek Olšák2019-02-112-59/+42
* winsys/amdgpu: don't drop manually added fence dependenciesMarek Olšák2019-02-111-2/+0
* gallium-xlib: query MIT-SHM before using it.Bart Oldeman2019-02-051-1/+3
* panfrost: Initial stub for Panfrost driverAlyssa Rosenzweig2019-02-058-0/+204
* winsys/amdgpu: remove amdgpu_drm.h definitionsMarek Olšák2019-01-301-8/+0
* kmsro: Add freedreno renderonly supportJonathan Marek2019-01-283-0/+20
* Switch imx to kmsro and remove the imx winsysRob Herring2019-01-286-195/+0
* kmsro: Add etnaviv renderonly supportRob Herring2019-01-283-11/+44
* pl111: Rename the pl111 driver to "kmsro".Eric Anholt2019-01-287-19/+19
* freedreno: add renderonly scanoutJonathan Marek2019-01-262-3/+4
* gallium: use put image shm2 path (v2)Dave Airlie2019-01-251-4/+9
* winsys/amdgpu: rename rfence, rsrc, rdst -> afence, asrc, adstMarek Olšák2019-01-222-23/+23
* winsys/amdgpu: use the new BO list APIMarek Olšák2019-01-221-49/+25
* vc4: Don't leak the GPU fd for renderonly usage.Eric Anholt2019-01-161-1/+1
* v3d: Don't leak the GPU fd for renderonly usage.Eric Anholt2019-01-161-1/+1
* freedreno: Move register constant files to src/freedreno.Bas Nieuwenhuizen2019-01-081-0/+1
* virgl/vtest: Use default socket name from protocol headerJakob Bornecrantz2019-01-031-3/+1
* virgl/vtest: fix front buffer flush with protocol version 0.Dave Airlie2018-12-281-1/+1
* winsys/amdgpu: Pull in LLVM CFLAGSMichel Dänzer2018-12-192-1/+2
* radeonsi: move SI_FORCE_FAMILY functionality to winsysNicolai Hähnle2018-12-191-0/+36
* gallium: Constify drisw_loader_funcs structMichal Srb2018-12-052-3/+3
* Revert "winsys/amdgpu: overallocate buffers for faster address translation on...Marek Olšák2018-11-291-24/+0
* amd/addrlib: update Mesa's copy of addrlibNicolai Hähnle2018-11-291-1/+1
* winsys/svga: Fix a memory leakThomas Hellstrom2018-11-291-0/+2
* winsys/amdgpu: add support for allocating GDS and OA resourcesMarek Olšák2018-11-281-22/+33
* winsys/amdgpu: use optimal VM alignment for CPU allocationsMarek Olšák2018-11-281-2/+4
* winsys/amdgpu: use optimal VM alignment for imported buffersMarek Olšák2018-11-281-20/+29
* winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handleMarek Olšák2018-11-283-2/+5
* winsys/amdgpu: overallocate buffers for faster address translation on Gfx9Marek Olšák2018-11-281-0/+24
* winsys/amdgpu: increase the VM alignment to the MSB of the size for Gfx9Marek Olšák2018-11-281-1/+11
* winsys/amdgpu: use >= instead of > for VM address alignmentMarek Olšák2018-11-281-1/+1
* winsys/amdgpu: clean up code around BO VM alignmentMarek Olšák2018-11-281-2/+7
* winsys/amdgpu: optimize slab allocation for 2 MB amdgpu page tablesMarek Olšák2018-11-283-2/+10
* radeonsi: generalize the slab allocator code to allow layered slab allocatorsMarek Olšák2018-11-283-24/+86