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
302b46aebc520cb62b45bcf5a02ef96668fa36e8
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
3
Apr
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
12
11
10
8
6
1
29
Apr
24
22
14
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.
Updated the includer interface to allow relative includes.
Front-end: propagate specialization-constness through conversions and swizzles.
Front-end: Add specialization-constant subtrees for const variables/symbols.
Front-end infrastructure: Encapsulate semantic-level questions/actions about const/temp.
Front-end infrastructure: simplify and localize creating symbol nodes, reducing replication.
Merge pull request #209 from amdrexu/bugfix
Parser: Type promotion for operator modulus(%) is missing.
Merge pull request #203 from dneto0/wip-mingw
Support compilation via MinGW
Merge pull request #204 from amdrexu/bugfix
SPV: Implement boolean selection for mix().
HLSL: Abstract accepting an identifier.
HLSL: Simplify appearances a bit to make easier to read.
HLSL: Accept basic funtion definitions. (Not yet mapping input/output for entry point.)
HLSL: Get correct set of reserved words.
HLSL: Hook up constructor expressions through the AST.
Loading