aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_winsys.h
Commit message (Expand)AuthorAgeFilesLines
* r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák2011-04-181-295/+0
* r300g: decide whether a flush should be asynchronous when calling itMarek Olšák2011-03-081-9/+4
* r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák2011-03-021-2/+0
* r300g: document some more DRM 2.8.0 featuresMarek Olšák2011-03-011-1/+1
* r300g: fix a race between CS and SET_TILING ioctlsMarek Olšák2011-02-161-0/+2
* r300g: offload the CS ioctl to another threadMarek Olšák2011-02-151-2/+9
* r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák2011-02-111-50/+28
* r300g: print driver info if RADEON_DEBUG=infoMarek Olšák2011-01-271-3/+11
* r300g: add winsys flag CAN_AACOMPRESSMarek Olšák2011-01-271-1/+2
* r300g: rename flag squaretiling -> drm_2_1_0Marek Olšák2011-01-271-1/+1
* r300g: rework command submission and resource space checkingMarek Olšák2011-01-081-26/+15
* r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versionsMarek Olšák2010-12-221-2/+3
* r300g: cleanup winsysMarek Olšák2010-12-051-2/+3
* r300g: use internal BO handle for add_buffer and write_relocMarek Olšák2010-12-031-4/+9
* r300g: fix warning in winsysMarek Olšák2010-08-301-0/+1
* r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0Marek Olšák2010-08-061-0/+1
* r300g: implement hyper-z support. (v4)Dave Airlie2010-08-051-0/+1
* r300g: reject resources from handles which are not large enoughMarek Olšák2010-07-251-3/+4
* r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák2010-07-161-85/+224
* r300g: store/return the stride for winsys_handle in winsysMarek Olšák2010-07-081-2/+4
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-281-3/+0
|\
| * r300g: Move bootstrap code to targetsJakob Bornecrantz2010-06-061-3/+0
* | r300g: optimize the immediate mode emission path a bitMarek Olšák2010-06-221-0/+5
* | r300g: cleanup buffer_{from, get}_handleMarek Olšák2010-06-201-4/+2
* | r300g: drop begin_cs/end_csMarek Olšák2010-06-141-13/+0
* | r300g: replace r300_cs_info with simplier get_cs_free_dwordsMarek Olšák2010-06-131-10/+2
|/
* r300g: use r300_buffer_domain everywhereMarek Olšák2010-06-021-4/+4
* r300g: let the driver determine the GEM domain for buffer_createMarek Olšák2010-06-021-1/+2
* r300g: add get_cs_info winsys entrypoint, abandon check_csMarek Olšák2010-05-261-2/+10
* r300g: expose radeon_bo_wait to the driverMarek Olšák2010-05-161-0/+3
* r300g: remove unused winsys entrypointsMarek Olšák2010-05-161-8/+0
* r300g: fix warnings by using the const qualifierMarek Olšák2010-04-261-1/+1
* r300g: Add CS table writing.Corbin Simpson2010-04-261-0/+4
* r300g: emit MSPOS regsMarek Olšák2010-04-261-1/+1
* r300g: do not tell st that a buffer is referenced by hwMarek Olšák2010-04-181-3/+7
* r300g: various other cleanupsMarek Olšák2010-04-181-12/+3
* r300g: fix mipmapped 3D texturesMarek Olšák2010-04-111-1/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+6
* r300g: fix color tiling for buffer from X server.Dave Airlie2010-04-031-0/+5
* r300g: add and enable square microtilingMarek Olšák2010-03-211-0/+1
* r300g: cleanup tiling flags propagationMarek Olšák2010-03-211-2/+2
* r300g: put common defines into one fileMarek Olšák2010-03-211-0/+2
* r300g: remove unused codeMarek Olšák2010-03-211-2/+0
* r300g: rebuild screen/winsys interfaceDave Airlie2010-03-151-9/+137
* r300g: remove dead r300_get_texture_buffer functionKeith Whitwell2010-03-041-5/+0
* Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie2010-02-221-116/+11
* r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie2010-02-221-11/+116
* r300g: fix scons buildMarek Olšák2010-02-141-2/+1
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-3/+4
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-021-1/+1