aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r300g: implement hyper-z support. (v4)Dave Airlie2010-08-053-0/+15
* r300g: reject resources from handles which are not large enoughMarek Olšák2010-07-252-4/+9
* r300g: do not make copies of constant buffers, emit them directlyMarek Olšák2010-07-162-12/+1
* r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák2010-07-164-258/+275
* r300g: do not print a rejected CS if RADEON_DUMP_CS is not setMarek Olšák2010-07-102-4/+9
* r300g: store/return the stride for winsys_handle in winsysMarek Olšák2010-07-081-3/+8
* r300g: move one flush from winsys to the contextMarek Olšák2010-06-301-14/+1
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-284-24/+14
|\
| * r300g: Move bootstrap code to targetsJakob Bornecrantz2010-06-064-22/+14
* | glhd: Use an environment variable (GALAHAD) to enable. Off by default.Corbin Simpson2010-06-231-2/+1