glslang-zig/glslang/MachineIndependent
2013-10-11 17:29:19 +00:00
..
preprocessor Make ES 100 gl_FragData be a mediump, and fix some warnings from g++. 2013-10-04 03:05:45 +00:00
Constant.cpp Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
glslang.y Generalize the symbol hierarchy to transparently handle anonymous-block members better. 2013-10-11 17:29:19 +00:00
InfoSink.cpp Make some portability improvements identified by Christophe: A few size_t, a couple "../Include", and a whole bunch of parenthesizing "(A && B) || (C && D)", because some compilers don't believe humans know && is higher precedence than ||. 2013-10-04 02:27:06 +00:00
Initialize.cpp Memory management hygiene: Use compare() instead of substr(), and put a few more things intrinsically in the memory pool. 2013-10-11 16:28:43 +00:00
Initialize.h Improve robustness of extension checking, and its intersection with ES 100 features. 2013-10-04 21:09:36 +00:00
Intermediate.cpp Generalize the symbol hierarchy to transparently handle anonymous-block members better. 2013-10-11 17:29:19 +00:00
intermOut.cpp Make ES 100 gl_FragData be a mediump, and fix some warnings from g++. 2013-10-04 03:05:45 +00:00
IntermTraverse.cpp Put all glslang internals (but not the external interface) into the glslang namespace. 2013-08-29 00:39:25 +00:00
localintermediate.h Generalize the symbol hierarchy to transparently handle anonymous-block members better. 2013-10-11 17:29:19 +00:00
Makefile Linux abs() needs to be fabs(); a few other minor Linux tweaks. 2013-08-05 16:36:49 +00:00
parseConst.cpp Make ES 100 gl_FragData be a mediump, and fix some warnings from g++. 2013-10-04 03:05:45 +00:00
ParseHelper.cpp Generalize the symbol hierarchy to transparently handle anonymous-block members better. 2013-10-11 17:29:19 +00:00
ParseHelper.h Generalize the symbol hierarchy to transparently handle anonymous-block members better. 2013-10-11 17:29:19 +00:00
PoolAlloc.cpp Make some portability improvements identified by Christophe: A few size_t, a couple "../Include", and a whole bunch of parenthesizing "(A && B) || (C && D)", because some compilers don't believe humans know && is higher precedence than ||. 2013-10-04 02:27:06 +00:00
QualifierAlive.cpp Put all glslang internals (but not the external interface) into the glslang namespace. 2013-08-29 00:39:25 +00:00
QualifierAlive.h Put all glslang internals (but not the external interface) into the glslang namespace. 2013-08-29 00:39:25 +00:00
RemoveTree.cpp Option rationalization and minor clean up. 2013-08-31 02:41:30 +00:00
RemoveTree.h Put all glslang internals (but not the external interface) into the glslang namespace. 2013-08-29 00:39:25 +00:00
Scan.cpp Make some portability improvements identified by Christophe: A few size_t, a couple "../Include", and a whole bunch of parenthesizing "(A && B) || (C && D)", because some compilers don't believe humans know && is higher precedence than ||. 2013-10-04 02:27:06 +00:00
Scan.h Make some portability improvements identified by Christophe: A few size_t, a couple "../Include", and a whole bunch of parenthesizing "(A && B) || (C && D)", because some compilers don't believe humans know && is higher precedence than ||. 2013-10-04 02:27:06 +00:00
ScanContext.h Put all glslang internals (but not the external interface) into the glslang namespace. 2013-08-29 00:39:25 +00:00
ShaderLang.cpp Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
SymbolTable.cpp Generalize the symbol hierarchy to transparently handle anonymous-block members better. 2013-10-11 17:29:19 +00:00
SymbolTable.h Generalize the symbol hierarchy to transparently handle anonymous-block members better. 2013-10-11 17:29:19 +00:00
unistd.h Create a base GLSL front-end from the 3Dlabs glslang front-end from 20-Sep-2005. 2012-12-12 21:15:54 +00:00
Versions.cpp Improve robustness of extension checking, and its intersection with ES 100 features. 2013-10-04 21:09:36 +00:00
Versions.h Improve robustness of extension checking, and its intersection with ES 100 features. 2013-10-04 21:09:36 +00:00