aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* 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
* winsys/amdgpu: always reclaim/release slabs if there is not enough memoryMarek Olšák2018-11-281-7/+13
* winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle2018-11-282-33/+66
* winsys/amdgpu: add amdgpu_winsys_bo::lockNicolai Hähnle2018-11-283-13/+20
* virgl,vtest: Initialize return valueGert Wollny2018-11-281-1/+1
* v3d: Add renderonly support.Eric Anholt2018-11-272-1/+9
* freedreno: move drm to common locationRob Clark2018-11-272-0/+2
* winsys/amdgpu: fix a device handle leak in amdgpu_winsys_createMarek Olšák2018-11-231-0/+6
* winsys/amdgpu: fix a buffer leak in amdgpu_bo_from_handleMarek Olšák2018-11-231-0/+6
* virgl: fix vtest regression since fencing changes.Dave Airlie2018-11-191-0/+1
* virgl: Use file descriptor instead of un-allocated objectGert Wollny2018-11-191-1/+1