summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_state_gs.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-15svga: replace gotos with else clausesBrian Paul1-5/+4
2017-06-30svga: change error handling convention for svga_set_stream_output()Brian Paul1-2/+8
2017-06-22svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL)Brian Paul1-0/+2
2016-08-26svga: add guest statistic gathering interfaceCharmaine Lee1-4/+8
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-3/+3
2015-10-16svga: remove svga_tgsi_vgpu9_translate() call in GS pathBrian Paul1-7/+3
2015-09-10svga: clean up the compile_vs/gs/fs() functionsBrian Paul1-12/+7
2015-09-02svga: add new svga_state_gs.c fileBrian Paul1-0/+264