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
8a1a4a7a8b5fcf706d37a5a6d278d8acd24ed602
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
17
Aug
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
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
Merge pull request #57 from google/glslang-android
Fixes for compiling glslang on Android.
Implement GL_OES_shader_image_atomic.
Implement GL_OES_sample_variables.
Implement GL_OES_texture_storage_multisample_2d_array.
Fix two multi-sample bugs: 1) include MS in name mangling, 2) add 'sample' argument texelFetch(*MS*,...).
Implement GL_OES_texture_cube_map_array.
Implement GL_OES_texture_buffer.
Implement GL_OES_primitive_bounding_box.
Whitespace in preprocessor results; trying to eliminate differences.
Merge pull request #56 from Psybrus/master
Fixed VS2015 build
Merge pull request #54 from mknejp/master
Merge pull request #55 from srk-lunarg/v31_type_fixes
Add missing OpTypeSampledImage to prevent unknown type error from SPVRemapper.
SPIR-V: Return undefined values from implicit returns instead of dummy
Array of array: Implement the core functionality: types, constructors, operations.
Array of Array prep: Turn a batch of 0's into nullptr or UnsizedArraySize.
Add new SPIR-V 31 files.
Move to revision 31 of SPIR-V.
Create last version before going to SPIR-V Revision 31.
Merge pull request #53 from google/get-string-name-or-num
Fixes to 8f1684b7bb881813365efd013b05bc0900a52a0c, merge pull request 52.
Merge pull request #52 from baldurk/gcc-warn-fixes
Merge pull request #51 from baldurk/size-t-int-warning-fixes
Create a new method to return string name or number to DRY code.
Compile fixes for gcc -Wall
Remove unsigned/size_t downcast (warning when building on x64)
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.
Loading