aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_state_validate.c
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-141-0/+30
* nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller2011-07-141-6/+6
* nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller2011-07-071-2/+1
* nvc0: fix viewport rectangle calculationChristoph Bumiller2011-04-171-5/+7
* nvc0: shrink CSOs a littleChristoph Bumiller2011-04-101-4/+3
* nv50,nvc0: fix pipe context switchChristoph Bumiller2011-03-131-5/+32
* nv50,nvc0: clean up flushesChristoph Bumiller2011-03-131-2/+3
* nvc0: don't enable early-z if alpha test is enabledChristoph Bumiller2011-03-131-0/+15
* nvc0: move sprite coord replace state into csoChristoph Bumiller2011-03-131-27/+0
* nv50,nvc0: fix texture layer issuesChristoph Bumiller2011-03-051-3/+7
* nvc0: port to common fence/mm/buffer codeBen Skeggs2011-03-011-9/+9
* nvc0: sprite coord enable is per GENERIC, not overall indexChristoph Bumiller2011-02-241-5/+3
* nvc0: sync textures with render targets ourselvesChristoph Bumiller2011-02-241-0/+16
* nvc0: fix clipping and use VIEWPORT instead of SCISSORChristoph Bumiller2011-02-161-59/+41
* nvc0: implement transform feedback stateChristoph Bumiller2011-01-301-1/+2
* nvc0: implement point coord replacementChristoph Bumiller2011-01-231-0/+29
* nvc0: add MARK_RING where missing to avoid too many relocs errorsChristoph Bumiller2011-01-231-2/+9
* nvc0: fix layer stride stateChristoph Bumiller2010-12-231-2/+2
* nvc0: s/INLIN_RING/IMMED_RINGChristoph Bumiller2010-12-191-1/+1
* nvc0: adapt to array textures interface changeChristoph Bumiller2010-12-191-13/+20
* nvc0: fix clipping with scissors/viewportChristoph Bumiller2010-12-191-10/+49
* nvc0: switch to the proper constants upload pathChristoph Bumiller2010-12-191-5/+6
* nvc0: support user clip planesChristoph Bumiller2010-12-111-0/+17
* nvc0: upload constants with m2mf for the time beingChristoph Bumiller2010-12-091-24/+62
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+328