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
1b46f137f7584debb1a2031aa11c48e4097d43b4
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
13
Apr
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
3
1
30
Jun
29
27
26
23
21
20
19
15
14
13
12
10
9
8
7
6
5
4
3
2
1
31
May
29
24
20
19
18
17
16
15
13
12
HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs.
Merge pull request #1348 from greg-lunarg/kg16
Merge pull request #1351 from danginsburg/issue_1350
Update gold results
Make FindLanguage use the entire name if parseStageName is false
Fix build error
Make glslang validator support files ending in .glsl
Fix issue #1350 - set the node type to match the atomic TIntermAggregate node type so that AtomicSMin/Max is not generated with a result type of void.
GLSL/Vulkan: Enforce no location aliasing in vertex inputs.
Update spirv-opt known good
Build: Fix #1347: Compile with NV_EXTENSIONS disabled.
Merge pull request #1326 from mattparks/patch1
Non-functional: Fix tabs.
GLSL: Fix #1330: default outputs for GL_NV_geometry_shader_passthrough
Bump revision.
Merge pull request #1343 from KhronosGroup/uint-counter-bufs
Merge pull request #1341 from St0fF-NPL-ToM/master
HLSL: Fix #1332: consistently use uint for counter buf typing.
Revert "add ability to record accessed and declared "named defines""
Merge pull request #1338 from cgmb/minor-shaderlang-fixups
GLSL/SPV: no location on atomic_uint; Fix #1339.
Minor cleanup in ShaderLang.cpp
fix further MSVC 2012 build issues
add ability to record accessed and declared "named defines"
fix VS2012 compile issues
GLSL/SPV: Fix #1310: don't create unnecessary integer matrices.
README: Expand on the C++11 compiler requirement for MSVS.
Update revision.
Fix #1328: ENABLE_HLSL=OFF breaking build.
Fix #1331: Emit SPV_GOOGLE_hlsl_functionality1 for counters.
Fix #1333: Protect against -g for non-generating code.
Merge branch 'nonuniform-dynindex'
Update revision.
Revision/Version update.
GLSL/SPV: Implement SPV_EXT_descriptor_indexing and GL_EXT_nonuniform_qualifier
Update revision.
GLSL: Implement correct semantic checking for run-time sized arrays.
Linker: Fix #1329: correctly merge unsized arrays, and fix link tests.
Merge pull request #1327 from mattparks/patch2
Added getter for uniform block bindings
Loading