Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Ensure glsl/ exists before making the lexer/parser. | Matt Turner | 2016-02-04 | 1 | -0/+2 |
| | | | | | | | Reported-by: Jan Ziak <[email protected]> Reviewed-by: Tapani Pälli <[email protected]> Reviewed-by: Iago Toral Quiroga <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93989 | ||||
* | glsl: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -1/+200 |
| | | | | | | Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> Acked-by: Jose Fonseca <[email protected]> | ||||
* | nir: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -0/+78 |
| | | | | | | Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> Acked-by: Jose Fonseca <[email protected]> | ||||
* | nir: move shader_enums.[ch] to compiler | Emil Velikov | 2016-01-26 | 1 | -1/+22 |
| | | | | | | | | | This way one can reuse it in glsl, nir or other infrastructure without pulling nir as dependency. Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> Acked-by: Jose Fonseca <[email protected]> | ||||
* | compiler: introduce a libcompiler static library | Emil Velikov | 2016-01-26 | 1 | -0/+25 |
Currently it's an empty library, although it'll be used to store common code between GLSL and NIR that is compiler specific (rather than generic as the one in src/util). XXX: strictly speaking we could add a python/mako parser to generate the relevant files instead including builtin_type_macros.h in such a manner. Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> Acked-by: Jose Fonseca <[email protected]> |