summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri2010-04-153-11/+9
* nvfx: add support for ARB_half_float_vertexLuca Barbieri2010-04-121-0/+1
* nouveau: add state buffers, lightweight replacement for state objectsLuca Barbieri2010-04-121-0/+27
* nouveau: don't autobind in state objects relocationsLuca Barbieri2010-04-121-8/+4
* nouveau: bind the 3D engine to subchannel 7 and add RING_3DLuca Barbieri2010-04-121-0/+12
* Squashed commit of the following:Keith Whitwell2010-04-107-247/+140
* nouveau: Import latest nouveau_class.h from renouveauBen Skeggs2010-04-091-0/+9024
* nvfx: move nv04_surface_2d.c into nvfx directoryLuca Barbieri2010-03-153-585/+1
* nvfx: fix quads drawingLuca Barbieri2010-03-151-1/+1
* nv30, nv40: non-trivially unify nv[34]0_screen.cLuca Barbieri2010-03-151-4/+1
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-1/+0
* nouveau: translate PIPE_BUFFER_USAGE_UNSYNCHRONIZEDBen Skeggs2010-03-101-1/+1
* nv50: when doing inline indices, split elt lists so they fit into pushbufBen Skeggs2010-03-101-0/+100
* Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-092-1/+14
* Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-081-0/+72
|\
| * nouveau: Conversion to winsys handleJakob Bornecrantz2010-03-041-0/+72
* | nouveau: Rename pipe formats.José Fonseca2010-03-011-17/+17
|/
* gallium/nouveau: clean-up #includesBrian Paul2010-02-262-7/+7
* nouveau: fix for latest libdrmBen Skeggs2010-02-161-5/+1
* nouveau: switch to nouveau_bo_new_tile()Ben Skeggs2010-02-121-4/+6
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-9/+0
* Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez2010-02-044-19/+586
* gallium: fix more missing includes from various placesDave Airlie2010-02-041-0/+2
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-021-1/+1
* nouveau: fix winsys object leakMarcin Slusarz2010-01-251-0/+2
* nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-051-82/+206
* nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz2010-01-051-93/+0
* nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis2010-01-053-0/+37
* nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton2009-12-281-1/+2
* nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri2009-12-281-0/+3
* nouveau: avoid running out of relocsMaarten Maathuis2009-12-141-10/+39
* gallium: fix remaining users of pipe_reference functionRoland Scheidegger2009-12-031-1/+2
* nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs2009-10-193-1/+54
* nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs2009-08-311-0/+11
* nouveau: map_range returning -EBUSY isn't necessarily an errorBen Skeggs2009-07-291-3/+6
* nouveau: forgotten makefile...Ben Skeggs2009-06-071-0/+8
* nouveau: plug in our map_buffer_range and friendsBen Skeggs2009-06-051-7/+1
* nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs2009-06-053-10/+9
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-054-36/+33
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-052-27/+1
* nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs2009-06-052-0/+266
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-051-11/+10
* nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs2009-06-053-26/+36
* nouveau: fix some pipe_buffer reference counting issuesBen Skeggs2009-03-251-1/+5
* nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs2009-03-181-1/+1
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-1/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-9/+3
* nv50: rework for texture_transfer changesBen Skeggs2009-02-201-2/+3
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs2009-02-051-1/+1