aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_tex.c
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-141-3/+12
* nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller2011-07-141-2/+2
* nv50,nvc0: get format desc for TIC entry from sampler view formatChristoph Bumiller2011-03-051-1/+1
* nv50,nvc0: share sampler state creationChristoph Bumiller2011-03-051-4/+5
* nv50,nvc0: update the format tablesChristoph Bumiller2011-03-051-9/+16
* nv50,nvc0: fix texture layer issuesChristoph Bumiller2011-03-051-3/+12
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-1/+1
* nvc0: port to common fence/mm/buffer codeBen Skeggs2011-03-011-6/+7
* nvc0: sync textures with render targets ourselvesChristoph Bumiller2011-02-241-0/+7
* nvc0: implement VRAM buffer transfers with bounce buffersChristoph Bumiller2010-12-271-2/+0
* 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-4/+17
* nvc0: write texture address to TIC with a RELOCChristoph Bumiller2010-12-091-4/+19
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+251