summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* virgl: mark function as staticDave Airlie2016-02-021-1/+1
* virgl: also build vtest for AndroidRob Herring2016-02-021-0/+33
* virgl: fix reference counting of prime handlesRob Herring2016-02-022-12/+33
* virgl: reuse screen when fd is already openRob Herring2016-02-022-2/+89
* winsys/amdgpu: Process RADEON_FLAG_* independently from RADEON_DOMAIN_*Michel Dänzer2016-01-291-10/+9
* winsys/amdgpu: Handle RADEON_FLAG_NO_CPU_ACCESSMichel Dänzer2016-01-291-0/+2
* winsys/amdgpu: optionally use buffer lists with all allocated buffersMarek Olšák2016-01-235-3/+61
* virgl: enable building on AndroidRob Herring2016-01-231-0/+34
* winsys/amdgpu: compute num_good_compute_units correctlyMarek Olšák2016-01-221-10/+5
* gallium/radeon: rename max_compute_units -> num_good_compute_unitsMarek Olšák2016-01-222-5/+5
* gallium/radeon: do not reallocate user memory buffersNicolai Hähnle2016-01-142-0/+12
* 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