summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_vbo.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-891/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* nvc0: add some driver statistics queriesChristoph Bumiller2013-04-031-0/+10
* nvc0: Fix memory leak.Vinson Lee2013-02-011-0/+1
* nv50,nvc0: handle user vertex buffersChristoph Bumiller2012-05-171-149/+228
* nv50,nvc0: handle user index buffersChristoph Bumiller2012-05-171-15/+8
* nv50,nvc0: fix handling of user vbufs with stride < access sizeChristoph Bumiller2012-04-141-16/+29
* nvc0: prefix all macro methods with MACROChristoph Bumiller2012-04-141-1/+1
* nvc0: replace VERTEX_DATA push mode with translate to bufferChristoph Bumiller2012-04-141-53/+105
* nvc0: improve vertex state validationChristoph Bumiller2012-04-141-86/+103
* nv50,nvc0: use new scratch buffers codeChristoph Bumiller2012-04-141-27/+23
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-130/+172
* nouveau: remove automatic buffer migration heuristicsChristoph Bumiller2012-04-141-3/+0
* nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller2012-01-121-1/+2
* nvc0: implement new stream output interfaceChristoph Bumiller2011-12-151-0/+35
* nv50,nvc0: reset per-instance state for inactive vertex elementsChristoph Bumiller2011-10-211-0/+2
* nv50,nvc0: reset base element in draw_arraysChristoph Bumiller2011-10-211-0/+5
* nv50,nvc0: add states mask to state validation functionChristoph Bumiller2011-08-301-1/+2
* nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller2011-07-071-4/+3
* nv50,nvc0: prevent pushbuf flush during ctx reloc emissionChristoph Bumiller2011-06-241-10/+5
* nv50,nvc0: don't assert on cso with 0 vertex elementsChristoph Bumiller2011-03-131-2/+0
* nvc0: support edge flagsChristoph Bumiller2011-03-131-1/+1
* 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