summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nv50: fix typo in fifo packet length limitChristoph Bumiller2010-09-181-0/+4
* nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.hLuca Barbieri2010-09-052-9050/+0
* nvfx: move nv04_2d to rules-ng-ngLuca Barbieri2010-09-051-0/+155
* nvfx: switch to rules-ng-ng register headersLuca Barbieri2010-09-051-0/+231
* nvfx: pause occlusion queries during blitter usageLuca Barbieri2010-09-051-1/+1
* nvfx: support rendering to more formatsLuca Barbieri2010-09-041-1/+3
* nvfx: support all coord conventions in hardwareLuca Barbieri2010-09-041-0/+10
* nvfx: set magic bit to round NPOT mipmap sizes down and not upLuca Barbieri2010-09-041-0/+3
* nouveau: handle early initialization errorsMarcin Slusarz2010-08-261-1/+2
* nvfx: support flatshade_firstLuca Barbieri2010-08-211-0/+1
* nvfx: rewrite draw code and buffer codeLuca Barbieri2010-08-212-95/+8
* 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