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
82ead04c39c6a4b7fa153d692b26181091c43c15
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
9
Aug
7
6
3
1
27
Jul
26
25
23
20
18
12
11
10
7
6
5
4
3
2
1
29
Jun
27
22
21
20
19
14
11
8
7
6
5
4
2
1
31
May
27
25
24
23
21
19
17
16
15
14
12
10
4
3
2
26
Apr
25
24
23
19
17
16
14
13
12
11
10
9
7
6
5
2
1
30
Mar
29
28
27
26
25
22
21
19
16
15
14
13
12
11
9
8
7
6
5
3
2
28
Feb
27
26
22
21
20
19
18
15
14
11
9
8
7
6
5
2
1
31
Jan
29
17
16
12
11
10
9
8
5
2
29
Dec
23
21
20
16
15
14
13
12
9
8
7
6
5
4
1
30
Nov
29
28
27
24
22
21
20
16
15
14
13
12
10
9
8
3
2
1
28
Oct
27
25
24
23
22
23
22
21
20
19
18
17
16
12
11
10
8
7
6
7
6
4
3
2
30
Sep
29
28
27
26
25
23
22
21
20
19
15
14
13
12
11
9
7
6
5
31
Aug
1
Sep
31
Aug
29
28
26
25
24
23
24
23
19
17
15
14
11
10
9
8
7
6
4
3
2
31
Jul
30
28
27
26
25
24
23
21
22
20
18
16
15
14
Bump revision.
Fix #1468: Add command-line --entry-point support, same as existing -e.
Fix #1469: Make it easier to copy/paste build instructions.
Merge pull request #1466 from Kangz/warning_fixes
Merge pull request #1470 from antiagainst/patch-2
Appveyor CI: build artifacts for x64
Fix -Wignored-qualifier and -Wunused-variable warnings
Add shebang
Remove execute permissions
Merge pull request #1460 from KhronosGroup/postprocess
Non-Functional: Add postprocess as more robust way to add capabilities
Merge pull request #1459 from dgkoch/dgkoch_build_fixes4
Fix build warnings/errors:
Merge pull request #1457 from KhronosGroup/parse-floats
PP: Address #1456: Strip float suffixes before using platform library.
Tests: Add more string -> float tests. Related to #1456.
PP: floating-point parsing: more stable handling of istringstream::fail
Bump revision.
Merge pull request #1455 from TiemoJung/nullpointer_crash_fix
GLSL: No more restrictions on (non)shadow sampler construction.
Fixes a crash when in/out varying variable had no semantic name and an error was reported in ioremapper phase when the variable was rejected
Merge pull request #1451 from KhronosGroup/shadow-forces-depth
HLSL: Fix #1445: distance() works on scalars.
Merge pull request #1453 from greg-lunarg/kg22
GLSL: Construct shadow texture from non-shadow sampler.
GLSL/SPV: If a texture is used with a shadow sampler, force 'shadow'.
Update spirv-tools known good
Merge branch 'zeux-master'
Merge branch 'master' of https://github.com/zeux/glslang into zeux-master
Merge pull request #1450 from KhronosGroup/link-merge-all
Link: Merge all the settings in TIntermediate.
Merge pull request #1436 from karl-lunarg/karl-ccache
Merge pull request #1446 from KhronosGroup/spv-link
Merge pull request #1437 from mattparks/patch-2
Merge branch 'jeffbolznv-missing_descriptor_indexing_extension'
Merge branch 'missing_descriptor_indexing_extension' of https://github.com/jeffbolznv/glslang into jeffbolznv-missing_descriptor_indexing_extension
Link/SPV: Correct symbol IDs on merging ASTs to a single coherent space
Merge pull request #1442 from dneto0/use-forked-android-ndk-repo
Add missing OpExtension SPV_EXT_descriptor_indexing for dynamic indexing capabilities
Errors and Build: Fix build warnings, which also improved error messages.
Loading