nouveau: switch to libdrm_nouveau-2.0
[mesa.git] / src / gallium / drivers / nvc0 / nvc0_vbo.c
2012-04-13 Christoph Bumillernouveau: switch to libdrm_nouveau-2.0
2012-04-13 Christoph Bumillernouveau: remove automatic buffer migration heuristics
2012-01-12 Christoph Bumillernvc0: fix submission of VertexID and EdgeFlag in push...
2011-12-15 Christoph Bumillernvc0: implement new stream output interface
2011-10-21 Christoph Bumillernv50,nvc0: reset per-instance state for inactive vertex...
2011-10-21 Christoph Bumillernv50,nvc0: reset base element in draw_arrays
2011-08-30 Christoph Bumillernv50,nvc0: add states mask to state validation function
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-07 Christoph Bumillernv50,nvc0: use screen instead of context for flush...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-23 Christoph Bumillernv50,nvc0: prevent pushbuf flush during ctx reloc emission
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
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 Christian KönigMerge remote branch 'origin/master' into pipe-video
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 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christoph Bumillernvc0: fix primitive restart in immediate mode
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
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