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

@@ -6,7 +6,6 @@ if env['platform'] == 'windows':
SConscript('util/SConscript')
SConscript('compiler/SConscript')
SConscript('glsl/SConscript')
if env['hostonly']:
# We are just compiling the things necessary on the host for cross