aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
Commit message (Expand)AuthorAgeFilesLines
* winsys/radeon: use os_mmap() for memory mappingChia-I Wu2011-08-241-3/+3
* winsys/radeon: take advantage of the new ioctlMarek Olšák2011-08-161-12/+28
* winsys/radeon: hook up the new DRM_RADEON_GEM_WAIT ioctlMarek Olšák2011-08-161-18/+49
* winsys/radeon: remove broken bo-is-busy-for-write guessingMarek Olšák2011-08-161-19/+0
* r600g: remove radeon_bo::handleMarek Olšák2011-08-161-7/+0
* r600g: allocate/destroy buffers using radeon_winsysMarek Olšák2011-08-161-0/+7
* winsys/radeon: disable use of the buffer busy-for-write flagMarek Olšák2011-08-061-0/+12
* winsys/radeon: remove dummy function pb_bufferMarek Olšák2011-08-031-10/+7
* winsys/radeon: manage constant buffers by the cache bufmgr tooMarek Olšák2011-07-251-1/+2
* winsys/radeon: remove usage parameter from buffer_createMarek Olšák2011-07-251-4/+2
* r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák2011-04-181-38/+38
* r300g: add 'radeon: ' prefix to error messages in winsysMarek Olšák2011-04-081-4/+4
* r300g: do not wait for a busy BO if neither GPU nor CPU is changing itMarek Olšák2011-04-031-8/+39
* r300g: remove unused RADEON_PB_USAGE_CACHEMarek Olšák2011-04-031-5/+0
* r300g: avoid mapping the same buffer twiceMarek Olšák2011-04-031-0/+5
* r300g: remove the redundant reference counter in radeon_boMarek Olšák2011-04-031-25/+16
* r300g: decide whether a flush should be asynchronous when calling itMarek Olšák2011-03-081-4/+7
* r300g: fix a race between CS and SET_TILING ioctlsMarek Olšák2011-02-161-0/+13
* r300g: offload the CS ioctl to another threadMarek Olšák2011-02-151-0/+8
* r300g: actually implement the is_buffer_busy hook the right wayMarek Olšák2011-02-151-3/+3
* r300g: handle interaction between UNSYNCHRONIZED and DONTBLOCK flags in bo_mapMarek Olšák2011-02-151-20/+16
* r300g: fix a possible race condition when mapping a bufferMarek Olšák2011-02-151-23/+31
* r300g: flush CS in bo_map even if we get USAGE_DONTBLOCKMarek Olšák2011-02-141-0/+1
* r300g: implement pb_manager::is_buffer_busyMarek Olšák2011-02-141-22/+27
* r300g: fixup the handle_compare functionMarek Olšák2011-02-131-2/+2
* r300g: typecast void* to unsigned correctlyMarek Olšák2011-02-121-2/+4
* r300g: improve function radeon_bo_is_referenced_by_csMarek Olšák2011-02-121-11/+13
* r300g: remove unused function prototypes, update copyrightMarek Olšák2011-02-111-0/+26
* r300g: plug a memory leak in winsysMarek Olšák2011-02-111-0/+1
* r300g: remove unneeded code in winsysMarek Olšák2011-02-111-6/+0
* r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák2011-02-111-0/+543