OSDN Git Service

glsl: split out libstandalone
authorRob Clark <robclark@freedesktop.org>
Sat, 14 May 2016 15:59:26 +0000 (11:59 -0400)
committerRob Clark <robclark@freedesktop.org>
Wed, 25 May 2016 20:31:15 +0000 (16:31 -0400)
commit0f982bb67d64673f73096f7c536a5e29756c5c6f
tree8ad48ef10dd666b090a5298dbe3e2cf5021a93a7
parentec434d940d9ade664ed9ddf74760ce1dcc432718
glsl: split out libstandalone

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 <robclark@freedesktop.org>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/compiler/Makefile.glsl.am
src/compiler/Makefile.sources
src/compiler/SConscript.glsl
src/compiler/glsl/main.cpp
src/compiler/glsl/standalone.cpp [new file with mode: 0644]
src/compiler/glsl/standalone.h [new file with mode: 0644]