Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: add SYSTEM_VALUE_VERTEX_CNT | Rob Clark | 2015-09-17 | 1 | -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 fxns | Rob Clark | 2015-09-16 | 1 | -0/+204 |
Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Iago Toral Quiroga <[email protected]> |