2015-08-10 |
John Kessenich | Array of Array prep: Turn a batch of 0's into nullptr... |
commit | commitdiff | tree | snapshot |
2015-08-07 |
John Kessenich | Add new SPIR-V 31 files. |
commit | commitdiff | tree | snapshot |
2015-08-07 |
John Kessenich | Move to revision 31 of SPIR-V. |
commit | commitdiff | tree | snapshot |
2015-08-07 |
John Kessenich | Create last version before going to SPIR-V Revision 31. |
commit | commitdiff | tree | snapshot |
2015-08-07 |
John Kessenich | Merge pull request #53 from google/get-string-name... |
commit | commitdiff | tree | snapshot |
2015-08-07 |
John Kessenich | Fixes to 8f1684b7bb881813365efd013b05bc0900a52a0c,... |
commit | commitdiff | tree | snapshot |
2015-08-07 |
John Kessenich | Merge pull request #52 from baldurk/gcc-warn-fixes |
commit | commitdiff | tree | snapshot |
2015-08-07 |
John Kessenich | Merge pull request #51 from baldurk/size-t-int-warning... |
commit | commitdiff | tree | snapshot |
2015-08-06 |
Lei Zhang | Create a new method to return string name or number... |
commit | commitdiff | tree | snapshot |
2015-08-05 |
baldurk | Compile fixes for gcc -Wall |
commit | commitdiff | tree | snapshot |
2015-08-05 |
baldurk | Remove unsigned/size_t downcast (warning when building... |
commit | commitdiff | tree | snapshot |
2015-08-05 |
John Kessenich | Merge pull request #50 from google/remove-unused-code |
commit | commitdiff | tree | snapshot |
2015-08-05 |
David Neto | Remove unused members from TPpContext. |
commit | commitdiff | tree | snapshot |
2015-08-05 |
John Kessenich | Merge pull request #46 from google/include-directive |
commit | commitdiff | tree | snapshot |
2015-08-05 |
Lei Zhang | Create a new ppRequireExtensions method for preprocessor. |
commit | commitdiff | tree | snapshot |
2015-08-03 |
John Kessenich | Revisioning: Include GLSL.std.450 version. Also, the... |
commit | commitdiff | tree | snapshot |
2015-08-02 |
John Kessenich | Version reporting: Restart active use of revision.h... |
commit | commitdiff | tree | snapshot |
2015-08-01 |
John Kessenich | Merge branch 'master' of https://github.com/KhronosGrou... |
commit | commitdiff | tree | snapshot |
2015-08-01 |
John Kessenich | Update Linux binary |
commit | commitdiff | tree | snapshot |
2015-08-01 |
John Kessenich | Update Window's binary |
commit | commitdiff | tree | snapshot |
2015-07-31 |
Lei Zhang | Output wrapping #line directives for included content. |
commit | commitdiff | tree | snapshot |
2015-07-31 |
Lei Zhang | Update scanner in TParseContext when changing the input... |
commit | commitdiff | tree | snapshot |
2015-07-31 |
Lei Zhang | Use extension framework to enable #include directive. |
commit | commitdiff | tree | snapshot |
2015-07-31 |
Dejan Mircevski | Add #include processing to glslang (though turned off... |
commit | commitdiff | tree | snapshot |
2015-07-31 |
John Kessenich | Merge pull request #45 from google/source-string-name |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Lei Zhang | Add mechanism for specifying names for source strings. |
commit | commitdiff | tree | snapshot |
2015-07-29 |
John Kessenich | Non-functional: Slight change to the Google #include... |
commit | commitdiff | tree | snapshot |
2015-07-29 |
John Kessenich | Merge pull request #43 from google/cpp-style-line-directive |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Lei Zhang | Use const reference for TSourceLoc in interfaces. |
commit | commitdiff | tree | snapshot |
2015-07-28 |
Lei Zhang | Use requireExtensions() to check extension and turn... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
Lei Zhang | Extend the syntax of #line and __FILE__ to support... |
commit | commitdiff | tree | snapshot |
2015-07-27 |
John Kessenich | Scanning: 1) rationalize end-of-input everywhere, 2... |
commit | commitdiff | tree | snapshot |
2015-07-26 |
John Kessenich | Issue #39: Prevent problem of inserting a zero-length... |
commit | commitdiff | tree | snapshot |
2015-07-25 |
John Kessenich | Preprocessor: Allow '\' as a token, which gets actual... |
commit | commitdiff | tree | snapshot |
2015-07-25 |
John Kessenich | Consolidate all token length limits (1024), including... |
commit | commitdiff | tree | snapshot |
2015-07-25 |
John Kessenich | Merge pull request #44 from fkaa/osx-const-key-fix |
commit | commitdiff | tree | snapshot |
2015-07-25 |
Felix Kaaman | Fix missing const qualifier on TUnorderedMap template... |
commit | commitdiff | tree | snapshot |
2015-07-24 |
John Kessenich | Portability: Make previous merge work with MSVS 2012. |
commit | commitdiff | tree | snapshot |
2015-07-24 |
John Kessenich | Merge pull request #38 from google/preprocessing-line... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Lei Zhang | DoPreprocessing() should consider source string change. |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Lei Zhang | Create a new class to keep track of line number in... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
John Kessenich | AST -> SPV testing: Update test for using new TbdFuncti... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
John Kessenich | AST -> SPV: Add basic atomic_uint and atomic*() built... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
John Kessenich | Front-end atomics: Finish adding atomic built-in functi... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
John Kessenich | Todo.txt: Added key, including notation for who's worki... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
John Kessenich | Update Todo.txt. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
John Kessenich | Portability: Remove unneeded "= default" to work with... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
John Kessenich | Merge pull request #31 from google/explicit-extension... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
John Kessenich | Issue 32: Guard against constructors consuming unsized... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
John Kessenich | Merge pull request #33 from google/spv-builder-loop... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
David Neto | spv::Builder::Loop constructor inits all members. |
commit | commitdiff | tree | snapshot |
2015-07-21 |
John Kessenich | Issue #28: Correctly handle a single input argument... |
commit | commitdiff | tree | snapshot |
2015-07-21 |
Lei Zhang | Only output explicit extension directives in preprocessing. |
commit | commitdiff | tree | snapshot |
2015-07-21 |
John Kessenich | Issue #26: Detect empty array constructors, require... |
commit | commitdiff | tree | snapshot |
2015-07-21 |
John Kessenich | g++: Fix compilation issue with templates in g++. |
commit | commitdiff | tree | snapshot |
2015-07-21 |
John Kessenich | Perf: Put in a portable std::hash that works with the... |
commit | commitdiff | tree | snapshot |
2015-07-21 |
John Kessenich | SPV: Make previous commit compile with MSVC 2012. |
commit | commitdiff | tree | snapshot |
2015-07-21 |
John Kessenich | Merge pull request #22 from google/structured-do-while |
commit | commitdiff | tree | snapshot |
2015-07-20 |
John Kessenich | Preprocessor: Prevent (and give an error on) expression... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
John Kessenich | Tests: Increase testing around incorrect use of block... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
John Kessenich | Front end: Prevent use of a block name, which has no... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
John Kessenich | Fix g++ build break (portibility problems with stl... |
commit | commitdiff | tree | snapshot |
2015-07-20 |
John Kessenich | Preprocessor: 1) Rationalize the "fixed atom" scheme... |
commit | commitdiff | tree | snapshot |
2015-07-19 |
John Kessenich | Performance: Simple upgrade/cleanup of stl c++11 contai... |
commit | commitdiff | tree | snapshot |
2015-07-18 |
John Kessenich | Building: Fix a couple of new warnings. |
commit | commitdiff | tree | snapshot |
2015-07-18 |
John Kessenich | Front-end: Add error-recovery code for a switch stateme... |
commit | commitdiff | tree | snapshot |
2015-07-17 |
David Neto | Generate correctly structured do-while loops. |
commit | commitdiff | tree | snapshot |
2015-07-17 |
John Kessenich | Merge pull request #21 from google/allow_non_null_strings |
commit | commitdiff | tree | snapshot |
2015-07-17 |
John Kessenich | Merge pull request #20 from google/remove_exception |
commit | commitdiff | tree | snapshot |
2015-07-17 |
Andrew Woloszyn | Added a setStringsWithLengths() method to TShader. |
commit | commitdiff | tree | snapshot |
2015-07-17 |
Andrew Woloszyn | Removed the single usage of exceptions in all of glslang. |
commit | commitdiff | tree | snapshot |
2015-07-16 |
John Kessenich | Front-end: Implement GL_OES_gpu_shader5. |
commit | commitdiff | tree | snapshot |
2015-07-15 |
John Kessenich | Merge pull request #18 from srk-lunarg/v30_static_analy... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Steve | Comment out some dead assignments per suggestion from... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
John Kessenich | Merge pull request #17 from google/non-existing-string |
commit | commitdiff | tree | snapshot |
2015-07-15 |
Lei Zhang | Protect location setting methods from writing to non... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
John Kessenich | Include specification revision as part of the version... |
commit | commitdiff | tree | snapshot |
2015-07-15 |
John Kessenich | Merge pull request #16 from google/pp-directive |
commit | commitdiff | tree | snapshot |
2015-07-15 |
John Kessenich | Front-end: enforce qualifiers that cannot appear on... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
John Kessenich | Fix compile errors: about 25 .PpError didn't compile... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
John Kessenich | Merge pull request #15 from google/preprocessing-error |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Andrew Woloszyn | Added error output to the preprocessor. |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Lei Zhang | Remove uncessary line break. |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Lei Zhang | Fix empty line handling in line directive callback. |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Lei Zhang | Fix line number handling in line directive callback. |
commit | commitdiff | tree | snapshot |
2015-07-14 |
John Kessenich | Merge pull request #14 from google/extensionturnedon |
commit | commitdiff | tree | snapshot |
2015-07-14 |
John Kessenich | Merge pull request #11 from baldurk/size-t-int-warning... |
commit | commitdiff | tree | snapshot |
2015-07-14 |
Lei Zhang | Simplify function calls for extensionsTurnedOn(). |
commit | commitdiff | tree | snapshot |
2015-07-13 |
John Kessenich | Update readme to point to Khronos landing page. |
commit | commitdiff | tree | snapshot |
2015-07-13 |
John Kessenich | Fix incorrect used of snprintf() |
commit | commitdiff | tree | snapshot |
2015-07-13 |
John Kessenich | Updated command-line options, adding -o for saving... |
commit | commitdiff | tree | snapshot |
2015-07-12 |
baldurk | on x64, size_t is 64-bit and int is 32-bit, so needs... |
commit | commitdiff | tree | snapshot |
2015-07-12 |
John Kessenich | Fix clang static analyzer issues, as reported by floooh. |
commit | commitdiff | tree | snapshot |
2015-07-11 |
John Kessenich | Merge pull request #4 from baldurk/relative-include... |
commit | commitdiff | tree | snapshot |
2015-07-11 |
John Kessenich | Merge pull request #5 from floooh/fix-clang-warnings |
commit | commitdiff | tree | snapshot |
2015-07-11 |
John Kessenich | Add some missing 'const' and texture-op guards, for... |
commit | commitdiff | tree | snapshot |
2015-07-11 |
Andre Weissflog | Fix most clang warnings |
commit | commitdiff | tree | snapshot |
2015-07-08 |
baldurk | include by relative path, so root doesn't need to be... |
commit | commitdiff | tree | snapshot |
2015-07-07 |
John Kessenich | Linux build: fix case problem with new file. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
John Kessenich | Clear up a C++ compile warning |
commit | commitdiff | tree | snapshot |
next |