summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
AgeCommit message (Expand)Author
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-09nouveau: Import latest nouveau_class.h from renouveauBen Skeggs
2010-03-15nvfx: move nv04_surface_2d.c into nvfx directoryLuca Barbieri
2010-03-15nvfx: fix quads drawingLuca Barbieri
2010-03-15nv30, nv40: non-trivially unify nv[34]0_screen.cLuca Barbieri
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10nouveau: translate PIPE_BUFFER_USAGE_UNSYNCHRONIZEDBen Skeggs
2010-03-10nv50: when doing inline indices, split elt lists so they fit into pushbufBen Skeggs
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell
2010-03-04nouveau: Conversion to winsys handleJakob Bornecrantz
2010-03-01nouveau: Rename pipe formats.José Fonseca
2010-02-26gallium/nouveau: clean-up #includesBrian Paul
2010-02-16nouveau: fix for latest libdrmBen Skeggs
2010-02-12nouveau: switch to nouveau_bo_new_tile()Ben Skeggs
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-04Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez
2010-02-04gallium: fix more missing includes from various placesDave Airlie
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-01-25nouveau: fix winsys object leakMarcin Slusarz
2010-01-05nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis
2010-01-05nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin 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-12-28nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri
2009-12-14nouveau: avoid running out of relocsMaarten Maathuis
2009-12-03gallium: fix remaining users of pipe_reference functionRoland Scheidegger
2009-10-19nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs
2009-08-31nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs
2009-07-29nouveau: map_range returning -EBUSY isn't necessarily an errorBen Skeggs
2009-06-07nouveau: forgotten makefile...Ben 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: call notifier/grobj etc funcs directlyBen Skeggs
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs
2009-06-05nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs
2009-06-05nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs
2009-03-25nouveau: fix some pipe_buffer reference counting issuesBen Skeggs
2009-03-18nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs
2009-03-07nouveau: make stateobjs start off with refcount of 1Ben Skeggs
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-20nv50: rework for texture_transfer changesBen Skeggs
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-05nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs
2009-02-05nouveau: support getting "native" bo from winsysBen Skeggs
2009-02-04nouveau: notifier timeout is a float nowBen Skeggs
2009-02-04nouveau: link against libdrm_nouveau (installed with libdrm)Ben Skeggs
2009-01-30gallium: make p_winsys internalZack Rusin
2008-12-13Nouveau: move the definition of log2i() to headerPekka Paalanen