Parser: Extension requirement of gl_PrimitiveID and gl_Layer should be checked only...
[platform/upstream/glslang.git] / StandAlone /
2015-12-07 John KessenichMerge pull request #100 from mawww/scanner-optim
2015-12-04 John KessenichMerge pull request #107 from xorgy/fail-init-process...
2015-12-04 John KessenichMerge pull request #108 from mgadams/extensions_compile_fix
2015-12-04 John KessenichMerge pull request #105 from phaulos/generic-osinclude
2015-12-01 Pyry HaulosUse generic osinclude.h
2015-11-20 John KessenichMerge pull request #10 from baldurk/osinclude-common...
2015-11-16 baldurkRemove legacy build system
2015-11-16 baldurkAdd an osinclude.h below each OS directory, redirects...
2015-11-16 baldurkRemove include_directories from CMakeLists, to enforce...
2015-11-16 John KessenichSPIR-V: Move from Version .99 Rev 31 to Version 1.0...
2015-08-17 John KessenichMerge pull request #57 from google/glslang-android
2015-08-17 Andrew WoloszynFixes for compiling glslang on Android.
2015-08-07 John KessenichMove to revision 31 of SPIR-V.
2015-08-05 John KessenichMerge pull request #46 from google/include-directive
2015-08-03 John KessenichRevisioning: Include GLSL.std.450 version. Also, the...
2015-08-02 John KessenichVersion reporting: Restart active use of revision.h...
2015-07-31 Dejan MircevskiAdd #include processing to glslang (though turned off...
2015-07-17 John KessenichMerge pull request #21 from google/allow_non_null_strings
2015-07-17 John KessenichMerge pull request #20 from google/remove_exception
2015-07-17 Andrew WoloszynRemoved the single usage of exceptions in all of glslang.
2015-07-15 John KessenichMerge pull request #16 from google/pp-directive
2015-07-14 John KessenichMerge pull request #15 from google/preprocessing-error
2015-07-14 Andrew WoloszynAdded error output to the preprocessor.
2015-07-14 John KessenichMerge pull request #11 from baldurk/size-t-int-warning...
2015-07-13 John KessenichUpdated command-line options, adding -o for saving...
2015-07-12 John KessenichFix clang static analyzer issues, as reported by floooh.
2015-06-26 John KessenichFinal round for line endings.
2015-06-19 John Kessenichglslang front-end: Don't emit blank lines for empty...
2015-06-17 John Kessenichglslang preprocessing: Add -E option to print out prepr...
2015-06-10 John Kessenichglslang portability: Fixed a slew of OSX compilation...
2015-06-10 John Kessenichglslang portability: Resolve OSX errors, some other...
2015-05-20 John KessenichSPV compression: Final check-in enabling this on MSVC...
2015-05-19 John KessenichSPIR-V compression: Requires rerunning CMake. Adds...
2015-05-18 John Kessenichglslang: Fix a few more warnings, and see it using...
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2015-05-15 John KessenichSPV compression: Remove file/path manipulation stuff...
2015-05-13 John KessenichSPIR-V compression: restore a line of code deleted...
2015-05-13 John KessenichSPIR-V compression: Add stripping and remapping tools...
2015-03-04 John Kessenichglslang: Add SPIR-V human readable form. (Use -H.)
2015-03-03 John KessenichglslangValidator: Add straightforward SPIR-V support...
2014-10-06 John KessenichIncrease portability. (Submission from Nikita Kindt...
2014-10-01 John KessenichRemove dead call.
2014-09-28 John KessenichRemove unneeded skeletal work.
2014-09-12 John KessenichHave memory counters normally turned off, to avoid...
2014-09-08 John KessenichAdd option for printing documentation (empty).
2014-08-25 John KessenichMinor change in command-line options.
2014-08-24 John KessenichNon-functional misc. changes. Slight increase in perfo...
2014-08-19 John KessenichImplement write-only semantic checking, the non-r32f...
2014-08-18 John KessenichA patch submitted for MinGW building.
2014-08-13 John KessenichAdd -d option for desktop default for missing #version.
2014-08-13 John KessenichImplement GL_ARB_shader_texture_image_samples. Also...
2014-08-13 John KessenichImplement cull distances for GLSL 4.5 (but not as an...
2014-08-10 John KessenichImplement GL_ARB_shader_image_load_store. Partly done...
2014-07-28 John KessenichCreate dummy side project.
2014-06-05 John KessenichNon-functional trivial clean up.
2014-03-31 John KessenichCMake: Collapse into a single library all the libraries...
2014-03-28 John KessenichAdd getStage() and getIntermediate() methods for consum...
2014-03-17 John KessenichAllow selection of the "Platform Toolset", so that...
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...
next