2016-12-10 |
John Kessenich | Linker: Eliminate uncalled functions, because they... |
blob | commitdiff |
2016-11-14 |
John Kessenich | Merge pull request #576 from steve-lunarg/uav-registers |
blob | commitdiff | diff to current |
2016-11-14 |
John Kessenich | Merge pull request #583 from null77/fix-unref-warning |
blob | commitdiff | diff to current |
2016-11-05 |
John Kessenich | Whole stack: Fix stale types in the AST linker object... |
blob | commitdiff | diff to current |
2016-10-21 |
Johannes van Waveren | Merge remote-tracking branch 'upstream/master' |
blob | commitdiff | diff to current |
2016-10-01 |
John Kessenich | Merge pull request #521 from yavn/frag-shader-primitive... |
blob | commitdiff | diff to current |
2016-09-27 |
John Kessenich | Merge pull request #524 from DominikWitczakAMD/517_incl... |
blob | commitdiff | diff to current |
2016-09-27 |
Dominik Witczak | #517: Enable AMD extensions by default |
blob | commitdiff | diff to current |
2016-08-11 |
John Kessenich | Merge pull request #427 from wesleygriffin/master |
blob | commitdiff | diff to current |
2016-08-03 |
dankbaker | Merge pull request #1 from KhronosGroup/master |
blob | commitdiff | diff to current |
2016-08-03 |
John Kessenich | Front-end: Implement 2nd task of issue #400; precision... |
blob | commitdiff | diff to current |
2016-06-06 |
Dejan Mircevski | Merge branch 'master' of github.com:KhronosGroup/glslan... |
blob | commitdiff | diff to current |
2016-05-25 |
John Kessenich | Merge pull request #230 from dekimir/incresconst |
blob | commitdiff | diff to current |
2016-05-04 |
John Kessenich | Parser: Precise: Recognize 'precise', tag types, and... |
blob | commitdiff | diff to current |
2016-05-04 |
John Kessenich | Correct precision qualification on built-in functions. |
blob | commitdiff | diff to current |
2016-01-11 |
Dejan Mircevski | Merge branch 'master' of github.com:google/glslang... |
blob | commitdiff | diff to current |
2015-12-11 |
John Kessenich | Tests: Move to just linefeed to simply cross-platform... |
blob | commitdiff | diff to current |
2015-12-07 |
John Kessenich | Semantics: Correct that std430 is universally disallowe... |
blob | commitdiff | diff to current |
2015-12-07 |
John Kessenich | Merge pull request #100 from mawww/scanner-optim |
blob | commitdiff | diff to current |
2015-11-28 |
John Kessenich | Array-sizing bug fix: multiple array initializers of... |
blob | commitdiff | diff to current |
2015-09-14 |
Rex Xu | Merge master branch from upstream |
blob | commitdiff | diff to current |
2015-09-14 |
Rex Xu | Merge remote-tracking branch 'upstream/master' |
blob | commitdiff | diff to current |
2015-09-11 |
John Kessenich | Front-end Arrays of arrays: Add ES-specific checks... |
blob | commitdiff | diff to current |
2015-08-19 |
John Kessenich | Backward incompatible: Turn on PureOperatorBuiltins... |
blob | commitdiff | diff to current |
2015-06-12 |
John Kessenich | glslang ES reference: Don't allow std430 on uniform... |
blob | commitdiff | diff to current |
2015-05-18 |
John Kessenich | glslang: Formally track all built-in variables, right... |
blob | commitdiff | diff to current |
2015-04-29 |
John Kessenich | glslang: Correct global precision qualifiers to make... |
blob | commitdiff | diff to current |
2015-04-29 |
John Kessenich | glslang AST output: include global vs. temp (local... |
blob | commitdiff | diff to current |
2014-10-08 |
John Kessenich | Do qualifier-based checking independent of declaring... |
blob | commitdiff | diff to current |
2014-08-12 |
John Kessenich | Turn on ESSL 3.1 for most features: |
blob | commitdiff | diff to current |
2014-04-14 |
John Kessenich | Restore r26245 and all tests and test results since... |
blob | commitdiff | diff to current |
2014-04-02 |
John Kessenich | Non-functional, infrastructure: Be more explicit about... |
blob | commitdiff | diff to current |
2014-03-31 |
John Kessenich | Track which extensions were enabled or required, in... |
blob | commitdiff | diff to current |
2014-02-13 |
John Kessenich | Fix missing semantic check: Disallow layout qualifiers... |
blob | commitdiff | diff to current |
2014-01-07 |
John Kessenich | Fix slight inconsistencies in which qualifiers are... |
blob | commitdiff | diff to current |
2014-01-06 |
John Kessenich | Minor infrastructure changes, to simplify an upcoming... |
blob | commitdiff | diff to current |
2013-12-11 |
John Kessenich | Tessellation partial implementation (not ready for... |
blob | commitdiff | diff to current |
2013-12-04 |
John Kessenich | Check for structures out from vertex or into fragment... |
blob | commitdiff | diff to current |
2013-12-04 |
John Kessenich | Track whether function declarations are prototypes... |
blob | commitdiff | diff to current |
2013-12-04 |
John Kessenich | Fix ES unsized-array checking: it was one level too... |
blob | commitdiff | diff to current |
2013-12-03 |
John Kessenich | Update test results. |
blob | commitdiff | diff to current |
2013-12-03 |
John Kessenich | Give error when overloaded functions differ only on... |
blob | commitdiff | diff to current |
2013-12-02 |
John Kessenich | Fix logic error in steering which stages get bias vs... |
blob | commitdiff | diff to current |
2013-11-20 |
John Kessenich | Track what ins/outs/uniforms are used, so that errors... |
blob | commitdiff | diff to current |
2013-11-11 |
John Kessenich | More subtle checking for redeclarations: |
blob | commitdiff | diff to current |
2013-11-08 |
John Kessenich | Add some missing invariant semantic checks, replace... |
blob | commitdiff | diff to current |
2013-10-28 |
John Kessenich | Fix bug where bracket dereferences were incorrectly... |
blob | commitdiff | diff to current |
2013-10-24 |
John Kessenich | Add redeclarations of built-in blocks. |
blob | commitdiff | diff to current |
2013-10-23 |
John Kessenich | Add geometry-shader stream, invocations, max_vertices... |
blob | commitdiff | diff to current |
2013-09-28 |
John Kessenich | Add full support for uniforms with initializers, includ... |
blob | commitdiff | diff to current |
2013-09-26 |
John Kessenich | Unify the 8 grammar productions for declaring variables... |
blob | commitdiff | diff to current |
2013-09-24 |
John Kessenich | Add basic intra-stage linking validation for matching... |
blob | commitdiff | diff to current |
2013-09-08 |
John Kessenich | Full thread safety working: |
blob | commitdiff | diff to current |
2013-08-05 |
John Kessenich | Track expected test results and add more README informa... |
blob | commitdiff | diff to current |
|