platform/upstream/glslang.git
2013-11-08 John KessenichUpdate glslang_vs2010 project to use C7 Compatible...
2013-11-08 John Kessenichupdate linux binaries
2013-11-08 John KessenichAdd some missing invariant semantic checks, replace...
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 Kessenichremove ^M
2013-11-07 John KessenichFix some Linux issues.
2013-11-07 John KessenichAdd and partially implement an interface for doing...
2013-11-05 John KessenichClean up/resolve a bunch of TODO, which included implem...
2013-11-01 John KessenichInterface and naming improvements:
2013-11-01 John KessenichInclude per-shader and per-program pools in the new...
2013-10-31 John KessenichFix parameter count bug in ambiguity checking for overl...
2013-10-30 John KessenichImplement 1.20 style function signature matching under...
2013-10-30 John KessenichFix recursion detection (it was detecting cycles in...
2013-10-29 John KessenichAdd VS2010 version of solution file and projects. ...
2013-10-28 John KessenichFix bug where bracket dereferences were incorrectly...
2013-10-28 John KessenichImprove preprocessor by using GLSL scanner, allowing...
2013-10-24 John KessenichAdd geometry shader input array sizing/checking WRT...
2013-10-24 John KessenichAdd redeclarations of built-in blocks.
2013-10-23 John KessenichAdd geometry-shader stream, invocations, max_vertices...
2013-10-22 John KessenichAdd built-in constants through version 440. Some still...
2013-10-22 John KessenichTie "location = " to the right stages/versions/extensio...
2013-10-21 John KessenichFor portability, use std::map instead of std::hash_map...
2013-10-21 John KessenichAdd texture gather functions (and extension check)...
2013-10-21 John KessenichUpdate Linux binaries
2013-10-21 John KessenichUpdate Window's binary.
2013-10-20 John KessenichNon-functional: Use better token names for the preproce...
2013-10-20 John KessenichFix memory corruption problem in the preprocessor,...
2013-10-18 John KessenichAdd layout binding qualifier for blocks and samplers...
2013-10-18 John KessenichAdd swizzles to scalars.
2013-10-18 John KessenichMinor preprocessor fix for error message line/string...
2013-10-17 John KessenichAdd function "const", where the initializer does not...
2013-10-17 John KessenichAdd C-style curly-brace initializers.
2013-10-16 John KessenichAdd all built-in variables for all versions/profiles...
2013-10-16 John KessenichHave block members use EvqVaryingIn rather than EvqIn...
2013-10-15 John KessenichAdd ES 3.0 fragment output link-time test for outputs...
2013-10-14 John KessenichImplement ES 2.0 (version 100) limitations for non...
2013-10-11 John KessenichTurn on non-uniform blocks (in/out/buffer), and prevent...
2013-10-11 John KessenichGeneralize the symbol hierarchy to transparently handle...
2013-10-11 John KessenichMemory management hygiene: Use compare() instead of...
2013-10-09 John KessenichNon-functional: Remove use of the unused structure...
2013-10-07 John KessenichFix g++ complaint about taking address of temporary.
2013-10-07 John KessenichUpdate Linux binaries
2013-10-07 John KessenichUpdate Windows binary.
2013-10-05 John KessenichNon-functional changes: Typo in error message and in...
2013-10-04 John KessenichImprove robustness of extension checking, and its inter...
2013-10-04 John KessenichMake ES 100 gl_FragData be a mediump, and fix some...
2013-10-04 John KessenichMake some portability improvements identified by Christ...
2013-10-03 John KessenichDocument how to add a new feature enabled by an extensi...
2013-10-02 John KessenichAdd the following ESSL 2.0 (#version 100) limitations...
2013-10-02 John KessenichAllow ES version 100 to redeclare built-in functions.
2013-10-01 John KessenichAdd message indicating level of completeness for not...
2013-10-01 John KessenichUpdate Window's binary.
2013-10-01 John KessenichUpdate Linux binaries
2013-10-01 John KessenichAdd function recursion testing to the link-time validation.
2013-09-28 John KessenichAdd full support for uniforms with initializers, includ...
2013-09-26 John KessenichFix g++ complaint with previous check in.
2013-09-26 John KessenichUnify the 8 grammar productions for declaring variables...
2013-09-24 John KessenichAdd basic intra-stage linking validation for matching...
2013-09-20 John KessenichTest for and prevent any dead-code elimination, as...
2013-09-17 John KessenichUpdate Linux binaries
2013-09-17 John KessenichUpdate the windows executable.
2013-09-17 John KessenichAdd optional configuration file for specifying (existin...
2013-09-17 John KessenichBasic infrastructure for redeclaring built-in variables...
2013-09-08 John KessenichFull thread safety working:
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-09-03 John KessenichSome rationalization of TIntermediate (to own it's...
2013-09-03 John KessenichRemove TIntermediate's dependency on infoSink, simplify...
2013-09-03 John KessenichRestore TDebugOptions, as code consuming this interface...
2013-08-31 John KessenichOption rationalization and minor clean up.
2013-08-30 John KessenichAdd more constant folding cases for min, max, step...
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-08-27 John KessenichMove the complex pieces of C++ code from glslang.y...
2013-08-27 John KessenichGive new scopes to non-compound (simple) if-then-else...
2013-08-27 John KessenichRemove unnecessary TString constructors.
2013-08-13 John KessenichDynamically allocate symbol table containers, so timing...
2013-08-09 John KessenichShare built-in symbols common to all stages for desktop...
2013-08-09 John KessenichPut in infrastructure for tessellation, geometry, and...
2013-08-08 John KessenichUpdate Linux binaries for name-mangling bug fix
2013-08-08 John KessenichRemove a mangled-name cache in the type that was someti...
2013-08-06 John KessenichAdd parse-time constant folding for isinf() and isnan().
2013-08-05 John KessenichUpdate Linux binaries
2013-08-05 John KessenichUpdate the Windows binary.
2013-08-05 John KessenichLinux abs() needs to be fabs(); a few other minor Linux...
2013-08-05 John KessenichTrack expected test results and add more README informa...
2013-08-04 John KessenichAllow unsigned int in the "location = " grammar, and...
2013-08-03 John KessenichAdd windows executable.
2013-08-03 John KessenichAdd Linux executables
2013-08-03 John KessenichSet up infrastructure for installing an executable...
2013-08-01 John KessenichFix bison file naming issues from upgrading to version...
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-22 John KessenichUpdate index.
2013-07-22 John KessenichPush index page now that SVN access is setup.
2013-07-22 John KessenichPut on hold pending configuring glslang for public...
2013-07-22 John KessenichLink glslang project into site nav.
2013-07-09 John KessenichFix warning in release build. Update to-do list.
2013-07-09 John KessenichTie missing default-precision error checks to EShMsgRel...
2013-07-08 John KessenichFinal linux tweak.
next