summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* gallium/nouveau: remove unused nouveau_screen_bo_userMarcin Slusarz2011-06-202-16/+0
* gallium/nouveau: fix printf warningsMarek Olšák2011-04-271-1/+1
* nouveau: Fix serious compiler warningsJohannes Obermayr2011-03-181-0/+1
* nv50,nvc0: clean up flushesChristoph Bumiller2011-03-131-3/+6
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-7/+5
* gallium: kill is_resource_referencedMarek Olšák2011-03-113-25/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* nouveau: allow pipe driver to define which buffers should start in sysmemBen Skeggs2011-03-032-1/+2
* nouveau: remove nouveau_stateobj.hBen Skeggs2011-03-011-316/+0
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-014-35/+54
* nouveau: fix leak of nouveau_mman structsBen Skeggs2011-03-011-0/+2
* nv50: sync textures with render targets ourselvesBen Skeggs2011-03-012-5/+6
* nv50: move onto common linear buffer managerBen Skeggs2011-03-011-2/+2
* nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs2011-03-015-2/+637
* nouveau: create linear gart/vram mman in common screen initBen Skeggs2011-03-012-0/+12
* nouveau: fix fence_ref() where fence and *ref are the same fenceBen Skeggs2011-03-011-2/+3
* nouveau: fix compiler complaintBen Skeggs2011-03-012-0/+9
* nv50: make mm available as common codeBen Skeggs2011-03-013-1/+311
* nouveau: move nv50/nvc0 fencing to common location, and modify slightlyBen Skeggs2011-03-015-4/+296
* nouveau: fix build against out of tree libdrmDave Airlie2011-01-171-0/+1
* Merge remote branch 'origin/master' into nvc0-newBen Skeggs2010-12-211-1/+1
|\
| * nouveau: fix includes for latest libdrmBen Skeggs2010-12-211-1/+1
* | nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-123-11/+54
|/
* nouveau: Get larger push buffers.Francisco Jerez2010-10-121-1/+1
* 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