aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_state_gs.c
Commit message (Expand)AuthorAgeFilesLines
* svga: add svga shader type in the shader variantCharmaine Lee2019-03-081-2/+2
* svga: remove obsolete code to reemit gs bindingCharmaine Lee2018-09-101-37/+0
* svga: replace gotos with else clausesBrian Paul2018-02-151-5/+4
* svga: change error handling convention for svga_set_stream_output()Brian Paul2017-06-301-2/+8
* svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL)Brian Paul2017-06-221-0/+2
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-4/+8
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-3/+3
* svga: remove svga_tgsi_vgpu9_translate() call in GS pathBrian Paul2015-10-161-7/+3
* svga: clean up the compile_vs/gs/fs() functionsBrian Paul2015-09-101-12/+7
* svga: add new svga_state_gs.c fileBrian Paul2015-09-021-0/+264