Merge branch 'xa_branch'
[mesa.git] / src / gallium / drivers / nvc0 / nvc0_vbo.c
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-23 Christoph Bumillernv50,nvc0: prevent pushbuf flush during ctx reloc emission
2011-03-13 Christoph Bumillernv50,nvc0: don't assert on cso with 0 vertex elements
2011-03-13 Christoph Bumillernvc0: support edge flags
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-01 Ben Skeggsnouveau: ensure vbo_dirty is set when buffer write...
2011-03-01 Ben Skeggsnvc0: port to common fence/mm/buffer code
2011-02-24 Christoph Bumillernvc0: improve userspace fencing
2011-02-16 Christoph Bumillernvc0: force vertex data through FIFO if we need to...
2011-02-16 Christoph Bumillernvc0: fix user vertex buffer updates
2011-02-14 Marek Olšákgallium: remove pipe_vertex_buffer::max_index
2011-01-30 Christoph Bumillernvc0: implement transform feedback state
2011-01-23 Christoph Bumillernvc0: add MARK_RING where missing to avoid too many...
2011-01-16 Christoph Bumillernvc0: fix and enable instanced drawing and arrays
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-15 Christoph Bumillernvc0: update user vbufs on each draw call
2011-01-08 Christoph Bumillernvc0: fix primitive restart in immediate mode
2011-01-08 Christoph Bumillernvc0: upload user buffers only from draw info min to...
2011-01-08 Christoph Bumillernvc0: fix emission of first 3 u8 indices to RING_NI
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Christoph Bumillernvc0: fix index size method value for u8 indices
2011-01-04 Christoph Bumillernvc0: rewrite the 9097 GRAPH macros
2010-12-27 Christoph Bumillernvc0: use VTX_ATTR for stride 0 vertex attributes
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-19 Christoph Bumillernvc0: s/INLIN_RING/IMMED_RING
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-19 Christoph Bumillernvc0: add the index buffer offset where missing
2010-12-09 Christoph Bumillernvc0: buffer suballocation with a primitive slab allocator
2010-12-09 Christoph Bumillernvc0: index buffers are back
2010-12-09 Christoph Bumillernvc0: support primitive restart
2010-11-12 Christoph Bumillernvc0: import nvc0 gallium driver