aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_miptree.c
Commit message (Expand)AuthorAgeFilesLines
* nvc0: add support for linear and buffer textures and RTsChristoph Bumiller2011-10-211-0/+3
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-3/+3
* nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-141-1/+0
* nv50,nvc0: add correct storage type for Z32_FLOATChristoph Bumiller2011-07-141-0/+6
* nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller2011-07-141-183/+185
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-1/+0
* nv50,nvc0: fix texture layer issuesChristoph Bumiller2011-03-051-23/+16
* nvc0: use format from the template on surface creationChristoph Bumiller2011-02-161-1/+1
* nvc0: correct storage type for 16 bit surface formatsChristoph Bumiller2011-02-091-2/+2
* nvc0: fix layer stride stateChristoph Bumiller2010-12-231-11/+18
* nvc0: adapt to array textures interface changeChristoph Bumiller2010-12-191-72/+65
* nvc0: use tile flags in a way compatible with nouveauChristoph Bumiller2010-12-091-20/+20
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+327