platform/upstream/glslang.git
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...
2015-06-29 John KessenichBuilding README: Update to CMake information.
2015-06-29 John KessenichMerge pull request #1 from antiagainst/markdown-readme
2015-06-28 Lei ZhangFormat README using markdown.
2015-06-26 John KessenichFinal round for line endings.
2015-06-26 John KessenichSecond round line ending clean up, from fresh round...
2015-06-26 John KessenichAdd .gitattributes and normalize a few stray file's...
2015-06-26 John KessenichMake the "switch-label not followed by statement" warni...
2015-06-26 John KessenichAdd +x to two more scripts.
2015-06-26 John KessenichAdd +x to two executables.
2015-06-26 johnkslangMake smoother use in GitHub
2015-06-24 John Kessenichglslang build: force the use of -std=c++11 when buildin...
2015-06-23 John Kessenichglslang front-end: Implement AEP *_point_size extensions.
2015-06-19 John Kessenichglslang front-end: Full turn-on of AEP tessellation...
2015-06-19 John Kessenichglslang: Finish turn on of AEP geometry shaders for...
2015-06-19 John Kessenichglslang front-end: Don't emit blank lines for empty...
2015-06-17 John Kessenichglslang testing: Remove dependence on testfiles from...
2015-06-17 John Kessenichfix linux ^M issues with previous check-in
2015-06-17 John Kessenichglslang preprocessing: Add -E option to print out prepr...
2015-06-16 John Kessenichglslang front-end: Added a callback mechanism for ...
2015-06-16 John Kessenichglslang front-end: track column numbers (they don't...
2015-06-16 John Kessenichglslang: Add API override of version and profile for...
2015-06-16 John Kessenichglslang tests: Fix error propagation. From David...
2015-06-15 John Kessenichglslang AEP: Full semantics for *_shader_io_blocks.
2015-06-14 John Kessenichglslang AEP: Geometry shader features nominally working...
2015-06-13 John Kessenichglslang -> SPV: swap arguments as needed for OpVectorTi...
2015-06-12 John Kessenichglslang -> SPV: fix degenerate switch topologies (bug...
2015-06-12 John Kessenichglslang ES reference: Don't allow std430 on uniform...
2015-06-12 John Kessenichglslang AEP: The extension scheme, extension-enabled...
2015-06-11 John Kessenichglslang front-end: Support relaxed error checking for...
2015-06-10 John Kessenichglslang portability: Fixed a slew of OSX compilation...
2015-06-10 John Kessenichglslang portability: Resolve OSX errors, some other...
2015-06-09 John KessenichSPV compressor: Fixes a possible asserts. Attribution...
2015-06-08 John Kessenichglslang: Allow programmatically prepending code to...
2015-06-08 John Kessenichglslang ref. front-end: Add missing image format for...
2015-05-26 John KessenichRequesting input on Bug 1346: checking in, turned off...
2015-05-25 John Kessenichglslang tests: Update test result from test-file change.
2015-05-22 John Kessenichupdate Window's binary
2015-05-22 John Kessenichupdate linux binary
next