summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/nvc0_tex.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-814/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-4/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-12nvc0: implement multisample texturesChristoph Bumiller1-16/+20
2013-04-03nvc0: honour scaled coordiantes setting for linear texturesChristoph Bumiller1-6/+5
2013-04-03nvc0: add some driver statistics queriesChristoph Bumiller1-0/+1
2013-03-12nvc0: implement compute support for nve4Christoph Bumiller1-1/+294
2012-12-07nv50,nvc0: add support for cube map arraysChristoph Bumiller1-4/+5
2012-09-30nvc0: make sure handles for unbound textures/samplers are uploaded on nve4Christoph Bumiller1-2/+6
2012-09-30nv50,nvc0: implement blitChristoph Bumiller1-4/+19
2012-04-15nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller1-6/+159
2012-04-14nvc0: track texture dirty state individuallyChristoph Bumiller1-17/+33
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-53/+47
2011-10-21nvc0: add support for linear and buffer textures and RTsChristoph Bumiller1-9/+32
2011-10-21nvc0: apply first_layer offset to all resources with array_sizeChristoph Bumiller1-3/+1
2011-10-21nvc0: validate GP samplers, texturesChristoph Bumiller1-0/+2
2011-10-15nv50,nvc0: extend formats table for integer formatsChristoph Bumiller1-1/+1
2011-07-14nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller1-3/+12
2011-07-14nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller1-2/+2
2011-03-05nv50,nvc0: get format desc for TIC entry from sampler view formatChristoph Bumiller1-1/+1
2011-03-05nv50,nvc0: share sampler state creationChristoph Bumiller1-4/+5
2011-03-05nv50,nvc0: update the format tablesChristoph Bumiller1-9/+16
2011-03-05nv50,nvc0: fix texture layer issuesChristoph Bumiller1-3/+12
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs1-1/+1
2011-03-01nvc0: port to common fence/mm/buffer codeBen Skeggs1-6/+7
2011-02-24nvc0: sync textures with render targets ourselvesChristoph Bumiller1-0/+7
2010-12-27nvc0: implement VRAM buffer transfers with bounce buffersChristoph Bumiller1-2/+0
2010-12-21nvc0: BEGIN_RING->BEGIN_RING_NI in a couple of placesBen Skeggs1-1/+1
2010-12-19nvc0: adapt to array textures interface changeChristoph Bumiller1-4/+17
2010-12-09nvc0: write texture address to TIC with a RELOCChristoph Bumiller1-4/+19
2010-11-12nvc0: import nvc0 gallium driverChristoph Bumiller1-0/+251