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
0fc4338f3e07c0f5320a207c74a3b625211c6881
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
12
Apr
11
9
7
6
4
3
2
31
Mar
30
27
26
25
24
22
21
20
19
18
16
15
14
13
12
11
10
9
8
7
6
3
1
28
Feb
27
25
24
23
21
19
18
15
14
8
7
5
2
1
22
Jan
21
20
19
18
16
15
13
12
11
10
6
5
4
29
Dec
24
22
21
20
19
16
15
14
13
12
11
10
9
8
7
6
3
2
1
28
Nov
22
20
16
15
11
28
Oct
27
26
15
14
13
12
11
6
5
2
1
30
Sep
21
18
16
15
14
13
14
13
11
10
9
6
5
31
Aug
30
29
22
21
19
18
17
16
15
11
10
9
6
5
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
SPV for OpenGL: Issue #229: don't allow gl_VertexIndex or gl_InstanceIndex under -G.
Unit test executable should link to libHLSL
Make two more IncludeResult members const.
Merge pull request #226 from baldurk/warning-fixes
Fix warning about function parameter shadowing class member variable
Fix warning about losing information, use size_t instead of int
Nonfunctional: Remove stray ';' and fix Google Test sentence in README.
Memory: Don't use pool memory to store the entry point name in the intermediate representation.
Front-end: Get the right set of nodes marked as spec-const.
Merge pull request #216 from Qining/fix-non-const-array-size-from-spec-const
add SpecConstantOpModeGuard to GlslangToSpvTraverser::visitSymbol()
Turn on SpecConstantOpMode based on node qualifier
fix the wrong generated code when a non-constant array is declared with its size derived from spec constant operations
Merge pull request #220 from Qining/fix-built-in-spec-constants
Built-in values declared as specialization constant
Merge branch 'master' into hlsl-frontend
Merge branch 'master' of github.com:KhronosGroup/glslang
Merge pull request #217 from baldurk/vs2010-compile-fixes
Merge pull request #219 from 1ace/master
fix spelling mistakes
Comment: fix comment from gtest check in.
Specify explicit return type on lambda function
Change {parameter} lists into explicit std::vector temporaries
Merge pull request #190 from antiagainst/gtest
Merge pull request #214 from amdrexu/bugfix
Merge pull request #215 from Qining/spec-constants-operations
fix format; remove unnecessary parameters; rename some spec op mode guard class; remove support of float point comparison and composite type comparison; update the tests.
Link in Google Test framework.
Spec Constant Operations
Parser: Update array size of gl_ClipDistance/gl_CullDistance in gl_in[].
Merge branch 'master' of github.com:KhronosGroup/glslang into clang-format
Put braces on new line after if/for/switch/case.
Merge pull request #211 from Qining/spec-constants-composite
Support specialization composite constants
Merge pull request #212 from amdrexu/bugfix
Parser: Fix a build issue (VS2012).
Merge pull request #210 from AWoloszyn/fix-compilation
Fixed compilation issue introduced by my last commit
Merge pull request #198 from AWoloszyn/update-includer
Front-end: Propagate spec-constness up through aggregate constructors.
Loading