gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
[mesa.git] / src / gallium / drivers / nouveau / nv50 / nv50_vbo.c
2016-01-03 Samuel Pitoisetnv50,nvc0: optimize coherent buffer checking at draw...
2016-01-02 Ilia Mirkinnv50,nvc0: make sure there's pushbuf space and that...
2015-12-28 Ilia Mirkinnv50,nvc0: add a note when converting vertex elements...
2015-11-19 Samuel Pitoisetnv50: allow using inline vertex data submit when gl_Ver...
2015-11-19 Samuel Pitoisetnv50: add NV84_3D macro
2015-11-05 Ilia Mirkinnouveau: send back a debug message when waiting for...
2015-10-30 Samuel Pitoisetnv50: move HW queries to nv50_query_hw.c/h files
2015-10-30 Samuel Pitoisetnv50: add a header file for nv50_query
2015-09-17 Ilia Mirkinnv50,nvc0: flush texture cache in presence of coherent...
2015-09-06 Ilia Mirkinnv50: avoid using inline vertex data submit when gl_Ver...
2015-09-06 Ilia Mirkinnv50: don't flush vertex arrays when index buffer changes
2015-09-06 Ilia Mirkinnv50: clear buffer status on all vertex bufs, not just...
2015-09-06 Ilia Mirkinnv50: fix drawing from tfb, direct-to-pushbuf submits
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-07-08 Samuel Pitoisetnv50: avoid segfault with enabled but unbound vertex...
2015-06-23 Ilia Mirkinnv50,nvc0: make sure to pushbuf_refn before putting...
2014-12-31 Ilia Mirkinnv50,nvc0: set vertex id base to index_bias
2014-07-04 Ilia Mirkinnv50: do an explicit flush on draw when there are persi...
2014-05-02 Ilia Mirkinnouveau: add ARB_buffer_storage support
2014-01-18 Emil Velikovnv50: pass vtxbuf index as unsigned
2014-01-18 Emil Velikovnv50: assert before trying to out-of-bounds access...
2013-12-04 Ilia Mirkinnv50: wait on the buf's fence before sticking it into...
2013-09-11 Johannes ObermayrMove nv30, nv50 and nvc0 to nouveau.