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
132cf537373f52e39f149adfbc94f92e89b9e693
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
26
Jul
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
13
12
11
7
6
5
4
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.
NDK build: Use NDK r17b and its own CMake toolchain file
Travis CI: Fix comments disabling code.
Merge pull request #1440 from dneto0/later-android
Travis-CI: Use Android NDK r13b specifically
Merge pull request #1438 from Think-Silicon/getUniformStages
Non-functional: Retrigger bots; the previous failure looks suspicious.
HLSL: Fix #1432: Globally initialize local static variables.
Reflection exposes the Shader Stages where a Uniform is present
Allowed debug postfix to be changed.
Added the cmake option to disable building SPVRemapper.
Merge pull request #1434 from antiagainst/fix-spirv-tools-header
build: Add ccache option to CMake config
SPIRV: Simplify matrix->matrix constructor
Use public SPIRV-Tools header
Merge pull request #1431 from KhronosGroup/implement-8-16-bit-storage
Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions.
Loading