platform/upstream/glslang.git
2014-08-13 John KessenichAdd ES 3.1 compatibility to 4.5 and the atomic memory...
2014-08-13 John KessenichImplement cull distances for GLSL 4.5 (but not as an...
2014-08-13 John KessenichImplement GL_ARB_derivative_control.
2014-08-13 John KessenichFinish virtually all of the remaining atomic counter...
2014-08-12 John KessenichAdd ESSL 310 test results.
2014-08-12 John KessenichTurn on ESSL 3.1 for most features:
2014-08-12 John KessenichPartial implementation of atomic counters.
2014-08-12 John KessenichRemove the now dead 'shared' type field, and add semant...
2014-08-12 John KessenichTurn on basic support for shader storage buffer objects...
2014-08-11 John KessenichFinish implementing compute shaders, within #version...
2014-08-10 John KessenichImplement GL_ARB_shader_image_load_store. Partly done...
2014-08-09 John KessenichTest update.
2014-07-29 John KessenichImplement most of GL_ARB_explicit_attrib_location ...
2014-07-29 John KessenichFix assert firing in debug mode from last check in.
2014-07-29 John KessenichFinish implement GL_ARB_texture_lod; adding the 19...
2014-07-29 John KessenichAdd the original-style texture-rectangle texturing...
2014-07-29 John KessenichUpdate test results (test changed).
2014-07-28 John KessenichFix g++ build complaint.
2014-07-28 John KessenichCreate dummy side project.
2014-07-10 John KessenichFix bug where non-constant test in ?: on a constant...
2014-06-27 John KessenichNon-functional: Encapsulate testing for IO that is...
2014-06-23 John KessenichUpdate test result.
2014-06-18 John KessenichAdd more allowances for relaxed error checking mode...
2014-06-05 John KessenichNon-functional trivial clean up.
2014-06-03 John KessenichAdd partial support for GL_ARB_shader_texture_lod.
2014-06-03 John KessenichAdd missing matrix constructor test, and add a size...
2014-05-27 John KessenichFix, and add missing tests for, error catching for...
2014-05-14 John KessenichFix bug where an anonymous member of a built-in block...
2014-05-14 John KessenichUpdate Windows executable.
2014-05-14 John KessenichUpdate readme for no .so
2014-05-14 John Kessenichupdate Linux binary, no .so needed
2014-05-14 John KessenichNo longer using a shared object model.
2014-05-12 John KessenichNon-functional tweak to hidden-member (of anonymous...
2014-05-11 John KessenichFinish GL_ARB_shading_language_420pack: *ProgramTexelOf...
2014-05-10 John Kessenich420Pack: Implement length() on vectors and matrices...
2014-05-10 John KessenichCode simplification: Add (and use) helper functions...
2014-05-08 John KessenichAdd access methods for consuming adapters to get the...
2014-05-06 John KessenichPrevent crash when bad shader redeclares built-in array...
2014-05-06 John KessenichImplement implicit conversions on function return expre...
2014-05-01 John KessenichChange ERROR to WARNING to finish fixing bug 11904...
2014-04-29 John KessenichImprove the 150.geom test.
2014-04-24 John KessenichAllow the pre-150 built-in redeclarations when using...
2014-04-22 John KessenichJust make computeTypeLocationSize const.
2014-04-14 John KessenichEstablish desktop completeness through version 1.50...
2014-04-14 John KessenichTwo missing test file sources.
2014-04-14 John KessenichCorrect the test results from the last check in.
2014-04-14 John KessenichAdd missing tests and test results.
2014-04-14 John KessenichRestore r26245 and all tests and test results since...
2014-04-14 John KessenichRestore r26192, r26240, r26241: Two missing files...
2014-04-14 John KessenichRestore r26192, r26240, r26241: All three about implic...
2014-04-14 John KessenichRestore r26190: make code PIC
2014-04-02 John KessenichNon-functional, infrastructure: Be more explicit about...
2014-03-31 John KessenichTrack which extensions were enabled or required, in...
2014-03-31 John KessenichCMake fix for Linux for previous check in
2014-03-31 John KessenichCMake: Collapse into a single library all the libraries...
2014-03-28 John KessenichMake use of the v110 tool set be Win32 specific.
2014-03-28 John KessenichAdd getStage() and getIntermediate() methods for consum...
2014-03-26 John KessenichExpand implicit argument conversions to also include...
2014-03-17 John KessenichAllow selection of the "Platform Toolset", so that...
2014-03-17 John KessenichMake switch statements have their own nested scope...
2014-03-16 John KessenichAdditional test results for previous check in.
2014-03-16 John KessenichImplement implicit conversions of function-call argumen...
2014-03-14 John Kessenichremove bison-generated header from library dependencies
2014-03-14 John KessenichAdd new Linux set up script.
2014-03-12 John KessenichAllow choice of DLL or static CRT libraries through...
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-03-08 John KessenichUse more modern bison %parse-param and %lex-param rathe...
2014-02-24 John KessenichFix bug 11736: Minor glslang compilation fixes: Correct...
2014-02-24 John KessenichTrack things like "(3)" and "+3" as expressions, not...
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 KessenichCorrect newlines and executable bit for BuildLinuxCMake.sh
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-02-18 John KessenichUpdate rules for "GL_", "gl_", and "__" to match latest...
2014-02-13 John Kessenichupdate linux binary
2014-02-13 John KessenichFix missing semantic check: Disallow layout qualifiers...
2014-02-12 John KessenichCorrect which versions can support the extensions GL_AR...
2014-02-03 John KessenichGL_ARB_enhanced_layouts, final. #extension tests,...
2014-01-31 John KessenichESSL 1.0: Add GL_FRAGMENT_PRECISION_HIGH to ESSL 1...
2014-01-31 John KessenichGL_ARB_enhanced_layouts, part 6: Numerical side of...
2014-01-28 John KessenichGL_ARB_enhanced_layouts, part 5: uniform offset and...
2014-01-27 John KessenichFix build errors:
2014-01-26 John KessenichSupport GL_ARB_texture_cube_map_array extension for...
2014-01-26 John Kessenichx86 (32-bit) fix for last g++ fix.
2014-01-26 John Kessenichfix g++ complaint
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...
next