summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_tex.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-814/+0
* 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-16/+20
* nvc0: honour scaled coordiantes setting for linear texturesChristoph Bumiller2013-04-031-6/+5
* nvc0: add some driver statistics queriesChristoph Bumiller2013-04-031-0/+1
* nvc0: implement compute support for nve4Christoph Bumiller2013-03-121-1/+294
* nv50,nvc0: add support for cube map arraysChristoph Bumiller2012-12-071-4/+5
* nvc0: make sure handles for unbound textures/samplers are uploaded on nve4Christoph Bumiller2012-09-301-2/+6
* nv50,nvc0: implement blitChristoph Bumiller2012-09-301-4/+19
* nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller2012-04-151-6/+159
* nvc0: track texture dirty state individuallyChristoph Bumiller2012-04-141-17/+33
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-53/+47
* nvc0: add support for linear and buffer textures and RTsChristoph Bumiller2011-10-211-9/+32
* nvc0: apply first_layer offset to all resources with array_sizeChristoph Bumiller2011-10-211-3/+1
* nvc0: validate GP samplers, texturesChristoph Bumiller2011-10-211-0/+2
* nv50,nvc0: extend formats table for integer formatsChristoph Bumiller2011-10-151-1/+1
* 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