glsl: move to compiler/

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Acked-by: Matt Turner <mattst88@gmail.com>
Acked-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Emil Velikov
2016-01-18 12:16:48 +02:00
committed by Emil Velikov
parent a39a8fbbaa
commit eb63640c1d
497 changed files with 498 additions and 84 deletions

View File

@@ -20,3 +20,5 @@ compiler = env.ConvenienceLibrary(
source = sources
)
Export('compiler')
SConscript('glsl/SConscript')