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
453bb26ef553fb1ab426f6e2b7920dfc73610a19
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
18
Jan
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
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
Merge pull request #134 from AWoloszyn/glslangvalidator-memory
Merge pull request #133 from AWoloszyn/spirv-memory
Free memory associated with SPIR-V generation.
Freed up some memory when no longer needed in glslangValidator.
Doubles: Add all the missing built-in double-based prototypes.
Memory/Perf: For link-mode, isolate file I/O so API can be looped over.
Merge pull request #121 from amdrexu/feature
Merge pull request #129 from AWoloszyn/fix-noop-strcpy
Merge pull request #126 from mgadams/win32_warnings
Tests: Update to match previous pull request.
Merge pull request #130 from jekstrand/fix-std140-struct
getBaseAlignment: Use the rowMajor argument for determining matrix strides
getBaseAlignment: Round up structure sizes to max alignment
Removed strcpy that copied to itself.
Add .clang-format.
Merge branch 'master' of github.com:google/glslang into loopgen
Fix back-branch target for do-while loops.
Update .out files with new loop SPIR-V.
Switch loops stack to use LoopBlocks.
Test a for loop with no body.
Fix unreachable-block removal.
First cut at new loop codegen.
Fix several build warnings/error encountered with VS2013
Parser & SPV: Implement two extensions regarding GLSL sparse texture.
SPV: Handle type punning in createCompositeCompare().
SPV: Don't do stride decorations for arrays of arrays of blocks.
SPV: Handle stride decorations for arrays of arrays, and using multiple type instances when strides are used.
SPV: Fix array strides by explicitly computing them in the getBaseAlignment() algorithm.
SPV: Generalize multiple struct-type instances for interpolation/invariant qualifiers.
Semantics: Catch nested types containing 'int' with non-'flat' interpolation.
SPV: Don't make MissingFunctionality() exit anymore.
SPV: Implement composite comparisons (reductions across hierchical compare).
SPV: Move to deterministic results for OpEntryPoint, for test stability across platforms.
SPV: Make OpEntryPoint I/O list include all static uses.
SPV: recursively propagate row/col majorness through nested structures.
SPV: Nested layouts: Recursively send around the top-level std140 or std430 packing.
Merge pull request #118 from amdrexu/bugfix
Merge pull request #120 from amdrexu/bugfix2
Merge branch 'master' of github.com:KhronosGroup/glslang
Merge pull request #117 from amdrexu/feature
Loading