summaryrefslogtreecommitdiffstats
path: root/src/glsl/shader_enums.c
Commit message (Collapse)AuthorAgeFilesLines
* glsl: add SYSTEM_VALUE_VERTEX_CNTRob Clark2015-09-171-0/+1
| | | | | | | | | Used internally in freedreno/ir3 to calc stream-out position. Seems like a generic enough way to implement stream-out (using str instrs), plus it avoids compiler warnings by sneaking in a non-enum value in switch statements. Signed-off-by: Rob Clark <[email protected]>
* glsl: shader-enum to name debug fxnsRob Clark2015-09-161-0/+204
Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Iago Toral Quiroga <[email protected]>