Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glslang
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
external
deqp-deps
glslang
Graph
d18e2d8adc3a6a0d0246b421bd36f63311801f98
Select Git revision
Branches
1
test
default
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
5
Aug
3
2
31
Jul
29
28
27
25
24
23
22
21
20
19
18
17
15
14
13
12
11
8
7
6
4
3
2
30
Jun
29
28
26
24
23
19
17
16
15
14
13
12
11
10
9
8
26
May
25
22
20
19
18
16
15
13
11
8
7
6
3
30
Apr
29
27
17
9
8
3
2
1
31
Mar
30
24
4
3
7
Jan
21
Dec
20
11
17
Nov
5
28
Oct
17
8
6
1
28
Sep
18
12
8
5
25
Aug
24
19
18
15
14
13
12
11
10
9
29
Jul
28
10
27
Jun
23
18
5
3
27
May
14
12
11
10
8
6
1
29
Apr
24
22
14
2
31
Mar
28
26
17
16
14
12
11
8
24
Feb
19
18
13
12
3
31
Jan
28
27
26
23
22
21
11
10
8
7
6
31
Dec
30
20
18
17
16
13
12
11
10
9
7
6
5
4
3
2
1
27
Nov
26
23
22
21
20
19
15
14
13
12
11
10
9
8
7
5
1
31
Oct
30
29
28
24
23
22
21
20
18
17
16
15
14
11
9
7
5
4
3
2
1
28
Sep
26
24
20
17
8
6
4
3
31
Aug
30
29
27
13
9
8
6
5
4
3
1
31
Jul
22
9
8
6
2
1
28
Jun
26
25
24
21
20
19
17
14
13
12
11
10
7
6
3
2
30
May
29
28
17
7
5
26
Apr
25
17
15
14
13
12
11
10
9
7
5
3
21
Mar
13
12
9
8
7
4
1
28
Feb
27
26
25
22
Merge pull request #50 from google/remove-unused-code
Remove unused members from TPpContext.
Merge pull request #46 from google/include-directive
Create a new ppRequireExtensions method for preprocessor.
Revisioning: Include GLSL.std.450 version. Also, the revision.h script now includes redirection to revision.h.
Version reporting: Restart active use of revision.h, now based on a git tag.
Merge branch 'master' of https://github.com/KhronosGroup/glslang
Update Linux binary
Update Window's binary
Output wrapping #line directives for included content.
Update scanner in TParseContext when changing the input stream.
Use extension framework to enable #include directive.
Add #include processing to glslang (though turned off by default).
Merge pull request #45 from google/source-string-name
Add mechanism for specifying names for source strings.
Non-functional: Slight change to the Google #include implementation to separate it from AEP.
Merge pull request #43 from google/cpp-style-line-directive
Use const reference for TSourceLoc in interfaces.
Use requireExtensions() to check extension and turn on more tests.
Extend the syntax of #line and __FILE__ to support filename strings.
Scanning: 1) rationalize end-of-input everywhere, 2) prevent infinite loop at end-of-input, 3) use positive chars.
Issue #39: Prevent problem of inserting a zero-length symbol after cascading errors.
Preprocessor: Allow '\' as a token, which gets actual use in #error, but should have no other use.
Consolidate all token length limits (1024), including one bad one (80) hardcoded on the stack (issue #40, issue #41).
Merge pull request #44 from fkaa/osx-const-key-fix
Fix missing const qualifier on TUnorderedMap template type
Portability: Make previous merge work with MSVS 2012.
Merge pull request #38 from google/preprocessing-line-number
DoPreprocessing() should consider source string change.
Create a new class to keep track of line number in preprocessor.
AST -> SPV testing: Update test for using new TbdFunctionality() that is non-fatal and uniquifies printed TBDs.
AST -> SPV: Add basic atomic_uint and atomic*() built-in function functionality.
Front-end atomics: Finish adding atomic built-in functions (non-image) into the AST.
Todo.txt: Added key, including notation for who's working on something.
Update Todo.txt.
Portability: Remove unneeded "= default" to work with older compilers.
Merge pull request #31 from google/explicit-extension-directive
Issue 32: Guard against constructors consuming unsized arrays.
Merge pull request #33 from google/spv-builder-loop-ctor-inits-all-members
spv::Builder::Loop constructor inits all members.
Loading