remove bison-generated header from library dependencies
[platform/upstream/glslang.git] / StandAlone /
2014-03-11 John Kessenichupdate Linux build for latest CMake changes from Windows
2014-03-11 John KessenichAdd CMake support for Visual Studio and installation...
2014-02-19 John KessenichMake 64-bit VS compile clean. Mostly size_t vs. int...
2014-02-19 John KessenichCheck in a much improved submitted set of makefiles...
2014-02-19 John KessenichAdd submitted CMake files for Linux builds. All existi...
2014-02-19 John KessenichCheck-in a couple submitted char* string portability...
2014-02-18 John KessenichFix the few non-portable uses of "char" (where a -1...
2014-01-26 John KessenichGL_ARB_enhanced_layouts, part 4: Numerical side of...
2013-12-11 John KessenichTessellation partial implementation (not ready for...
2013-12-04 John KessenichAdd a versioning system and tie it to the -v command...
2013-11-14 John KessenichAdd GetEsslVersionString() and GetGlslVersionString().
2013-11-07 John KessenichComplete hook up all the compile/link errors to the...
2013-11-07 John KessenichStop emitting the "#version missing" warning, and hook...
2013-11-07 John KessenichAdd and partially implement an interface for doing...
2013-11-01 John KessenichInterface and naming improvements:
2013-11-01 John KessenichInclude per-shader and per-program pools in the new...
2013-10-28 John KessenichImprove preprocessor by using GLSL scanner, allowing...
2013-10-22 John KessenichAdd built-in constants through version 440. Some still...
2013-10-16 John KessenichAdd all built-in variables for all versions/profiles...
2013-10-11 John KessenichMemory management hygiene: Use compare() instead of...
2013-10-02 John KessenichAdd the following ESSL 2.0 (#version 100) limitations...
2013-09-17 John KessenichAdd optional configuration file for specifying (existin...
2013-09-06 John KessenichEnsure the shared symbol table levels are read-only...
2013-09-04 John KessenichAdd link validation infrastructure for multiple compila...
2013-08-31 John KessenichOption rationalization and minor clean up.
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-08-09 John KessenichPut in infrastructure for tessellation, geometry, and...
2013-08-05 John KessenichTrack expected test results and add more README informa...
2013-08-03 John KessenichSet up infrastructure for installing an executable...
2013-07-31 John KessenichMake previous check in compile correctly on linux.
2013-07-31 John KessenichImprove multi-threading and move Standalone to a multi...
2013-07-08 John KessenichFinal linux tweak.
2013-07-08 John KessenichA few linux improvements/fixes for the previous check in.
2013-06-26 John KessenichHandle bad input file.
2013-06-25 John KessenichRemove the -a option, it doesn't belong here.
2013-06-25 John KessenichAdd scanner that can find '#version' across an array...
2013-05-05 John KessenichMake the PP report an error on undefined macro in ...
2013-04-17 John KessenichPut memory counter stuff in #ifdef _WIN32.
2013-04-14 John KessenichRationalize command-line options: controlling memory...
2013-04-12 John KessenichMinor changes: remove use of 'auto', plug obscure memor...
2013-04-11 John KessenichAdd the GL_ES macro for ES personalities, along with...
2013-03-12 John KessenichA few trivial things, including removing '/' as a comma...
2013-03-08 John KessenichAnother round of gcc/g++ fixes.
2013-03-08 John KessenichAdd warning-suppression flag. Combined with relaxed...
2013-03-08 John KessenichAdd compilation mode flags for forward-compatible conte...
2013-02-20 John KessenichAdd ES 300 matrix operations: outerProduct, determinant...
2013-02-17 John KessenichBuilt-in symbol tables now lazily evaluated, and driven...
2013-02-11 John KessenichPass 1 at building on linux: remove compile errors...
2013-02-11 John KessenichSimultaneously fix only known memory leak and take...
2013-02-08 John KessenichMake the default version be 100.
2012-12-13 John KessenichAdd a new shader-versioning infrastructure capable...
2012-12-12 John Kessenich1) Improve error recovery from arrays sized with a...
2012-12-12 John KessenichRemove the pack/unpack languages and bring grammar...
2012-12-12 John KessenichBring up to date with VS 10 express.
2012-12-12 John KessenichCreate a base GLSL front-end from the 3Dlabs glslang...