summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
AgeCommit message (Expand)Author
2011-06-17Merge branch 'r300' into hhienvsa_r300PFO
2011-06-15[Radeon] r300: uses Android's mmap routine, as in r600Hugues Hiegel
2011-06-15[Radeon] r300: uses Android's mmap as done in r600PFO
2011-03-08r300g: decide whether a flush should be asynchronous when calling itMarek Olšák
2011-02-16r300g: fix a race between CS and SET_TILING ioctlsMarek Olšák
2011-02-15r300g: offload the CS ioctl to another threadMarek Olšák
2011-02-15r300g: actually implement the is_buffer_busy hook the right wayMarek Olšák
2011-02-15r300g: handle interaction between UNSYNCHRONIZED and DONTBLOCK flags in bo_mapMarek Olšák
2011-02-15r300g: fix a possible race condition when mapping a bufferMarek Olšák
2011-02-14r300g: flush CS in bo_map even if we get USAGE_DONTBLOCKMarek Olšák
2011-02-14r300g: implement pb_manager::is_buffer_busyMarek Olšák
2011-02-13r300g: fixup the handle_compare functionMarek Olšák
2011-02-12r300g: typecast void* to unsigned correctlyMarek Olšák
2011-02-12r300g: improve function radeon_bo_is_referenced_by_csMarek Olšák
2011-02-11r300g: remove unused function prototypes, update copyrightMarek Olšák
2011-02-11r300g: plug a memory leak in winsysMarek Olšák
2011-02-11r300g: remove unneeded code in winsysMarek Olšák
2011-02-11r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák