summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nvfx: refactor sampling code, add support for swizzles and depth texLuca Barbieri2010-08-211-0/+4
* auxiliary: move Ben Skeggs' primitive splitter to common codeLuca Barbieri2010-08-111-100/+0
* nouveau: fix maps with PIPE_TRANSFER_UNSYNCHRONIZED | PIPE_TRANSFER_DONTBLOCKLuca Barbieri2010-08-091-3/+2
* nouveau: fix potential NULL-ptr dereference in nouveau_stateobj.hMaarten Maathuis2010-08-061-6/+4
* nouveau: s/__func__/__FUNCTION__/Vinson Lee2010-07-161-1/+1
* nouveau: s/snprintf/util_snprintf/Vinson Lee2010-07-161-1/+2
* nouveau: s/inline/INLINE/Vinson Lee2010-07-163-5/+5
* nouveau: Remove reference to drm_apiJakob Bornecrantz2010-06-241-1/+1
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-2/+0
|\
| * nouveau: adapt to interface changesRoland Scheidegger2010-05-171-2/+0
* | nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry2010-05-051-0/+3
|/
* nouveau: Add to SCons build.Vinson Lee2010-04-241-0/+11
* nouveau: Add missing header.Vinson Lee2010-04-181-0/+2
* 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