platform/upstream/glslang.git
2015-08-07 John KessenichMerge pull request #51 from baldurk/size-t-int-warning...
2015-08-05 baldurkRemove unsigned/size_t downcast (warning when building...
2015-08-05 John KessenichMerge pull request #50 from google/remove-unused-code
2015-08-05 David NetoRemove unused members from TPpContext.
2015-08-05 John KessenichMerge pull request #46 from google/include-directive
2015-08-05 Lei ZhangCreate a new ppRequireExtensions method for preprocessor.
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-08-01 John KessenichMerge branch 'master' of https://github.com/KhronosGrou...
2015-08-01 John KessenichUpdate Linux binary
2015-08-01 John KessenichUpdate Window's binary
2015-07-31 Lei ZhangOutput wrapping #line directives for included content.
2015-07-31 Lei ZhangUpdate scanner in TParseContext when changing the input...
2015-07-31 Lei ZhangUse extension framework to enable #include directive.
2015-07-31 Dejan MircevskiAdd #include processing to glslang (though turned off...
2015-07-31 John KessenichMerge pull request #45 from google/source-string-name
2015-07-29 Lei ZhangAdd mechanism for specifying names for source strings.
2015-07-29 John KessenichNon-functional: Slight change to the Google #include...
2015-07-29 John KessenichMerge pull request #43 from google/cpp-style-line-directive
2015-07-28 Lei ZhangUse const reference for TSourceLoc in interfaces.
2015-07-28 Lei ZhangUse requireExtensions() to check extension and turn...
2015-07-27 Lei ZhangExtend the syntax of #line and __FILE__ to support...
2015-07-27 John KessenichScanning: 1) rationalize end-of-input everywhere, 2...
2015-07-26 John KessenichIssue #39: Prevent problem of inserting a zero-length...
2015-07-25 John KessenichPreprocessor: Allow '\' as a token, which gets actual...
2015-07-25 John KessenichConsolidate all token length limits (1024), including...
2015-07-25 John KessenichMerge pull request #44 from fkaa/osx-const-key-fix
2015-07-25 Felix KaamanFix missing const qualifier on TUnorderedMap template...
2015-07-24 John KessenichPortability: Make previous merge work with MSVS 2012.
2015-07-24 John KessenichMerge pull request #38 from google/preprocessing-line...
2015-07-23 Lei ZhangDoPreprocessing() should consider source string change.
2015-07-23 Lei ZhangCreate a new class to keep track of line number in...
2015-07-23 John KessenichAST -> SPV testing: Update test for using new TbdFuncti...
2015-07-23 John KessenichAST -> SPV: Add basic atomic_uint and atomic*() built...
2015-07-23 John KessenichFront-end atomics: Finish adding atomic built-in functi...
2015-07-22 John KessenichTodo.txt: Added key, including notation for who's worki...
2015-07-22 John KessenichUpdate Todo.txt.
2015-07-22 John KessenichPortability: Remove unneeded "= default" to work with...
2015-07-22 John KessenichMerge pull request #31 from google/explicit-extension...
2015-07-22 John KessenichIssue 32: Guard against constructors consuming unsized...
2015-07-22 John KessenichMerge pull request #33 from google/spv-builder-loop...
2015-07-22 David Netospv::Builder::Loop constructor inits all members.
2015-07-21 John KessenichIssue #28: Correctly handle a single input argument...
2015-07-21 Lei ZhangOnly output explicit extension directives in preprocessing.
2015-07-21 John KessenichIssue #26: Detect empty array constructors, require...
2015-07-21 John Kessenichg++: Fix compilation issue with templates in g++.
2015-07-21 John KessenichPerf: Put in a portable std::hash that works with the...
2015-07-21 John KessenichSPV: Make previous commit compile with MSVC 2012.
2015-07-21 John KessenichMerge pull request #22 from google/structured-do-while
2015-07-20 John KessenichPreprocessor: Prevent (and give an error on) expression...
2015-07-20 John KessenichTests: Increase testing around incorrect use of block...
2015-07-20 John KessenichFront end: Prevent use of a block name, which has no...
2015-07-20 John KessenichFix g++ build break (portibility problems with stl...
2015-07-20 John KessenichPreprocessor: 1) Rationalize the "fixed atom" scheme...
2015-07-19 John KessenichPerformance: Simple upgrade/cleanup of stl c++11 contai...
2015-07-18 John KessenichBuilding: Fix a couple of new warnings.
2015-07-18 John KessenichFront-end: Add error-recovery code for a switch stateme...
2015-07-17 David NetoGenerate correctly structured do-while loops.
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 WoloszynAdded a setStringsWithLengths() method to TShader.
2015-07-17 Andrew WoloszynRemoved the single usage of exceptions in all of glslang.
2015-07-16 John KessenichFront-end: Implement GL_OES_gpu_shader5.
2015-07-15 John KessenichMerge pull request #18 from srk-lunarg/v30_static_analy...
2015-07-15 SteveComment out some dead assignments per suggestion from...
2015-07-15 John KessenichMerge pull request #17 from google/non-existing-string
2015-07-15 Lei ZhangProtect location setting methods from writing to non...
2015-07-15 John KessenichInclude specification revision as part of the version...
2015-07-15 John KessenichMerge pull request #16 from google/pp-directive
2015-07-15 John KessenichFront-end: enforce qualifiers that cannot appear on...
2015-07-14 John KessenichFix compile errors: about 25 .PpError didn't compile...
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 Lei ZhangRemove uncessary line break.
2015-07-14 Lei ZhangFix empty line handling in line directive callback.
2015-07-14 Lei ZhangFix line number handling in line directive callback.
2015-07-14 John KessenichMerge pull request #14 from google/extensionturnedon
2015-07-14 John KessenichMerge pull request #11 from baldurk/size-t-int-warning...
2015-07-14 Lei ZhangSimplify function calls for extensionsTurnedOn().
2015-07-13 John KessenichUpdate readme to point to Khronos landing page.
2015-07-13 John KessenichFix incorrect used of snprintf()
2015-07-13 John KessenichUpdated command-line options, adding -o for saving...
2015-07-12 baldurkon x64, size_t is 64-bit and int is 32-bit, so needs...
2015-07-12 John KessenichFix clang static analyzer issues, as reported by floooh.
2015-07-11 John KessenichMerge pull request #4 from baldurk/relative-include...
2015-07-11 John KessenichMerge pull request #5 from floooh/fix-clang-warnings
2015-07-11 John KessenichAdd some missing 'const' and texture-op guards, for...
2015-07-11 Andre WeissflogFix most clang warnings
2015-07-08 baldurkinclude by relative path, so root doesn't need to be...
2015-07-07 John KessenichLinux build: fix case problem with new file.
2015-07-07 John KessenichClear up a C++ compile warning
2015-07-07 John KessenichFront-end: move to rational internal array-of-array...
2015-07-06 John Kessenichdocs: Update missing features list
2015-07-04 John Kessenichglslang -> SPIR-V: smear scalars for integer (scalar...
2015-07-03 John KessenichUse E_ prefix instead of _ for distinguishing extension...
2015-07-03 John KessenichMerge pull request #2 from nwnk/glext-compatibility
2015-07-03 John KessenichMerge pull request #3 from fkaa/include-fix
2015-07-02 Felix KaamanFix include directive depending on root folder name
2015-06-30 Adam JacksonFix incompatibility with <GL/glext.h>
2015-06-29 John KessenichMake double underscore "__" an error for ES 300, but...
next