summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_screen.c
AgeCommit message (Expand)Author
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-01nouveau: create linear gart/vram mman in common screen initBen Skeggs
2011-03-01nouveau: move nv50/nvc0 fencing to common location, and modify slightlyBen Skeggs
2010-10-12nouveau: Get larger push buffers.Francisco Jerez
2010-08-26nouveau: handle early initialization errorsMarcin Slusarz
2010-07-16nouveau: s/__func__/__FUNCTION__/Vinson Lee
2010-07-16nouveau: s/snprintf/util_snprintf/Vinson Lee
2010-06-24nouveau: Remove reference to drm_apiJakob Bornecrantz
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17nouveau: adapt to interface changesRoland Scheidegger
2010-05-05nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry
2010-04-15nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-10nouveau: translate PIPE_BUFFER_USAGE_UNSYNCHRONIZEDBen Skeggs
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-04nouveau: Conversion to winsys handleJakob Bornecrantz
2010-02-26gallium/nouveau: clean-up #includesBrian Paul
2010-02-12nouveau: switch to nouveau_bo_new_tile()Ben Skeggs
2010-02-04gallium: fix more missing includes from various placesDave Airlie
2010-01-25nouveau: fix winsys object leakMarcin Slusarz
2010-01-05nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis
2009-12-28nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton
2009-07-29nouveau: map_range returning -EBUSY isn't necessarily an errorBen Skeggs
2009-06-05nouveau: plug in our map_buffer_range and friendsBen Skeggs
2009-06-05nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs