aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-31CMake fix for Linux for previous check inJohn Kessenich
2014-03-31CMake: Collapse into a single library all the libraries under the glslang dir...John Kessenich
2014-03-28Make use of the v110 tool set be Win32 specific.John Kessenich
2014-03-28Add getStage() and getIntermediate() methods for consumers. Also removed dea...John Kessenich
2014-03-26Expand implicit argument conversions to also include handling built-in functi...John Kessenich
2014-03-17Allow selection of the "Platform Toolset", so that XP binaries can be built.John Kessenich
2014-03-17Make switch statements have their own nested scope (bug 11904).John Kessenich
2014-03-16Additional test results for previous check in.John Kessenich
2014-03-16Implement implicit conversions of function-call arguments (both in and out) a...John Kessenich
2014-03-14remove bison-generated header from library dependenciesJohn Kessenich
2014-03-14Add new Linux set up script.John Kessenich
2014-03-12Allow choice of DLL or static CRT libraries through CMake options.John Kessenich
2014-03-11update Linux build for latest CMake changes from WindowsJohn Kessenich
2014-03-11Add CMake support for Visual Studio and installation, with an expected "insta...John Kessenich
2014-03-08Use more modern bison %parse-param and %lex-param rather than #defined YYPARS...John Kessenich
2014-02-24Fix bug 11736: Minor glslang compilation fixes: Correct "currentChar" logic f...John Kessenich
2014-02-24Track things like "(3)" and "+3" as expressions, not literals.John Kessenich
2014-02-19Make 64-bit VS compile clean. Mostly size_t vs. int tweaks.John Kessenich
2014-02-19Check in a much improved submitted set of makefiles for Linux builds. This e...John Kessenich
2014-02-19Correct newlines and executable bit for BuildLinuxCMake.shJohn Kessenich
2014-02-19Add submitted CMake files for Linux builds. All existing ways of building re...John Kessenich
2014-02-19Check-in a couple submitted char* string portability bug fixes: correct sizin...John Kessenich
2014-02-18Fix the few non-portable uses of "char" (where a -1 might be relevant): All u...John Kessenich
2014-02-18Update rules for "GL_", "gl_", and "__" to match latest specification bug fixes.John Kessenich
2014-02-13update linux binaryJohn Kessenich
2014-02-13Fix missing semantic check: Disallow layout qualifiers when augmenting an alr...John Kessenich
2014-02-12Correct which versions can support the extensions GL_ARB_separate_shader_obje...John Kessenich
2014-02-03GL_ARB_enhanced_layouts, final. #extension tests, built-in constants, and bu...John Kessenich
2014-01-31ESSL 1.0: Add GL_FRAGMENT_PRECISION_HIGH to ESSL 1.0. It was in desktop, and...John Kessenich
2014-01-31GL_ARB_enhanced_layouts, part 6: Numerical side of uniform offset and align s...John Kessenich
2014-01-28GL_ARB_enhanced_layouts, part 5: uniform offset and align semantics. Numeric...John Kessenich
2014-01-27Fix build errors:John Kessenich
2014-01-26Support GL_ARB_texture_cube_map_array extension for desktop.John Kessenich
2014-01-26x86 (32-bit) fix for last g++ fix.John Kessenich
2014-01-26fix g++ complaintJohn Kessenich
2014-01-26GL_ARB_enhanced_layouts, part 4: Numerical side of xfb_*: offset computation...John Kessenich
2014-01-23Support both dynamic CRT and static CRT configurations on VS11 build. The pu...John Kessenich
2014-01-23Move to the v110_xp toolset to support XP.John Kessenich
2014-01-22Bug 11531: Use %zu when printing size_t values in printf and use "friend clas...John Kessenich
2014-01-22Remove Windows VS 11 executable dependencies on MSVCP110.dll and MSVCR110.dll...John Kessenich
2014-01-21GL_ARB_enhanced_layouts, part 3: Semantics for xfb_*: where they can go, inhe...John Kessenich
2014-01-11Fix g++ warning and update Window's binary.John Kessenich
2014-01-11Improvement to the AST traversal infrastructure.John Kessenich
2014-01-10update Makefile dependenciesJohn Kessenich
2014-01-10Several miscellaneous portability improvements (no functional changes).John Kessenich
2014-01-08GL_ARB_enhanced_layouts, part 2: Full implementation of location/component, ...John Kessenich
2014-01-07GL_ARB_enhanced_layouts, part 1: Track whether constants are literals, to en...John Kessenich
2014-01-07Fix slight inconsistencies in which qualifiers are inherited into block members:John Kessenich
2014-01-06Minor infrastructure changes, to simplify an upcoming check in:John Kessenich
2013-12-31Tests: add a few more test cases.John Kessenich