summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_pipe_streamout.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-11svga: s/unsigned/enum tgsi_semantic/Brian Paul1-1/+2
2017-06-30svga: change error handling convention for svga_set_stream_output()Brian Paul1-8/+5
2017-06-27svga: do not unconditionally enable streamout bind flagCharmaine Lee1-4/+4
2017-06-27svga: pass tobind_flags to svga_buffer_handleCharmaine Lee1-1/+2
2016-03-21svga: rebind stream output targetsCharmaine Lee1-0/+19
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-1/+1
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-1/+1
2015-09-02svga: add new svga_pipe_streamout.c fileBrian Paul1-0/+320