aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/standalone.h
Commit message (Collapse)AuthorAgeFilesLines
* glsl/standalone: Add the ability to generate ir_builder codeIan Romanick2016-11-101-0/+1
| | | | | Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Iago Toral Quiroga <[email protected]>
* glsl: add just-log option for the standalone compiler.Alejandro PiƱeiro2016-05-261-0/+1
| | | | | | | | | | | Add an option in order to ask to just print the InfoLog, without any header or separator. Useful if we want to use the standalone compiler to track only the warning/error messages. v2: all printfs goes on its own line (Ian Romanick) v3: rebasing: move just_log to standalone.h/cpp Reviewed-by: Ian Romanick <[email protected]>
* glsl: split out libstandaloneRob Clark2016-05-251-0/+51
Split standalone glsl_compiler into a libstandalone.la and a thin main.cpp. This way drivers can re-use the glsl standalone frontend in their own standalone compilers. Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Emil Velikov <[email protected]>