summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv50/nv50_vbo.c
Commit message (Expand)AuthorAgeFilesLines
* nv50: allow using inline vertex data submit when gl_VertexID is usedSamuel Pitoiset2015-11-191-10/+1
* nv50: add NV84_3D macroSamuel Pitoiset2015-11-191-2/+2
* nouveau: send back a debug message when waiting for a fence to completeIlia Mirkin2015-11-051-1/+1
* nv50: move HW queries to nv50_query_hw.c/h filesSamuel Pitoiset2015-10-301-2/+3
* nv50: add a header file for nv50_querySamuel Pitoiset2015-10-301-1/+2
* nv50,nvc0: flush texture cache in presence of coherent bufsIlia Mirkin2015-09-171-0/+19
* nv50: avoid using inline vertex data submit when gl_VertexID is usedIlia Mirkin2015-09-051-1/+10
* nv50: don't flush vertex arrays when index buffer changesIlia Mirkin2015-09-051-4/+0
* nv50: clear buffer status on all vertex bufs, not just the first oneIlia Mirkin2015-09-051-1/+0
* nv50: fix drawing from tfb, direct-to-pushbuf submitsIlia Mirkin2015-09-051-3/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-3/+3
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-16/+16
* nv50: avoid segfault with enabled but unbound vertex attribSamuel Pitoiset2015-07-081-0/+5
* nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_dataIlia Mirkin2015-06-231-0/+1
* nv50,nvc0: set vertex id base to index_biasIlia Mirkin2014-12-301-0/+8
* nv50: do an explicit flush on draw when there are persistent buffersIlia Mirkin2014-07-031-1/+28
* nouveau: add ARB_buffer_storage supportIlia Mirkin2014-05-021-0/+12
* nv50: pass vtxbuf index as unsignedEmil Velikov2014-01-181-1/+1
* nv50: assert before trying to out-of-bounds access vtxbufEmil Velikov2014-01-181-1/+11
* nv50: wait on the buf's fence before sticking it into pushbufIlia Mirkin2013-12-041-0/+9
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+820