summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_state.c
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: share sampler state creationChristoph Bumiller2011-03-051-92/+8
* nv50,nvc0: update the format tablesChristoph Bumiller2011-03-051-1/+1
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-57/+59
* nvc0: port to common fence/mm/buffer codeBen Skeggs2011-03-011-2/+1
* nvc0: multiply polygon offset units by 2Christoph Bumiller2011-02-241-1/+1
* nvc0: fix blend factor mappingChristoph Bumiller2011-02-161-31/+26
* nvc0: fix clipping and use VIEWPORT instead of SCISSORChristoph Bumiller2011-02-161-3/+3
* nvc0: front stencil mask and func mask methods are swappedChristoph Bumiller2011-02-161-5/+7
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+3
* nvc0: implement transform feedback stateChristoph Bumiller2011-01-301-0/+73
* nvc0: identify POINT_RASTER_RULES, add POINT_SMOOTH stateChristoph Bumiller2011-01-131-0/+1
* nvc0: reference the vertex buffersChristoph Bumiller2010-12-271-0/+6
* nvc0: implement VRAM buffer transfers with bounce buffersChristoph Bumiller2010-12-271-0/+4
* nvc0: use most defs/decls from nouveau_pushbuf.hChristoph Bumiller2010-12-231-13/+13
* nvc0: fix clipping with scissors/viewportChristoph Bumiller2010-12-191-0/+4
* nvc0: support user clip planesChristoph Bumiller2010-12-111-0/+5
* nvc0: fix FACE state and and handle FACE sysval/varying offsetChristoph Bumiller2010-12-101-19/+15
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+849