summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_transfer.c
Commit message (Expand)AuthorAgeFilesLines
* nvc0: place staging textures in GART and map them directlyChristoph Bumiller2013-04-031-0/+47
* nvc0: add some driver statistics queriesChristoph Bumiller2013-04-031-0/+6
* nvc0: fix out of bounds writes for unaligned sizes in push_dataChristoph Bumiller2013-01-081-2/+4
* gallium: unify transfer functionsMarek Olšák2012-10-111-35/+28
* nvc0: fix nve4 linear copiesChristoph Bumiller2012-04-161-1/+2
* nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller2012-04-151-5/+154
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-148/+109
* Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"Marek Olšák2012-03-051-1/+1
* gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák2012-01-051-1/+1
* nouveau,nvc0: fix/improve handling of multiple constant buffersChristoph Bumiller2011-10-211-0/+36
* nvc0: prevent interruption of m2mf pushChristoph Bumiller2011-09-141-20/+18
* nouveau: make data argument of nouveau_context::push_data constChristoph Bumiller2011-09-141-1/+1
* nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-141-36/+17
* nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller2011-07-141-3/+3
* nv50/nvc0: make transfers aware of PIPE_TRANSFER_MAP_DIRECTLYMarcin Slusarz2011-05-091-0/+3
* nv50,nvc0: update the format tablesChristoph Bumiller2011-03-051-1/+1
* nvc0: use m2mf for resource_copy_region if formats are equalChristoph Bumiller2011-03-051-1/+1
* nv50,nvc0: fix texture layer issuesChristoph Bumiller2011-03-051-17/+5
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-6/+4
* nvc0: port to common fence/mm/buffer codeBen Skeggs2011-03-011-3/+5
* nvc0: reset texture base address after read transferChristoph Bumiller2011-02-091-2/+4
* nvc0: enable PIPE_CAP_ARRAY_TEXTURES and fix themChristoph Bumiller2011-01-291-12/+26
* nvc0: reset mt transfer address after read loop over layersChristoph Bumiller2011-01-081-0/+1
* nvc0: init miptree transfer layer strideChristoph Bumiller2010-12-271-1/+2
* nvc0: use most defs/decls from nouveau_pushbuf.hChristoph Bumiller2010-12-231-1/+1
* nvc0: BEGIN_RING->BEGIN_RING_NI in a couple of placesBen Skeggs2010-12-211-1/+1
* nvc0: adapt to array textures interface changeChristoph Bumiller2010-12-191-28/+40
* nvc0: use tile flags in a way compatible with nouveauChristoph Bumiller2010-12-091-3/+3
* nvc0: buffer suballocation with a primitive slab allocatorChristoph Bumiller2010-12-091-37/+82
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+322