summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/radeon
AgeCommit message (Expand)AuthorFilesLines
2011-06-06r300g: Remove is_r3xxpciidsBenjamin Franzke3-215/+9
2011-05-15r300g: dynamically ask for and release Hyper-Z accessMarek Olšák3-27/+99
2011-04-18r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák10-146/+461
2011-04-08r300g: fix crash when adding a new relocationMarek Olšák1-1/+2
2011-04-08r300g: add 'radeon: ' prefix to error messages in winsysMarek Olšák2-5/+5
2011-04-03r300g: do not wait for a busy BO if neither GPU nor CPU is changing itMarek Olšák4-12/+75
2011-04-03r300g: remove unused RADEON_PB_USAGE_CACHEMarek Olšák2-6/+0
2011-04-03r300g: avoid mapping the same buffer twiceMarek Olšák1-0/+5
2011-04-03r300g: remove the redundant reference counter in radeon_boMarek Olšák3-36/+21
2011-03-08r300g: decide whether a flush should be asynchronous when calling itMarek Olšák3-16/+17
2011-03-02r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák1-7/+6
2011-03-02r300g: do not use ioctl thread offloading on single-core machinesMarek Olšák3-1/+4
2011-02-19r300g: fix invalid dereference in winsysMarek Olšák1-1/+1
2011-02-16r300g: fix a race between CS and SET_TILING ioctlsMarek Olšák3-6/+21
2011-02-15r300g: offload the CS ioctl to another threadMarek Olšák4-111/+220
2011-02-15r300g: actually implement the is_buffer_busy hook the right wayMarek Olšák1-3/+3
2011-02-15r300g: handle interaction between UNSYNCHRONIZED and DONTBLOCK flags in bo_mapMarek Olšák1-20/+16
2011-02-15r300g: fix a possible race condition when mapping a bufferMarek Olšák2-23/+34
2011-02-14r300g: flush CS in bo_map even if we get USAGE_DONTBLOCKMarek Olšák1-0/+1
2011-02-14r300g: implement pb_manager::is_buffer_busyMarek Olšák1-22/+27
2011-02-13r300g: fixup the handle_compare functionMarek Olšák1-2/+2
2011-02-12r300g: typecast void* to unsigned correctlyMarek Olšák1-2/+4
2011-02-12r300g: improve function radeon_bo_is_referenced_by_csMarek Olšák5-18/+30
2011-02-11r300g: remove unused function prototypes, update copyrightMarek Olšák4-4/+56
2011-02-11r300g: plug a memory leak in winsysMarek Olšák1-0/+1
2011-02-11r300g: remove unneeded code in winsysMarek Olšák1-6/+0
2011-02-11r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák10-762/+653
2011-01-31scons: Gracefully handle pkg-config errors with libdrm_radeon.Vinson Lee1-1/+6
2011-01-27r300g: print driver info if RADEON_DEBUG=infoMarek Olšák3-35/+21
2011-01-27r300g: add winsys flag CAN_AACOMPRESSMarek Olšák3-9/+21
2011-01-27r300g: rename flag squaretiling -> drm_2_1_0Marek Olšák4-12/+11
2011-01-08r300g: rework command submission and resource space checkingMarek Olšák8-163/+409
2010-12-23r300g: Remove unnecessary header.Vinson Lee1-2/+0
2010-12-22r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versionsMarek Olšák3-1/+9
2010-12-05r300g: cleanup winsysMarek Olšák11-628/+443
2010-12-03r300g: use internal BO handle for add_buffer and write_relocMarek Olšák3-14/+28
2010-11-25r300g/r600g: bump cache manager timeouts to 1sDave Airlie1-1/+1
2010-11-23gallium/egl: fix r300 vs r600 loadingAlex Deucher1-1/+208
2010-09-26radeong: fix leaksJoakim Sindholt1-0/+3
2010-09-24r300g: make accessing map_list and buffer_handles thread-safeMarek Olšák1-6/+58
2010-09-24r300g: fixup long-lived BO maps being incorrectly unmapped when flushingMarek Olšák1-4/+10
2010-09-15r300g: fix buffer reuse issue caused by previous commitDave Airlie1-3/+6
2010-09-15r300g: prevent creating multiple winsys BOs for the same handleMarek Olšák1-0/+26
2010-09-13r300g: fix map_bufferMarek Olšák1-4/+17
2010-09-12pb: add void * for flush ctx to mapping functionsDave Airlie1-7/+3
2010-08-14r300g: Remove unnecessary header.Vinson Lee1-1/+0
2010-08-08r300g: generalize the way we ask for hyperzMarek Olšák1-9/+26
2010-08-06r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0Marek Olšák3-0/+12
2010-08-05r300g: debug_print on startup whether we can use hyper-zMarek Olšák1-2/+4
2010-08-05r300g: implement hyper-z support. (v4)Dave Airlie3-0/+15