summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nouveau_screen.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: handle early initialization errorsMarcin Slusarz2010-08-261-1/+2
* nouveau: s/__func__/__FUNCTION__/Vinson Lee2010-07-161-1/+1
* nouveau: s/snprintf/util_snprintf/Vinson Lee2010-07-161-1/+2
* nouveau: Remove reference to drm_apiJakob Bornecrantz2010-06-241-1/+1
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-2/+0
|\
| * nouveau: adapt to interface changesRoland Scheidegger2010-05-171-2/+0
* | nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry2010-05-051-0/+3
|/
* nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri2010-04-151-8/+4
* Squashed commit of the following:Keith Whitwell2010-04-101-152/+73
* nouveau: translate PIPE_BUFFER_USAGE_UNSYNCHRONIZEDBen Skeggs2010-03-101-1/+1
* Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-1/+2
* nouveau: Conversion to winsys handleJakob Bornecrantz2010-03-041-0/+72
* gallium/nouveau: clean-up #includesBrian Paul2010-02-261-5/+5
* nouveau: switch to nouveau_bo_new_tile()Ben Skeggs2010-02-121-4/+6
* gallium: fix more missing includes from various placesDave Airlie2010-02-041-0/+2
* nouveau: fix winsys object leakMarcin Slusarz2010-01-251-0/+2
* nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis2010-01-051-0/+21
* nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton2009-12-281-1/+2
* nouveau: map_range returning -EBUSY isn't necessarily an errorBen Skeggs2009-07-291-3/+6
* nouveau: plug in our map_buffer_range and friendsBen Skeggs2009-06-051-7/+1
* nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs2009-06-051-5/+4
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-0/+5
* nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs2009-06-051-0/+242