summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx."Marek Olšák2017-11-014-13/+0
* winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.Andrey Grodzovsky2017-10-314-0/+13
* winsys/svga/drm: add ERESTART define for *BSDGreg V2017-10-261-0/+5
* meson: build freedrenoRob Clark2017-10-241-0/+30
* meson: build imx driverDylan Baker2017-10-231-0/+28
* meson: build etnaviv driver + winsysDylan Baker2017-10-231-0/+28
* meson: Add support for the vc5 driver.Eric Anholt2017-10-171-0/+29
* meson: Add support for the pl111 driver.Eric Anholt2017-10-171-0/+30
* meson: Add support for the vc4 driver.Eric Anholt2017-10-171-0/+29
* radeonsi: add GFX-IB-size query to the HUDMarek Olšák2017-10-174-0/+5
* winsys/amdgpu: disable CPU caching for GFX & SDMA IBsMarek Olšák2017-10-171-4/+9
* winsys/amdgpu: don't do read-modify-write on command buffersMarek Olšák2017-10-172-4/+16
* meson: build nouveau (gallium) driverDylan Baker2017-10-161-0/+30
* meson: build gallium winsys for dri, null, and wrapperDylan Baker2017-10-164-0/+110
* meson: build radeonsiDylan Baker2017-10-162-0/+66
* winsys/amdgpu: implement sync_file import/exportMarek Olšák2017-10-122-7/+126
* broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.Eric Anholt2017-10-105-0/+133
* Revert "winsys/amdgpu: disable local BOs on Raven"Marek Olšák2017-09-121-2/+1
* winsys/amdgpu: use the new raw CS APIMarek Olšák2017-09-112-77/+93
* radeonsi: implement pipe_context::fence_server_syncMarek Olšák2017-09-111-0/+16
* winsys/amdgpu: factor out some fence dependency code into separate functionsMarek Olšák2017-09-111-21/+34
* winsys/amdgpu: rename fence_dependency functionsMarek Olšák2017-09-111-12/+12
* winsys/amdgpu: don't allow interprocess resource sharing for IBsMarek Olšák2017-09-111-1/+2
* ac/surface: add radeon_surf::has_stencil for convenienceMarek Olšák2017-09-071-0/+1
* winsys/amdgpu: disable local BOs on RavenMarek Olšák2017-09-071-1/+2
* winsys/amdgpu: set AMDGPU_GEM_CREATE_VM_ALWAYS_VALID if possible v2Christian König2017-08-313-5/+27
* radeonsi: set a per-buffer flag that disables inter-process sharing (v4)Marek Olšák2017-08-312-24/+33
* winsys/amdgpu: add BO to the global list only when RADEON_ALL_BOS is setSamuel Pitoiset2017-08-304-11/+17
* radeonsi: remove Constant Engine supportMarek Olšák2017-08-222-108/+2
* gallium/radeon: print all members of radeon_info with R600_DEBUG=infoMarek Olšák2017-08-071-1/+1
* winsys/amdgpu: enable computation of tile swizzleMarek Olšák2017-08-042-1/+13
* ac/surface: increment surf_index only when tile swizzle is allowedMarek Olšák2017-08-041-0/+1
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-024-8/+10
* winsys/svga/drm: Enable import/export fence FDSinclair Yeh2017-07-173-19/+53
* winsys/svga/drm: Connect winsys-side fence_* functionsSinclair Yeh2017-07-174-10/+109
* winsys/svga/drm: Prepare to support fence fdSinclair Yeh2017-07-171-3/+8
* drivers/svga, winsys/svga/drm: Thread through timeout for fence_finishSinclair Yeh2017-07-173-2/+6
* radeonsi: prevent a deadlock in util_queue_add_job with too many GL contextsMarek Olšák2017-07-171-1/+2
* gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák2017-07-102-2/+2
* radv: add support for using addrlib max alignment.Dave Airlie2017-07-091-1/+1
* android: build imx-drm winsysTomeu Vizoso2017-07-051-0/+40
* android: add etnaviv driver build supportRob Herring2017-07-051-0/+33
* winsys/amdgpu: use 128KB BOs for suballocations of up to 64KB BOsMarek Olšák2017-07-042-3/+5
* gallium/radeon: add radeon_winsys::buffer_is_suballocatedMarek Olšák2017-07-042-0/+14
* gallium/radeon: clean up pb_cache bucket/usage determinationMarek Olšák2017-07-042-32/+10
* gallium/radeon: enable suballocations for VRAM with no CPU accessMarek Olšák2017-07-042-0/+6
* gallium/radeon: clean up (domain, flags) <-> (slab heap) translationsMarek Olšák2017-07-044-74/+17
* gallium/radeon: remove RADEON_FLAG_CPU_ACCESSMarek Olšák2017-07-043-17/+3
* gallium/radeon: disallow exports of sparse and suballocated BOsMarek Olšák2017-07-042-8/+6
* gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOCMarek Olšák2017-07-043-6/+6