aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv50/nv50_vbo.c
Commit message (Expand)AuthorAgeFilesLines
* 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