summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
AgeCommit message (Expand)Author
2010-10-12nouveau: Get larger push buffers.Francisco Jerez
2010-09-18nv50: fix typo in fifo packet length limitChristoph Bumiller
2010-09-05nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.hLuca Barbieri
2010-09-05nvfx: move nv04_2d to rules-ng-ngLuca Barbieri
2010-09-05nvfx: switch to rules-ng-ng register headersLuca Barbieri
2010-09-05nvfx: pause occlusion queries during blitter usageLuca Barbieri
2010-09-04nvfx: support rendering to more formatsLuca Barbieri
2010-09-04nvfx: support all coord conventions in hardwareLuca Barbieri
2010-09-04nvfx: set magic bit to round NPOT mipmap sizes down and not upLuca Barbieri
2010-08-26nouveau: handle early initialization errorsMarcin Slusarz
2010-08-21nvfx: support flatshade_firstLuca Barbieri
2010-08-21nvfx: rewrite draw code and buffer codeLuca Barbieri
2010-08-21nvfx: refactor sampling code, add support for swizzles and depth texLuca Barbieri
2010-08-11auxiliary: move Ben Skeggs' primitive splitter to common codeLuca Barbieri
2010-08-09nouveau: fix maps with PIPE_TRANSFER_UNSYNCHRONIZED | PIPE_TRANSFER_DONTBLOCKLuca Barbieri
2010-08-06nouveau: fix potential NULL-ptr dereference in nouveau_stateobj.hMaarten Maathuis
2010-07-16nouveau: s/__func__/__FUNCTION__/Vinson Lee
2010-07-16nouveau: s/snprintf/util_snprintf/Vinson Lee
2010-07-16nouveau: s/inline/INLINE/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-24nouveau: Add to SCons build.Vinson Lee
2010-04-18nouveau: Add missing header.Vinson Lee
2010-04-15nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri
2010-04-12nvfx: add support for ARB_half_float_vertexLuca Barbieri
2010-04-12nouveau: add state buffers, lightweight replacement for state objectsLuca Barbieri
2010-04-12nouveau: don't autobind in state objects relocationsLuca Barbieri
2010-04-12nouveau: bind the 3D engine to subchannel 7 and add RING_3DLuca Barbieri
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