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 |
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 |
2015-07-07 |
John Kessenich | Front-end: move to rational internal array-of-array... |
commit | commitdiff | tree | snapshot |
2015-07-06 |
John Kessenich | docs: Update missing features list |
commit | commitdiff | tree | snapshot |
2015-07-04 |
John Kessenich | glslang -> SPIR-V: smear scalars for integer (scalar... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
John Kessenich | Use E_ prefix instead of _ for distinguishing extension... |
commit | commitdiff | tree | snapshot |
2015-07-03 |
John Kessenich | Merge pull request #2 from nwnk/glext-compatibility |
commit | commitdiff | tree | snapshot |
2015-07-03 |
John Kessenich | Merge pull request #3 from fkaa/include-fix |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Felix Kaaman | Fix include directive depending on root folder name |
commit | commitdiff | tree | snapshot |
2015-06-30 |
Adam Jackson | Fix incompatibility with <GL/glext.h> |
commit | commitdiff | tree | snapshot |
2015-06-29 |
John Kessenich | Make double underscore "__" an error for ES 300, but... |
commit | commitdiff | tree | snapshot |
2015-06-29 |
John Kessenich | Building README: Update to CMake information. |
commit | commitdiff | tree | snapshot |
2015-06-29 |
John Kessenich | Merge pull request #1 from antiagainst/markdown-readme |
commit | commitdiff | tree | snapshot |
2015-06-28 |
Lei Zhang | Format README using markdown. |
commit | commitdiff | tree | snapshot |
2015-06-26 |
John Kessenich | Final round for line endings. |
commit | commitdiff | tree | snapshot |
2015-06-26 |
John Kessenich | Second round line ending clean up, from fresh round... |
commit | commitdiff | tree | snapshot |
2015-06-26 |
John Kessenich | Add .gitattributes and normalize a few stray file's... |
commit | commitdiff | tree | snapshot |
2015-06-26 |
John Kessenich | Make the "switch-label not followed by statement" warni... |
commit | commitdiff | tree | snapshot |
2015-06-26 |
John Kessenich | Add +x to two more scripts. |
commit | commitdiff | tree | snapshot |
2015-06-26 |
John Kessenich | Add +x to two executables. |
commit | commitdiff | tree | snapshot |
2015-06-26 |
johnkslang | Make smoother use in GitHub |
commit | commitdiff | tree | snapshot |
2015-06-24 |
John Kessenich | glslang build: force the use of -std=c++11 when buildin... |
commit | commitdiff | tree | snapshot |
2015-06-23 |
John Kessenich | glslang front-end: Implement AEP *_point_size extensions. |
commit | commitdiff | tree | snapshot |
2015-06-19 |
John Kessenich | glslang front-end: Full turn-on of AEP tessellation... |
commit | commitdiff | tree | snapshot |
2015-06-19 |
John Kessenich | glslang: Finish turn on of AEP geometry shaders for... |
commit | commitdiff | tree | snapshot |
2015-06-19 |
John Kessenich | glslang front-end: Don't emit blank lines for empty... |
commit | commitdiff | tree | snapshot |
2015-06-17 |
John Kessenich | glslang testing: Remove dependence on testfiles from... |
commit | commitdiff | tree | snapshot |
2015-06-17 |
John Kessenich | fix linux ^M issues with previous check-in |
commit | commitdiff | tree | snapshot |
2015-06-17 |
John Kessenich | glslang preprocessing: Add -E option to print out prepr... |
commit | commitdiff | tree | snapshot |
2015-06-16 |
John Kessenich | glslang front-end: Added a callback mechanism for ... |
commit | commitdiff | tree | snapshot |
2015-06-16 |
John Kessenich | glslang front-end: track column numbers (they don't... |
commit | commitdiff | tree | snapshot |
2015-06-16 |
John Kessenich | glslang: Add API override of version and profile for... |
commit | commitdiff | tree | snapshot |
2015-06-16 |
John Kessenich | glslang tests: Fix error propagation. From David... |
commit | commitdiff | tree | snapshot |
2015-06-15 |
John Kessenich | glslang AEP: Full semantics for *_shader_io_blocks. |
commit | commitdiff | tree | snapshot |
2015-06-14 |
John Kessenich | glslang AEP: Geometry shader features nominally working... |
commit | commitdiff | tree | snapshot |
2015-06-13 |
John Kessenich | glslang -> SPV: swap arguments as needed for OpVectorTi... |
commit | commitdiff | tree | snapshot |
2015-06-12 |
John Kessenich | glslang -> SPV: fix degenerate switch topologies (bug... |
commit | commitdiff | tree | snapshot |
2015-06-12 |
John Kessenich | glslang ES reference: Don't allow std430 on uniform... |
commit | commitdiff | tree | snapshot |
2015-06-12 |
John Kessenich | glslang AEP: The extension scheme, extension-enabled... |
commit | commitdiff | tree | snapshot |
2015-06-11 |
John Kessenich | glslang front-end: Support relaxed error checking for... |
commit | commitdiff | tree | snapshot |
2015-06-10 |
John Kessenich | glslang portability: Fixed a slew of OSX compilation... |
commit | commitdiff | tree | snapshot |
2015-06-10 |
John Kessenich | glslang portability: Resolve OSX errors, some other... |
commit | commitdiff | tree | snapshot |
2015-06-09 |
John Kessenich | SPV compressor: Fixes a possible asserts. Attribution... |
commit | commitdiff | tree | snapshot |
2015-06-08 |
John Kessenich | glslang: Allow programmatically prepending code to... |
commit | commitdiff | tree | snapshot |
2015-06-08 |
John Kessenich | glslang ref. front-end: Add missing image format for... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
John Kessenich | Requesting input on Bug 1346: checking in, turned off... |
commit | commitdiff | tree | snapshot |
2015-05-25 |
John Kessenich | glslang tests: Update test result from test-file change. |
commit | commitdiff | tree | snapshot |
2015-05-22 |
John Kessenich | update Window's binary |
commit | commitdiff | tree | snapshot |
2015-05-22 |
John Kessenich | update linux binary |
commit | commitdiff | tree | snapshot |
2015-05-22 |
John Kessenich | glslang -> SPV: Improvements in swizzles on access... |
commit | commitdiff | tree | snapshot |
2015-05-22 |
John Kessenich | glslang -> SPV: add decorations for built-ins that... |
commit | commitdiff | tree | snapshot |
next |