summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* r300g: expose radeon_bo_wait to the driverMarek Olšák2010-05-163-0/+18
* r300g: fix texture transfersMarek Olšák2010-05-131-1/+1
* r300g: do not validate buffers in check_csMarek Olšák2010-05-021-1/+1
* r300g: cache tiling flags to reduce the number of DRM callsMarek Olšák2010-05-021-6/+9
* radeong: fix scons buildJoakim Sindholt2010-04-281-0/+1
* r300g: fix warnings by using the const qualifierMarek Olšák2010-04-261-1/+1
* r300g: Add CS table writing.Corbin Simpson2010-04-261-0/+8
* r300g: emit MSPOS regsMarek Olšák2010-04-263-6/+10
* gallium: Fix copy typoJakob Bornecrantz2010-04-201-1/+1
* radeong: Minor clean up of winsysJakob Bornecrantz2010-04-201-12/+3
* r300g: do not tell st that a buffer is referenced by hwMarek Olšák2010-04-183-7/+21
* r300g: fix mipmapped 3D texturesMarek Olšák2010-04-113-0/+8
* Squashed commit of the following:Keith Whitwell2010-04-103-29/+17
* r300g: fix color tiling for buffer from X server.Dave Airlie2010-04-033-1/+32
* gallium: Make scons build dri/xorg drivers againJakob Bornecrantz2010-03-241-1/+1
* radeong: Fix scons buildJakob Bornecrantz2010-03-241-1/+1
* gallium: Reorg winsys directoriesJakob Bornecrantz2010-03-249-0/+1236