summaryrefslogtreecommitdiffstats
path: root/src/compiler/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* nir: move shader_enums.[ch] to compilerEmil Velikov2016-01-261-0/+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]>