summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_state_gs.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-30svga: update timespan in copyright messageMartin Krastev1-1/+1
2024-04-30svga: convert license block to SPDXMartin Krastev1-24/+6
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-1/+1
2023-05-25svga: remove unused tgsi includesThomas H.P. Andersen1-1/+0
2022-05-14svga: add svga_compile_shader helper functionCharmaine Lee1-49/+14
2022-05-14svga: create svga_shader_infoCharmaine Lee1-5/+2
2022-01-18svga: add GL43 resource validation at draw timeNeha Bhende1-1/+5
2020-06-05svga: Add GL4.1(compatibility profile) support in svga driverNeha Bhende1-3/+14
2019-03-08svga: add svga shader type in the shader variantCharmaine Lee1-2/+2
2018-09-10svga: remove obsolete code to reemit gs bindingCharmaine Lee1-37/+0
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