summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_vbo.c
Commit message (Expand)AuthorAgeFilesLines
* nvc0: fix primitive restart in immediate modeChristoph Bumiller2011-01-081-0/+3
* nvc0: upload user buffers only from draw info min to max indexChristoph Bumiller2011-01-081-3/+7
* nvc0: fix emission of first 3 u8 indices to RING_NIChristoph Bumiller2011-01-081-1/+1
* nvc0: fix index size method value for u8 indicesChristoph Bumiller2011-01-041-8/+2
* nvc0: rewrite the 9097 GRAPH macrosChristoph Bumiller2011-01-041-2/+2
* nvc0: use VTX_ATTR for stride 0 vertex attributesChristoph Bumiller2010-12-271-30/+69
* nvc0: s/INLIN_RING/IMMED_RINGChristoph Bumiller2010-12-191-6/+6
* nvc0: add the index buffer offset where missingChristoph Bumiller2010-12-191-0/+1
* nvc0: buffer suballocation with a primitive slab allocatorChristoph Bumiller2010-12-091-27/+70
* nvc0: index buffers are backChristoph Bumiller2010-12-091-28/+61
* nvc0: support primitive restartChristoph Bumiller2010-12-091-16/+33
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+462