aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_surface.c
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: extensive surface format renaming to get consistencyChristoph Bumiller2011-07-141-3/+3
* nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-141-56/+28
* nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller2011-07-141-15/+15
* gallium: add fallback for copying buffers to all driversMarek Olšák2011-04-211-0/+8
* nvc0: s/nblocksx/nblocksy for height in resource_copy_regionChristoph Bumiller2011-03-131-1/+1
* 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-3/+68
* nv50,nvc0: fix texture layer issuesChristoph Bumiller2011-03-051-9/+18
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-3/+5
* nvc0: port to common fence/mm/buffer codeBen Skeggs2011-03-011-3/+3
* nvc0: demagic the clear flags and fix region clearsChristoph Bumiller2011-02-161-8/+12
* nvc0: update the set of formats supported by the 2D engineChristoph Bumiller2011-02-161-16/+10
* nvc0: adapt to array textures interface changeChristoph Bumiller2010-12-191-70/+86
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+361