aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon/drm
Commit message (Expand)AuthorAgeFilesLines
* scons: Expose pkg-config in a simpler manner.José Fonseca2011-06-301-5/+1
* r300g: Remove is_r3xxBenjamin Franzke2011-06-073-215/+9
* r300g: dynamically ask for and release Hyper-Z accessMarek Olšák2011-05-153-27/+99
* r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák2011-04-1810-146/+461
* 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-082-5/+5
* r300g: do not wait for a busy BO if neither GPU nor CPU is changing itMarek Olšák2011-04-034-12/+75
* r300g: remove unused RADEON_PB_USAGE_CACHEMarek Olšák2011-04-032-6/+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-033-36/+21
* r300g: decide whether a flush should be asynchronous when calling itMarek Olšák2011-03-083-16/+17
* r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák2011-03-021-7/+6
* r300g: do not use ioctl thread offloading on single-core machinesMarek Olšák2011-03-023-1/+4
* 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-163-6/+21
* r300g: offload the CS ioctl to another threadMarek Olšák2011-02-154-111/+220
* 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-152-23/+34
* 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-125-18/+30
* r300g: remove unused function prototypes, update copyrightMarek Olšák2011-02-114-4/+56
* 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-1110-762/+653
* scons: Gracefully handle pkg-config errors with libdrm_radeon.Vinson Lee2011-01-311-1/+6
* r300g: print driver info if RADEON_DEBUG=infoMarek Olšák2011-01-273-35/+21
* r300g: add winsys flag CAN_AACOMPRESSMarek Olšák2011-01-273-9/+21
* r300g: rename flag squaretiling -> drm_2_1_0Marek Olšák2011-01-274-12/+11
* r300g: rework command submission and resource space checkingMarek Olšák2011-01-088-163/+409
* r300g: Remove unnecessary header.Vinson Lee2010-12-231-2/+0
* r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versionsMarek Olšák2010-12-223-1/+9
* r300g: cleanup winsysMarek Olšák2010-12-0511-628/+443
* r300g: use internal BO handle for add_buffer and write_relocMarek Olšák2010-12-033-14/+28
* r300g/r600g: bump cache manager timeouts to 1sDave Airlie2010-11-251-1/+1
* gallium/egl: fix r300 vs r600 loadingAlex Deucher2010-11-231-1/+208
* radeong: fix leaksJoakim Sindholt2010-09-261-0/+3
* r300g: make accessing map_list and buffer_handles thread-safeMarek Olšák2010-09-241-6/+58
* r300g: fixup long-lived BO maps being incorrectly unmapped when flushingMarek Olšák2010-09-241-4/+10
* r300g: fix buffer reuse issue caused by previous commitDave Airlie2010-09-151-3/+6
* r300g: prevent creating multiple winsys BOs for the same handleMarek Olšák2010-09-151-0/+26
* r300g: fix map_bufferMarek Olšák2010-09-131-4/+17
* pb: add void * for flush ctx to mapping functionsDave Airlie2010-09-121-7/+3
* r300g: Remove unnecessary header.Vinson Lee2010-08-141-1/+0
* r300g: generalize the way we ask for hyperzMarek Olšák2010-08-081-9/+26
* r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0Marek Olšák2010-08-063-0/+12
* r300g: debug_print on startup whether we can use hyper-zMarek Olšák2010-08-051-2/+4