summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_link.c
Commit message (Collapse)AuthorAgeFilesLines
* svga: s/unsigned/enum tgsi_semantic/Brian Paul2017-07-111-1/+1
| | | | | | | Makes gdb debugging a little nicer. Reviewed-by: Charmaine Lee <[email protected]> Reviewed-by: Neha Bhende <[email protected]>
* svga: print shader linkage info when tgsi debug bit is onCharmaine Lee2016-06-061-2/+5
| | | | | | | | When TGSI debug flag is enabled, print the shader linkage info as well. Tested with mesa demos with SVGA_DEBUG=tgsi Reviewed-by: Brian Paul <[email protected]>
* svga: s/Elements/ARRAY_SIZE/Brian Paul2016-04-251-3/+3
| | | | | | Standardize on the later macro rather than a mix of both. Reviewed-by: Charmaine Lee <[email protected]>
* svga: add new svga_link.[ch] filesBrian Paul2015-09-021-0/+120
Signed-off-by: Brian Paul <[email protected]>