summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_push.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-38/+38
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-1/+1
* nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller2012-01-121-14/+60
* nvc0: implement new stream output interfaceChristoph Bumiller2011-12-151-6/+15
* nvc0: support edge flagsChristoph Bumiller2011-03-131-13/+76
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-2/+2
* nvc0: port to common fence/mm/buffer codeBen Skeggs2011-03-011-8/+8
* nvc0: don't apply base vertex to per-instance arraysChristoph Bumiller2011-01-231-1/+3
* nvc0: fix and enable instanced drawing and arraysChristoph Bumiller2011-01-161-7/+17
* nvc0: fix primitive restart in immediate modeChristoph Bumiller2011-01-081-9/+15
* nvc0: fix resource unmap after vertex pushChristoph Bumiller2011-01-041-8/+3
* nvc0: implement VRAM buffer transfers with bounce buffersChristoph Bumiller2010-12-271-5/+5
* nvc0: remove unused 'buf' parameter in pipe_buffer_unmapBen Skeggs2010-12-211-1/+1
* nvc0: s/INLIN_RING/IMMED_RINGChristoph Bumiller2010-12-191-1/+1
* nvc0: add the index buffer offset where missingChristoph Bumiller2010-12-191-0/+2
* nvc0: buffer suballocation with a primitive slab allocatorChristoph Bumiller2010-12-091-3/+1
* nvc0: support primitive restartChristoph Bumiller2010-12-091-11/+88
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+201