summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_miptree.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* nvc0: implement multisample texturesChristoph Bumiller2013-04-121-0/+2
* nvc0: fix 128 bit compressed storage type selectionChristoph Bumiller2013-04-031-1/+1
* nvc0: place staging textures in GART and map them directlyChristoph Bumiller2013-04-031-5/+20
* nvc0: add some driver statistics queriesChristoph Bumiller2013-04-031-0/+4
* nvc0: disable compressed storage type 0xdb for nowChristoph Bumiller2013-04-031-1/+3
* nvc0: enable compression when supportedChristoph Bumiller2013-03-291-3/+2
* nvc0: Add support for video bufferMaarten Lankhorst2013-01-161-8/+5
* nv50/nvc0: Build codegen in nv50.Johannes Obermayr2013-01-121-24/+2
* gallium: unify transfer functionsMarek Olšák2012-10-111-2/+0
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-39/+42
* nvc0: add NVC0_RESOURCE_FLAG_VIDEOChristoph Bumiller2011-12-181-0/+28
* 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