Support suffixes for floats and doubles (none were supported in 110).
Add preprocessor support for parsing doubles. Add double support to the flex stage. Put in some of the basic double supported needed in the front end. Add generic support for version numbers in the preprocessor, and the core, compatibility, and es profiles. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@19949 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Showing
- glslang/Include/BaseTypes.h 1 addition, 0 deletionsglslang/Include/BaseTypes.h
- glslang/Include/ConstantUnion.h 30 additions, 0 deletionsglslang/Include/ConstantUnion.h
- glslang/Include/Types.h 1 addition, 0 deletionsglslang/Include/Types.h
- glslang/Include/intermediate.h 1 addition, 0 deletionsglslang/Include/intermediate.h
- glslang/MachineIndependent/Intermediate.cpp 4 additions, 3 deletionsglslang/MachineIndependent/Intermediate.cpp
- glslang/MachineIndependent/SymbolTable.cpp 1 addition, 0 deletionsglslang/MachineIndependent/SymbolTable.cpp
- glslang/MachineIndependent/glslang.l 701 additions, 693 deletionsglslang/MachineIndependent/glslang.l
- glslang/MachineIndependent/glslang.y 4 additions, 3 deletionsglslang/MachineIndependent/glslang.y
- glslang/MachineIndependent/intermOut.cpp 9 additions, 0 deletionsglslang/MachineIndependent/intermOut.cpp
- glslang/MachineIndependent/preprocessor/compile.h 4 additions, 0 deletionsglslang/MachineIndependent/preprocessor/compile.h
- glslang/MachineIndependent/preprocessor/cpp.c 21 additions, 7 deletionsglslang/MachineIndependent/preprocessor/cpp.c
- glslang/MachineIndependent/preprocessor/cppstruct.c 2 additions, 0 deletionsglslang/MachineIndependent/preprocessor/cppstruct.c
- glslang/MachineIndependent/preprocessor/parser.h 1 addition, 0 deletionsglslang/MachineIndependent/preprocessor/parser.h
- glslang/MachineIndependent/preprocessor/scanner.c 60 additions, 64 deletionsglslang/MachineIndependent/preprocessor/scanner.c
- glslang/MachineIndependent/preprocessor/slglobals.h 2 additions, 0 deletionsglslang/MachineIndependent/preprocessor/slglobals.h
Loading
Please register or sign in to comment