summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2015-09-10winsys/amdgpu: calculate the maximum number of compute unitsMarek Olšák1-2/+13
2015-09-03winsys/radeon: remove exported buffers from the cacheMarek Olšák1-0/+3
2015-09-03winsys/amdgpu: remove exported buffers from the cacheMarek Olšák1-0/+3
2015-09-02svga/winsys: Add support for VGPU10Brian Paul19-119/+362
2015-09-02winsys/svga: add new vmw_query.c[h] filesBrian Paul3-1/+214
2015-09-01winsys/radeon: add a flag telling how gfx IBs should be paddedMarek Olšák2-6/+9
2015-09-01winsys/amdgpu: remove IB padding for SIMarek Olšák1-17/+5
2015-09-01winsys/amdgpu: use small IBs for better performance on VIMarek Olšák1-7/+9
2015-08-29winsys/radeon: handle non-zero finite timeout when waiting for buffersMarek Olšák2-38/+41
2015-08-26gallium/radeon: read_registers should return bool meaning success or failureMarek Olšák2-5/+7
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák1-1/+1
2015-08-23Revert "radeon/winsys: increase the IB size for VM"Marek Olšák4-17/+6
2015-08-22winsys/sw/kms-dri: don't attempt to bundle the sconscriptEmil Velikov1-2/+0
2015-08-22winsys/amdgpu: automake: remove missing headersEmil Velikov1-2/+0
2015-08-22android: fix cflags and includes for amdgpu winsysMauro Rossi1-0/+10
2015-08-19winsys/amdgpu: fix the type of memory usage countersMarek Olšák1-2/+2
2015-08-14radeon/vce: disable VCE dual instance for harvest partLeo Liu1-0/+1
2015-08-14radeonsi: add support for FIJI (v4)Alex Deucher1-0/+4
2015-08-14winsys/amdgpu: add addrlib support for Fiji (v2)Alex Deucher3-1/+11
2015-08-14winsys/amdgpu: add addrlib - texture addressing and alignment calculatorMarek Olšák27-3/+22370
2015-08-14winsys/amdgpu: add a new winsys for the new kernel driverMarek Olšák11-1/+2342
2015-08-07winsys/radeon: add a specific error message for cs_submit -> -ENOMEMMarek Olšák1-4/+8
2015-08-07winsys/radeon: add an interface for contextsMarek Olšák1-2/+16
2015-08-07gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interfaceMarek Olšák2-32/+29
2015-08-06winsys/radeon: loosen up the requirements for how much memory IBs can useMarek Olšák1-4/+9
2015-08-06radeon/winsys: increase the IB size for VMMarek Olšák4-6/+17
2015-08-06gallium/radeon: allow the winsys to choose the IB sizeMarek Olšák2-3/+4
2015-08-01winsys/radeon: don't leak the fd when it is 0Emil Velikov1-2/+2
2015-07-29svga: scons: remove unused HAVE_SYS_TYPES_H defineEmil Velikov1-1/+0
2015-07-23winsys/radeon: implement buffer_unmapMarek Olšák2-6/+24
2015-07-22scons: don't build the kms-dri winsysEmil Velikov1-23/+0
2015-07-22android: don't build the kms-dri winsysEmil Velikov1-37/+0
2015-07-21gallium: replace INLINE with inlineIlia Mirkin23-45/+45
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-1/+1
2015-07-05winsys/radeon: use os_wait_until_zero in radeon_bo_set_tilingMarek Olšák1-3/+1
2015-07-03winsys/radeon: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.Mario Kleiner1-3/+10
2015-07-03r600g,radeonsi: implement get_device_reset_statusMarek Olšák1-0/+8
2015-06-28nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.Mario Kleiner1-1/+5
2015-06-24winsys/radeon: reduce BO cache timeoutGrigori Goronzy1-1/+1
2015-06-24winsys/radeon: align BO size to page sizeGrigori Goronzy1-0/+6
2015-06-24winsys/radeon: Unmap GPU VM address range when destroying BOMichel Dänzer3-4/+29
2015-06-15gallium: Drop the gallium-specific Android sw winsys.Eric Anholt3-346/+0
2015-06-15vc4: Add support for building on Android.Eric Anholt1-0/+34
2015-06-09android: add rules to build a gallium_dri.soChih-Wei Huang2-0/+72
2015-05-15winsys/hgl: Add needed extern "C" to hgl winsysAlexander von Gluck IV1-0/+7
2015-05-08util: Move gallium's linked list to utilJason Ekstrand4-4/+4
2015-05-02ilo: move intel_winsys.h to coreChia-I Wu1-1/+1
2015-04-29winsys/radeon: add a private interface for radeon_surfaceMarek Olšák4-18/+184
2015-04-29winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák3-613/+2
2015-04-28r600g,radeonsi: add a driver query returning GPU loadMarek Olšák2-0/+19