aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_pipe_streamout.c
Commit message (Expand)AuthorAgeFilesLines
* svga: s/unsigned/enum tgsi_semantic/Brian Paul2017-07-111-1/+2
* svga: change error handling convention for svga_set_stream_output()Brian Paul2017-06-301-8/+5
* svga: do not unconditionally enable streamout bind flagCharmaine Lee2017-06-271-4/+4
* svga: pass tobind_flags to svga_buffer_handleCharmaine Lee2017-06-271-1/+2
* svga: rebind stream output targetsCharmaine Lee2016-03-211-0/+19
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-1/+1
* svga: add new svga_pipe_streamout.c fileBrian Paul2015-09-021-0/+320