summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/nvc0_vbo.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-891/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-4/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-03nvc0: add some driver statistics queriesChristoph Bumiller1-0/+10
2013-02-01nvc0: Fix memory leak.Vinson Lee1-0/+1
2012-05-17nv50,nvc0: handle user vertex buffersChristoph Bumiller1-149/+228
2012-05-17nv50,nvc0: handle user index buffersChristoph Bumiller1-15/+8
2012-04-14nv50,nvc0: fix handling of user vbufs with stride < access sizeChristoph Bumiller1-16/+29
2012-04-14nvc0: prefix all macro methods with MACROChristoph Bumiller1-1/+1
2012-04-14nvc0: replace VERTEX_DATA push mode with translate to bufferChristoph Bumiller1-53/+105
2012-04-14nvc0: improve vertex state validationChristoph Bumiller1-86/+103
2012-04-14nv50,nvc0: use new scratch buffers codeChristoph Bumiller1-27/+23
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-130/+172
2012-04-14nouveau: remove automatic buffer migration heuristicsChristoph Bumiller1-3/+0
2012-01-12nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller1-1/+2
2011-12-15nvc0: implement new stream output interfaceChristoph Bumiller1-0/+35
2011-10-21nv50,nvc0: reset per-instance state for inactive vertex elementsChristoph Bumiller1-0/+2
2011-10-21nv50,nvc0: reset base element in draw_arraysChristoph Bumiller1-0/+5
2011-08-30nv50,nvc0: add states mask to state validation functionChristoph Bumiller1-1/+2
2011-07-07nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller1-4/+3
2011-06-24nv50,nvc0: prevent pushbuf flush during ctx reloc emissionChristoph Bumiller1-10/+5
2011-03-13nv50,nvc0: don't assert on cso with 0 vertex elementsChristoph Bumiller1-2/+0
2011-03-13nvc0: support edge flagsChristoph Bumiller1-1/+1
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs1-9/+9
2011-03-01nvc0: port to common fence/mm/buffer codeBen Skeggs1-21/+22
2011-02-24nvc0: improve userspace fencingChristoph Bumiller1-2/+4
2011-02-16nvc0: force vertex data through FIFO if we need to convert itChristoph Bumiller1-1/+8
2011-02-16nvc0: fix user vertex buffer updatesChristoph Bumiller1-2/+23
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák1-1/+1
2011-01-30nvc0: implement transform feedback stateChristoph Bumiller1-50/+1
2011-01-23nvc0: add MARK_RING where missing to avoid too many relocs errorsChristoph Bumiller1-0/+2
2011-01-16nvc0: fix and enable instanced drawing and arraysChristoph Bumiller1-18/+35
2011-01-15nvc0: update user vbufs on each draw callChristoph Bumiller1-27/+85
2011-01-08nvc0: fix primitive restart in immediate modeChristoph Bumiller1-0/+3
2011-01-08nvc0: upload user buffers only from draw info min to max indexChristoph Bumiller1-3/+7
2011-01-08nvc0: fix emission of first 3 u8 indices to RING_NIChristoph Bumiller1-1/+1
2011-01-04nvc0: fix index size method value for u8 indicesChristoph Bumiller1-8/+2
2011-01-04nvc0: rewrite the 9097 GRAPH macrosChristoph Bumiller1-2/+2
2010-12-27nvc0: use VTX_ATTR for stride 0 vertex attributesChristoph Bumiller1-30/+69
2010-12-19nvc0: s/INLIN_RING/IMMED_RINGChristoph Bumiller1-6/+6
2010-12-19nvc0: add the index buffer offset where missingChristoph Bumiller1-0/+1
2010-12-09nvc0: buffer suballocation with a primitive slab allocatorChristoph Bumiller1-27/+70
2010-12-09nvc0: index buffers are backChristoph Bumiller1-28/+61
2010-12-09nvc0: support primitive restartChristoph Bumiller1-16/+33
2010-11-12nvc0: import nvc0 gallium driverChristoph Bumiller1-0/+462