aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/radeon: stop using "reloc" in a few placesMarek Olšák2015-10-034-53/+53
* gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák2015-10-032-9/+10
* freedreno: one screen to rule them allRob Clark2015-09-161-4/+113
* winsys/svga: remove useless assertionBrian Paul2015-09-101-1/+0
* winsys/amdgpu: calculate the maximum number of compute unitsMarek Olšák2015-09-101-2/+13
* winsys/radeon: remove exported buffers from the cacheMarek Olšák2015-09-031-0/+3
* winsys/amdgpu: remove exported buffers from the cacheMarek Olšák2015-09-031-0/+3
* svga/winsys: Add support for VGPU10Brian Paul2015-09-0219-119/+362
* winsys/svga: add new vmw_query.c[h] filesBrian Paul2015-09-023-1/+214
* winsys/radeon: add a flag telling how gfx IBs should be paddedMarek Olšák2015-09-012-6/+9
* winsys/amdgpu: remove IB padding for SIMarek Olšák2015-09-011-17/+5
* winsys/amdgpu: use small IBs for better performance on VIMarek Olšák2015-09-011-7/+9
* winsys/radeon: handle non-zero finite timeout when waiting for buffersMarek Olšák2015-08-292-38/+41
* gallium/radeon: read_registers should return bool meaning success or failureMarek Olšák2015-08-262-5/+7
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* Revert "radeon/winsys: increase the IB size for VM"Marek Olšák2015-08-234-17/+6
* winsys/sw/kms-dri: don't attempt to bundle the sconscriptEmil Velikov2015-08-221-2/+0
* winsys/amdgpu: automake: remove missing headersEmil Velikov2015-08-221-2/+0
* android: fix cflags and includes for amdgpu winsysMauro Rossi2015-08-221-0/+10
* winsys/amdgpu: fix the type of memory usage countersMarek Olšák2015-08-191-2/+2
* radeon/vce: disable VCE dual instance for harvest partLeo Liu2015-08-141-0/+1
* radeonsi: add support for FIJI (v4)Alex Deucher2015-08-141-0/+4
* winsys/amdgpu: add addrlib support for Fiji (v2)Alex Deucher2015-08-143-1/+11
* winsys/amdgpu: add addrlib - texture addressing and alignment calculatorMarek Olšák2015-08-1427-3/+22370
* winsys/amdgpu: add a new winsys for the new kernel driverMarek Olšák2015-08-1411-1/+2342
* winsys/radeon: add a specific error message for cs_submit -> -ENOMEMMarek Olšák2015-08-071-4/+8
* winsys/radeon: add an interface for contextsMarek Olšák2015-08-071-2/+16
* gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interfaceMarek Olšák2015-08-072-32/+29
* winsys/radeon: loosen up the requirements for how much memory IBs can useMarek Olšák2015-08-061-4/+9
* radeon/winsys: increase the IB size for VMMarek Olšák2015-08-064-6/+17
* gallium/radeon: allow the winsys to choose the IB sizeMarek Olšák2015-08-062-3/+4
* winsys/radeon: don't leak the fd when it is 0Emil Velikov2015-08-011-2/+2
* svga: scons: remove unused HAVE_SYS_TYPES_H defineEmil Velikov2015-07-291-1/+0
* winsys/radeon: implement buffer_unmapMarek Olšák2015-07-232-6/+24
* scons: don't build the kms-dri winsysEmil Velikov2015-07-221-23/+0
* android: don't build the kms-dri winsysEmil Velikov2015-07-221-37/+0
* gallium: replace INLINE with inlineIlia Mirkin2015-07-2123-45/+45
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-1/+1
* winsys/radeon: use os_wait_until_zero in radeon_bo_set_tilingMarek Olšák2015-07-051-3/+1
* winsys/radeon: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.Mario Kleiner2015-07-031-3/+10
* r600g,radeonsi: implement get_device_reset_statusMarek Olšák2015-07-031-0/+8
* nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.Mario Kleiner2015-06-281-1/+5
* winsys/radeon: reduce BO cache timeoutGrigori Goronzy2015-06-241-1/+1