Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | svga: add svga shader type in the shader variant | Charmaine Lee | 2019-03-08 | 1 | -2/+2 |
* | svga: remove obsolete code to reemit gs binding | Charmaine Lee | 2018-09-10 | 1 | -37/+0 |
* | svga: replace gotos with else clauses | Brian Paul | 2018-02-15 | 1 | -5/+4 |
* | svga: change error handling convention for svga_set_stream_output() | Brian Paul | 2017-06-30 | 1 | -2/+8 |
* | svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL) | Brian Paul | 2017-06-22 | 1 | -0/+2 |
* | svga: add guest statistic gathering interface | Charmaine Lee | 2016-08-26 | 1 | -4/+8 |
* | gallium/drivers: Sanitize NULL checks into canonical form | Edward O'Callaghan | 2015-12-06 | 1 | -3/+3 |
* | svga: remove svga_tgsi_vgpu9_translate() call in GS path | Brian Paul | 2015-10-16 | 1 | -7/+3 |
* | svga: clean up the compile_vs/gs/fs() functions | Brian Paul | 2015-09-10 | 1 | -12/+7 |
* | svga: add new svga_state_gs.c file | Brian Paul | 2015-09-02 | 1 | -0/+264 |