platform/upstream/glslang.git
2014-01-26 John KessenichGL_ARB_enhanced_layouts, part 4: Numerical side of...
2014-01-23 John KessenichSupport both dynamic CRT and static CRT configurations...
2014-01-23 John KessenichMove to the v110_xp toolset to support XP.
2014-01-22 John KessenichBug 11531: Use %zu when printing size_t values in print...
2014-01-22 John KessenichRemove Windows VS 11 executable dependencies on MSVCP11...
2014-01-21 John KessenichGL_ARB_enhanced_layouts, part 3: Semantics for xfb_...
2014-01-11 John KessenichFix g++ warning and update Window's binary.
2014-01-11 John KessenichImprovement to the AST traversal infrastructure.
2014-01-10 John Kessenichupdate Makefile dependencies
2014-01-10 John KessenichSeveral miscellaneous portability improvements (no...
2014-01-08 John KessenichGL_ARB_enhanced_layouts, part 2: Full implementation...
2014-01-07 John KessenichGL_ARB_enhanced_layouts, part 1: Track whether constan...
2014-01-07 John KessenichFix slight inconsistencies in which qualifiers are...
2014-01-06 John KessenichMinor infrastructure changes, to simplify an upcoming...
2013-12-31 John KessenichTests: add a few more test cases.
2013-12-31 John Kessenichupdate linux binary
2013-12-31 John KessenichProperly handle 'default' nested in flow control, as...
2013-12-30 John KessenichUpdate windows binaries.
2013-12-30 John Kessenichfix g++ complaint and update binaries
2013-12-30 John KessenichPreprocessor: Rationalize, simplify, and correct the...
2013-12-20 John KessenichAdd array sizing/checking/overlapping semantics for...
2013-12-18 John KessenichAllow tessellation shaders to work on versions back...
2013-12-18 John KessenichAdditional semantic checking for tessellation shaders...
2013-12-17 John KessenichUpdate Linux script and binaries
2013-12-16 John Kessenich1) Allow '\' before a non-newline as a token in the...
2013-12-13 John KessenichTessellation: Smaller changes: Take tessellation contr...
2013-12-13 John KessenichTessellation: Implicit array sizing and consistency...
2013-12-12 John KessenichTessellation: implement 'patch' semantics.
2013-12-11 John KessenichUpdate Linux binaries
2013-12-11 John KessenichAdd missing check that a function call is not using...
2013-12-11 John KessenichTessellation partial implementation (not ready for...
2013-12-10 John KessenichUpdate Linux binaries
2013-12-10 John KessenichPreprocessor: Implement skipping of macros that evalua...
2013-12-09 John KessenichFlesh out 4.x block redeclaration semantics:
2013-12-07 John KessenichAllow layout aliasing for desktop vertex inputs.
2013-12-06 John KessenichDesktop array size limit checking for gl_ClipDistance...
2013-12-06 John KessenichMade '\' at end of C++ comments be a warning. It is...
2013-12-06 John KessenichUpdate Linux binaries
2013-12-06 John KessenichFix g++ warnings.
2013-12-06 John KessenichPreprocessor: Add short-circuit logic so ES errors...
2013-12-06 John KessenichPreprocessor: Fixed that some comments incorrectly...
2013-12-05 John KessenichFixed a couple places that missed the error check for...
2013-12-05 John KessenichRemove one layer of arrayness on geometry shader inputs...
2013-12-05 John KessenichImplement location overlap error checking.
2013-12-04 John KessenichUpdate Linux binaries
2013-12-04 John KessenichUpdate Window's binary.
2013-12-04 John KessenichTrack the flow-control (and {}) nesting level to preven...
2013-12-04 John KessenichCheck for packing qualifiers on block members.
2013-12-04 John KessenichCheck for structures out from vertex or into fragment...
2013-12-04 John KessenichDetect and give error on second occurrence of #version.
2013-12-04 John KessenichUpdate Linux binaries
2013-12-04 John KessenichUpdate Window's binary.
2013-12-04 John KessenichTrack whether function declarations are prototypes...
2013-12-04 John KessenichRe-allow non-language characters in ES 100 comments...
2013-12-04 John KessenichFix ES unsized-array checking: it was one level too...
2013-12-04 John KessenichUpdate Linux binaries
2013-12-04 John KessenichUpdate Window's binary.
2013-12-04 John KessenichAdd a versioning system and tie it to the -v command...
2013-12-03 John KessenichUpdate Linux binaries
2013-12-03 John KessenichUpdate test results.
2013-12-03 John KessenichGive error when overloaded functions differ only on...
2013-12-03 John KessenichDisallow non-language characters in comments for ES...
2013-12-03 John KessenichAdd #line functionality to allow expressions instead...
2013-12-03 John KessenichNon-functional: missing test result and slight coding...
2013-12-03 John KessenichFinish compile-time constant folding for multi-argument...
2013-12-02 John KessenichUpdate Linux binaries
2013-12-02 John KessenichFix logic error in steering which stages get bias vs...
2013-12-02 John KessenichFix crash from attempting ES precision propagation...
2013-12-02 John KessenichPreprocessor fixes:
2013-12-01 John KessenichSimplify and rationalize constant folding for dereferen...
2013-11-27 John KessenichCompile-time check on sampler binding size, link-time...
2013-11-26 John KessenichFix for glslang_vs2013.vcxproj: One source file was...
2013-11-23 John KessenichCorrect textureGather*() extension support:
2013-11-23 John KessenichReflection: Eliminate redundant arrayed block entries...
2013-11-22 John KessenichUpdate Linux binaries
2013-11-22 John KessenichAdd missing non-square matrixCompMult built-in functions.
2013-11-22 John KessenichUpdate Linux binaries
2013-11-22 John KessenichImplement GL_EXT_shader_texture_lod.
2013-11-21 John KessenichReflection: Expand out block arrays to N different...
2013-11-20 John KessenichAdd limit checking for constant texture texel offsets...
2013-11-20 John KessenichAdd link-time checks for max_vertices, input primitive...
2013-11-20 John KessenichTrack what ins/outs/uniforms are used, so that errors...
2013-11-20 John KessenichAdd new convenience pool allocators for arbitrary types...
2013-11-19 John KessenichFix a preprocessor memory leak by cleaning up some...
2013-11-15 John KessenichReflection: Flesh out expansions of complex aggregates...
2013-11-15 John KessenichReflection: Optimize leaf-array sizes for largest index...
2013-11-15 John KessenichReflection:
2013-11-14 John KessenichAdd VS2013 projects. Also, update VS2010 project to:
2013-11-14 John KessenichFix for build error in vs2013: #include <algorithm...
2013-11-14 John KessenichAdd GetEsslVersionString() and GetGlslVersionString().
2013-11-13 John Kessenichfix g++ compilation issues
2013-11-13 John KessenichReflection: Add translation from glslang types to the...
2013-11-13 John KessenichReflection: Implement the std140 block offset calculat...
2013-11-12 John KessenichUpdate Linux binaries
2013-11-12 John KessenichUpdate Window's binary.
2013-11-12 John KessenichDisallow arrays in initializers for non-array-object...
2013-11-12 John KessenichFix line-continuation bug.
2013-11-12 John KessenichUpdate Linux binaries
2013-11-12 John KessenichFixes to scanning:
2013-11-12 John KessenichMisc semantics fixes:
next