summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_surface.c
Commit message (Expand)AuthorAgeFilesLines
* nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller2012-04-151-1/+1
* nvc0: prefix all macro methods with MACROChristoph Bumiller2012-04-141-4/+4
* nvc0: track texture dirty state individuallyChristoph Bumiller2012-04-141-0/+4
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-202/+198
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-7/+0
* nvc0: implement new stream output interfaceChristoph Bumiller2011-12-151-2/+4
* nvc0: add support for linear and buffer textures and RTsChristoph Bumiller2011-10-211-36/+57
* nvc0: fix clear_render_target/depth_stencil regionChristoph Bumiller2011-10-211-19/+21
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-6/+6
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-10/+11
* nvc0: implement resource_resolveChristoph Bumiller2011-09-141-1/+514
* nv50,nvc0: add states mask to state validation functionChristoph Bumiller2011-08-301-5/+1
* nv50,nvc0: never convert in resource copy when format sizes matchChristoph Bumiller2011-08-071-1/+8
* 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