summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
AgeCommit message (Expand)Author
2011-03-13nv50,nvc0: clean up flushesChristoph Bumiller
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-03nouveau: allow pipe driver to define which buffers should start in sysmemBen Skeggs
2011-03-01nouveau: remove nouveau_stateobj.hBen Skeggs
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs
2011-03-01nouveau: fix leak of nouveau_mman structsBen Skeggs
2011-03-01nv50: sync textures with render targets ourselvesBen Skeggs
2011-03-01nv50: move onto common linear buffer managerBen Skeggs
2011-03-01nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs
2011-03-01nouveau: create linear gart/vram mman in common screen initBen Skeggs
2011-03-01nouveau: fix fence_ref() where fence and *ref are the same fenceBen Skeggs
2011-03-01nouveau: fix compiler complaintBen Skeggs
2011-03-01nv50: make mm available as common codeBen Skeggs
2011-03-01nouveau: move nv50/nvc0 fencing to common location, and modify slightlyBen Skeggs
2011-01-17nouveau: fix build against out of tree libdrmDave Airlie
2010-12-21Merge remote branch 'origin/master' into nvc0-newBen Skeggs
2010-12-21nouveau: fix includes for latest libdrmBen Skeggs
2010-11-12nvc0: import nvc0 gallium driverChristoph Bumiller
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