aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nouveau_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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