aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
...
* winsys/radeon: fix warnings about incompatible pointer typesNicolai Hähnle2016-01-141-6/+6
* svga: Rename SVGA_HINT_FLAG_DRAW_EMITTEDSinclair Yeh2016-01-061-4/+4
* nouveau: enable use of new kernel interfacesBen Skeggs2015-12-221-2/+0
* nouveau: remove use of deprecated nouveau_device_wrap()Ben Skeggs2015-12-221-8/+23
* nouveau: fix screen creation failure pathsBen Skeggs2015-12-221-6/+10
* nouveau: return nouveau_screen from hw-specific creation functionsBen Skeggs2015-12-221-2/+2
* nouveau: remove use of deprecated nouveau_device::fdBen Skeggs2015-12-221-1/+1
* winsys/amdgpu: clear the buffer cache on mmap failure and try againMarek Olšák2015-12-111-0/+5
* winsys/radeon: clear the buffer cache on mmap failure and try againMarek Olšák2015-12-111-3/+10
* winsys/amdgpu: clear the buffer cache on allocation failure and try againMarek Olšák2015-12-111-2/+7
* winsys/radeon: clear the buffer cache on allocation failure and try againMarek Olšák2015-12-111-2/+7
* gallium/radeon: remove radeon_winsys_cs_handleMarek Olšák2015-12-114-36/+20
* winsys/radeon: use pb_cache instead of pb_cache_managerMarek Olšák2015-12-114-178/+75
* winsys/radeon: use radeon_bomgr lessMarek Olšák2015-12-112-16/+8
* winsys/radeon: rename radeon_bomgr_init_functionsMarek Olšák2015-12-113-3/+3
* winsys/radeon: move variables from radeon_bomgr to radeon_drm_winsysMarek Olšák2015-12-113-126/+129
* winsys/radeon: remove redundant radeon_bomgr::vaMarek Olšák2015-12-111-7/+4
* winsys/amdgpu: don't use the "rws" abbreviation for amdgpu_winsysMarek Olšák2015-12-114-20/+20
* winsys/amdgpu: use pb_cache instead of pb_cache_managerMarek Olšák2015-12-114-173/+78
* winsys/amdgpu: addrlib - port a Fiji bug fixSonny Jiang2015-12-072-1/+46
* winsys/amdgpu: addrlib - port Checks mip 0 for czDispCompatibleSonny Jiang2015-12-072-2/+5
* winsys/amdgpu: addrlib - port fix error for workaround for 1D tilingSonny Jiang2015-12-071-1/+1
* winsys/amdgpu: Make use of ARRAY_SIZE macroEdward O'Callaghan2015-12-061-4/+2
* winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3Michel Dänzer2015-11-091-11/+19
* virgl: wrap ret assignment with braces to do correct thingDave Airlie2015-11-082-2/+2
* virgl/vtest: fix extra mallocDave Airlie2015-10-311-1/+1
* gallium/swrast: fixup build breakage and warningsDave Airlie2015-10-316-1/+6
* gallium/swrast: fix front buffer blitting. (v2)Dave Airlie2015-10-311-0/+15
* winsys/virgl: rework line wrapping/indentEmil Velikov2015-10-304-92/+124
* virgl: unwrap the includesEmil Velikov2015-10-306-26/+27
* winsys/virgl: remove temporary ret variableEmil Velikov2015-10-301-9/+3
* winsys/virgl: always memset prior to ioctlEmil Velikov2015-10-301-4/+8
* winsys/virgl: use MALLOC to match FREEEmil Velikov2015-10-301-1/+1
* winsys/virgl: remove calloc/malloc castsEmil Velikov2015-10-302-5/+3
* winsys/virgl: throw in some inline wrappersEmil Velikov2015-10-304-10/+40
* winsys/virgl/drm: drop unneeded forward declarationEmil Velikov2015-10-301-2/+0
* virgl: move virgl_hw.h into the driver dirEmil Velikov2015-10-306-291/+2
* virgl: straighten the includes confusionEmil Velikov2015-10-303-5/+5
* virgl: remove the _FILE_OFFSET_BITS definesEmil Velikov2015-10-303-7/+0
* winsys/virgl/drm: add all files to the tarballEmil Velikov2015-10-301-1/+5
* winsys/virgl/vtest: list all files in Makefile.sourcesEmil Velikov2015-10-301-1/+4
* virgl: fix drm.h include pathEmil Velikov2015-10-301-1/+1
* winsys/amdgpu: remove the dcc_enable surface flagMarek Olšák2015-10-271-7/+6
* radeonsi: Allocate buffers for DCC.Bas Nieuwenhuizen2015-10-241-5/+42
* radeonsi: add support for Stoney asics (v3)Samuel Li2015-10-232-3/+11
* virgl/vtest: add vtest driverDave Airlie2015-10-237-0/+1227
* virgl: add driver for virtio-gpu 3D (v2)Dave Airlie2015-10-237-0/+1377
* svga: Condition preemptive flush on draw emissionSinclair Yeh2015-10-221-5/+10
* winsys/radeon: implement cs_get_buffer_listMarek Olšák2015-10-033-22/+47
* winsys/amdgpu: add winsys function cs_get_buffer_listMarek Olšák2015-10-032-0/+20