Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -12/+0 |
| | | | | | | Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> Acked-by: Jose Fonseca <[email protected]> | ||||
* | glcpp: Add test case for recently fixed loop-control underflow bug. | Carl Worth | 2013-06-03 | 1 | -0/+12 |
To trigger the bug, it suffices to have a line-continuation followed by a newline and then a non-line-continuation backslash. Reviewed-by: Kenneth Graunke <[email protected]> |