aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_vbo.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-9/+9
* nvc0: port to common fence/mm/buffer codeBen Skeggs2011-03-011-21/+22
* nvc0: improve userspace fencingChristoph Bumiller2011-02-241-2/+4
* nvc0: force vertex data through FIFO if we need to convert itChristoph Bumiller2011-02-161-1/+8
* nvc0: fix user vertex buffer updatesChristoph Bumiller2011-02-161-2/+23
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-1/+1
* nvc0: implement transform feedback stateChristoph Bumiller2011-01-301-50/+1
* nvc0: add MARK_RING where missing to avoid too many relocs errorsChristoph Bumiller2011-01-231-0/+2
* nvc0: fix and enable instanced drawing and arraysChristoph Bumiller2011-01-161-18/+35
* nvc0: update user vbufs on each draw callChristoph Bumiller2011-01-151-27/+85
* 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