Create a base GLSL front-end from the 3Dlabs glslang front-end from 20-Sep-2005.
authorJohn Kessenich <cepheus@frii.com>
Wed, 12 Dec 2012 21:15:54 +0000 (21:15 +0000)
committerJohn Kessenich <cepheus@frii.com>
Wed, 12 Dec 2012 21:15:54 +0000 (21:15 +0000)
commita0af473a8bedbff4df6152bc6732ed6548a96150
tree5c92d9c10298f886d9ab1ec54762059682ffb0a2
Create a base GLSL front-end from the 3Dlabs glslang front-end from 20-Sep-2005.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@19944 e7fa87d3-cd2b-0410-9028-fcbf551c1848
80 files changed:
BuildLinux.sh [new file with mode: 0755]
OGLCompilersDLL/InitializeDll.cpp [new file with mode: 0644]
OGLCompilersDLL/InitializeDll.h [new file with mode: 0644]
OGLCompilersDLL/Makefile [new file with mode: 0644]
README.txt [new file with mode: 0644]
StandAlone.sln [new file with mode: 0644]
StandAlone.vcproj [new file with mode: 0644]
StandAlone/Makefile [new file with mode: 0644]
StandAlone/StandAlone.cpp [new file with mode: 0644]
StandAlone/sample.frag [new file with mode: 0644]
StandAlone/sample.frag.out [new file with mode: 0644]
StandAlone/sample.vert [new file with mode: 0644]
StandAlone/sample.vert.out [new file with mode: 0644]
glslang.vcproj [new file with mode: 0644]
glslang/GenericCodeGen/CodeGen.cpp [new file with mode: 0644]
glslang/GenericCodeGen/Link.cpp [new file with mode: 0644]
glslang/GenericCodeGen/Makefile [new file with mode: 0644]
glslang/Include/BaseTypes.h [new file with mode: 0644]
glslang/Include/Common.h [new file with mode: 0644]
glslang/Include/ConstantUnion.h [new file with mode: 0644]
glslang/Include/InfoSink.h [new file with mode: 0644]
glslang/Include/InitializeGlobals.h [new file with mode: 0644]
glslang/Include/InitializeParseContext.h [new file with mode: 0644]
glslang/Include/PoolAlloc.h [new file with mode: 0644]
glslang/Include/ResourceLimits.h [new file with mode: 0644]
glslang/Include/ShHandle.h [new file with mode: 0644]
glslang/Include/Types.h [new file with mode: 0644]
glslang/Include/intermediate.h [new file with mode: 0644]
glslang/MachineIndependent/InfoSink.cpp [new file with mode: 0644]
glslang/MachineIndependent/Initialize.cpp [new file with mode: 0644]
glslang/MachineIndependent/Initialize.h [new file with mode: 0644]
glslang/MachineIndependent/IntermTraverse.cpp [new file with mode: 0644]
glslang/MachineIndependent/Intermediate.cpp [new file with mode: 0644]
glslang/MachineIndependent/MMap.h [new file with mode: 0644]
glslang/MachineIndependent/Makefile [new file with mode: 0644]
glslang/MachineIndependent/ParseHelper.cpp [new file with mode: 0644]
glslang/MachineIndependent/ParseHelper.h [new file with mode: 0644]
glslang/MachineIndependent/PoolAlloc.cpp [new file with mode: 0644]
glslang/MachineIndependent/QualifierAlive.cpp [new file with mode: 0644]
glslang/MachineIndependent/QualifierAlive.h [new file with mode: 0644]
glslang/MachineIndependent/RemoveTree.cpp [new file with mode: 0644]
glslang/MachineIndependent/RemoveTree.h [new file with mode: 0644]
glslang/MachineIndependent/ShaderLang.cpp [new file with mode: 0644]
glslang/MachineIndependent/SymbolTable.cpp [new file with mode: 0644]
glslang/MachineIndependent/SymbolTable.h [new file with mode: 0644]
glslang/MachineIndependent/glslang.l [new file with mode: 0644]
glslang/MachineIndependent/glslang.y [new file with mode: 0644]
glslang/MachineIndependent/intermOut.cpp [new file with mode: 0644]
glslang/MachineIndependent/localintermediate.h [new file with mode: 0644]
glslang/MachineIndependent/parseConst.cpp [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/Makefile [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/atom.c [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/atom.h [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/compile.h [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/cpp.c [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/cpp.h [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/cppstruct.c [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/memory.c [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/memory.h [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/parser.h [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/preprocess.h [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/scanner.c [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/scanner.h [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/slglobals.h [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/symbols.c [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/symbols.h [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/tokens.c [new file with mode: 0644]
glslang/MachineIndependent/preprocessor/tokens.h [new file with mode: 0644]
glslang/MachineIndependent/unistd.h [new file with mode: 0644]
glslang/OSDependent/Linux/Makefile [new file with mode: 0644]
glslang/OSDependent/Linux/osinclude.h [new file with mode: 0644]
glslang/OSDependent/Linux/ossource.cpp [new file with mode: 0644]
glslang/OSDependent/Windows/main.cpp [new file with mode: 0644]
glslang/OSDependent/Windows/osinclude.h [new file with mode: 0644]
glslang/OSDependent/Windows/ossource.cpp [new file with mode: 0644]
glslang/Public/ShaderLang.h [new file with mode: 0644]
tools/bison.exe [new file with mode: 0644]
tools/bison.hairy [new file with mode: 0644]
tools/bison.simple [new file with mode: 0644]
tools/flex.exe [new file with mode: 0644]