aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | radeong: Disable Galahad for now; breaks texturing.Corbin Simpson2010-06-231-1/+2
* | targets, radeong: Add Galahad.Corbin Simpson2010-06-221-1/+3
* | r300g: optimize the immediate mode emission path a bitMarek Olšák2010-06-221-0/+12
* | r300g: cleanup buffer_{from, get}_handleMarek Olšák2010-06-202-16/+6
* | r300g: drop begin_cs/end_csMarek Olšák2010-06-141-21/+0
* | r300g: replace r300_cs_info with simplier get_cs_free_dwordsMarek Olšák2010-06-131-6/+3
|/
* r300g: use r300_buffer_domain everywhereMarek Olšák2010-06-023-11/+31
* r300g: let the driver determine the GEM domain for buffer_createMarek Olšák2010-06-023-26/+16
* r300g: add get_cs_info winsys entrypoint, abandon check_csMarek Olšák2010-05-261-3/+6
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-252-6/+2