summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_screen.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-10nouveau: translate PIPE_BUFFER_USAGE_UNSYNCHRONIZEDBen Skeggs1-1/+1
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell1-1/+2
2010-03-04nouveau: Conversion to winsys handleJakob Bornecrantz1-0/+72
2010-02-26gallium/nouveau: clean-up #includesBrian Paul1-5/+5
2010-02-12nouveau: switch to nouveau_bo_new_tile()Ben Skeggs1-4/+6
2010-02-04gallium: fix more missing includes from various placesDave Airlie1-0/+2
2010-01-25nouveau: fix winsys object leakMarcin Slusarz1-0/+2
2010-01-05nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis1-0/+21
2009-12-28nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton1-1/+2
2009-07-29nouveau: map_range returning -EBUSY isn't necessarily an errorBen Skeggs1-3/+6
2009-06-05nouveau: plug in our map_buffer_range and friendsBen Skeggs1-7/+1
2009-06-05nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs1-5/+4
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs1-0/+5
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs1-0/+242