summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/nvc0_push.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-409/+0
2013-06-28draw/translate: fix instancingZack Rusin1-4/+4
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-38/+38
2012-03-30gallium: adapt to get_query_result interface changeMarek Olšák1-1/+1
2012-01-12nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller1-14/+60
2011-12-15nvc0: implement new stream output interfaceChristoph Bumiller1-6/+15
2011-03-13nvc0: support edge flagsChristoph Bumiller1-13/+76
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs1-2/+2
2011-03-01nvc0: port to common fence/mm/buffer codeBen Skeggs1-8/+8
2011-01-23nvc0: don't apply base vertex to per-instance arraysChristoph Bumiller1-1/+3
2011-01-16nvc0: fix and enable instanced drawing and arraysChristoph Bumiller1-7/+17
2011-01-08nvc0: fix primitive restart in immediate modeChristoph Bumiller1-9/+15
2011-01-04nvc0: fix resource unmap after vertex pushChristoph Bumiller1-8/+3
2010-12-27nvc0: implement VRAM buffer transfers with bounce buffersChristoph Bumiller1-5/+5
2010-12-21nvc0: remove unused 'buf' parameter in pipe_buffer_unmapBen Skeggs1-1/+1
2010-12-19nvc0: s/INLIN_RING/IMMED_RINGChristoph Bumiller1-1/+1
2010-12-19nvc0: add the index buffer offset where missingChristoph Bumiller1-0/+2
2010-12-09nvc0: buffer suballocation with a primitive slab allocatorChristoph Bumiller1-3/+1
2010-12-09nvc0: support primitive restartChristoph Bumiller1-11/+88
2010-11-12nvc0: import nvc0 gallium driverChristoph Bumiller1-0/+201