summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
AgeCommit message (Expand)AuthorFilesLines
2011-08-27nouveau: share the source listsChia-I Wu3-8/+10
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König1-0/+2
2011-07-21nouveau: hook up video decoding with nouveau_contextChristoph Bumiller4-1/+45
2011-06-20gallium/nouveau: remove unused nouveau_screen_bo_userMarcin Slusarz2-16/+0
2011-04-27gallium/nouveau: fix printf warningsMarek Olšák1-1/+1
2011-03-18nouveau: Fix serious compiler warningsJohannes Obermayr1-0/+1
2011-03-13nv50,nvc0: clean up flushesChristoph Bumiller1-3/+6
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-7/+5
2011-03-11gallium: kill is_resource_referencedMarek Olšák3-25/+0
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-1/+2
2011-03-03nouveau: allow pipe driver to define which buffers should start in sysmemBen Skeggs2-1/+2
2011-03-01nouveau: remove nouveau_stateobj.hBen Skeggs1-316/+0
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs4-35/+54
2011-03-01nouveau: fix leak of nouveau_mman structsBen Skeggs1-0/+2
2011-03-01nv50: sync textures with render targets ourselvesBen Skeggs2-5/+6
2011-03-01nv50: move onto common linear buffer managerBen Skeggs1-2/+2
2011-03-01nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs5-2/+637
2011-03-01nouveau: create linear gart/vram mman in common screen initBen Skeggs2-0/+12
2011-03-01nouveau: fix fence_ref() where fence and *ref are the same fenceBen Skeggs1-2/+3
2011-03-01nouveau: fix compiler complaintBen Skeggs2-0/+9
2011-03-01nv50: make mm available as common codeBen Skeggs3-1/+311
2011-03-01nouveau: move nv50/nvc0 fencing to common location, and modify slightlyBen Skeggs5-4/+296
2011-01-17nouveau: fix build against out of tree libdrmDave Airlie1-0/+1
2010-12-21Merge remote branch 'origin/master' into nvc0-newBen Skeggs1-1/+1
2010-12-21nouveau: fix includes for latest libdrmBen Skeggs1-1/+1
2010-11-12nvc0: import nvc0 gallium driverChristoph Bumiller3-11/+54
2010-10-12nouveau: Get larger push buffers.Francisco Jerez1-1/+1
2010-09-18nv50: fix typo in fifo packet length limitChristoph Bumiller1-0/+4
2010-09-05nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.hLuca Barbieri2-9050/+0
2010-09-05nvfx: move nv04_2d to rules-ng-ngLuca Barbieri1-0/+155
2010-09-05nvfx: switch to rules-ng-ng register headersLuca Barbieri1-0/+231
2010-09-05nvfx: pause occlusion queries during blitter usageLuca Barbieri1-1/+1
2010-09-04nvfx: support rendering to more formatsLuca Barbieri1-1/+3
2010-09-04nvfx: support all coord conventions in hardwareLuca Barbieri1-0/+10
2010-09-04nvfx: set magic bit to round NPOT mipmap sizes down and not upLuca Barbieri1-0/+3
2010-08-26nouveau: handle early initialization errorsMarcin Slusarz1-1/+2
2010-08-21nvfx: support flatshade_firstLuca Barbieri1-0/+1
2010-08-21nvfx: rewrite draw code and buffer codeLuca Barbieri2-95/+8
2010-08-21nvfx: refactor sampling code, add support for swizzles and depth texLuca Barbieri1-0/+4
2010-08-11auxiliary: move Ben Skeggs' primitive splitter to common codeLuca Barbieri1-100/+0
2010-08-09nouveau: fix maps with PIPE_TRANSFER_UNSYNCHRONIZED | PIPE_TRANSFER_DONTBLOCKLuca Barbieri1-3/+2
2010-08-06nouveau: fix potential NULL-ptr dereference in nouveau_stateobj.hMaarten Maathuis1-6/+4
2010-07-16nouveau: s/__func__/__FUNCTION__/Vinson Lee1-1/+1
2010-07-16nouveau: s/snprintf/util_snprintf/Vinson Lee1-1/+2
2010-07-16nouveau: s/inline/INLINE/Vinson Lee3-5/+5
2010-06-24nouveau: Remove reference to drm_apiJakob Bornecrantz1-1/+1
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger1-2/+0
2010-05-17nouveau: adapt to interface changesRoland Scheidegger1-2/+0
2010-05-05nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry1-0/+3
2010-04-24nouveau: Add to SCons build.Vinson Lee1-0/+11