aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon/drm/radeon_drm_cs.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: set the flush callback in radeon_winsysMarek Olšák2011-08-161-1/+1
* winsys/radeon: consolidate the add_reloc functionMarek Olšák2011-08-161-29/+7
* r600g: emit CS using radeon_winsysMarek Olšák2011-08-161-4/+1
* r600g: let radeon_winsys maintain the list of relocationsMarek Olšák2011-08-161-8/+32
* winsys/radeon: do the CS cleanup in the CS ioctl threadMarek Olšák2011-08-051-2/+4
* winsys/radeon: fix space checkingMarek Olšák2011-08-051-2/+31
* winsys/radeon: simplify how value queries workMarek Olšák2011-07-251-2/+2
* r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák2011-04-181-24/+24
* r300g: fix crash when adding a new relocationMarek Olšák2011-04-081-1/+2
* r300g: add 'radeon: ' prefix to error messages in winsysMarek Olšák2011-04-081-1/+1
* r300g: do not wait for a busy BO if neither GPU nor CPU is changing itMarek Olšák2011-04-031-1/+8
* r300g: remove the redundant reference counter in radeon_boMarek Olšák2011-04-031-4/+2
* r300g: decide whether a flush should be asynchronous when calling itMarek Olšák2011-03-081-9/+8
* r300g: do not use ioctl thread offloading on single-core machinesMarek Olšák2011-03-021-1/+1
* r300g: fix invalid dereference in winsysMarek Olšák2011-02-191-1/+1
* r300g: fix a race between CS and SET_TILING ioctlsMarek Olšák2011-02-161-6/+6
* r300g: offload the CS ioctl to another threadMarek Olšák2011-02-151-94/+172
* r300g: improve function radeon_bo_is_referenced_by_csMarek Olšák2011-02-121-0/+4
* r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák2011-02-111-11/+16
* r300g: rework command submission and resource space checkingMarek Olšák2011-01-081-0/+360