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
a06bd527ca0e21e401f36b6062481bf76f5b067b
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
3
May
2
30
Apr
29
28
27
22
21
18
14
12
11
9
7
6
4
3
2
31
Mar
30
27
26
25
24
22
21
20
19
18
16
15
14
13
12
11
10
9
8
7
6
3
1
28
Feb
27
25
24
23
21
19
18
15
14
8
7
5
2
1
22
Jan
21
20
19
18
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
Correct precision qualification on built-in functions.
Merge pull request #256 from DavidYen/missing_license
Removed unused files SetupLinux.sh, index.php.
Merge pull request #248 from amdrexu/feature2
Implement the extension GL_ARB_gpu_shader_int64
Added missing headers to SetupLinux.sh and index.php.
Merge pull request #228 from Qining/fix-infinite-loop-due-to-eof-missing
add .err file for eof_missing test
Fix the infinite loop when an input file lacks EOF
Merge pull request #251 from amdrexu/bugfix
SPV: Use OpLogicalEqual/OpLogicalNotEqual for boolean type comparison.
Merge pull request #247 from dneto0/no-mutex
Remove use of std::mutex in gtest code.
Merge pull request #241 from Qining/fix-spec-const-construct-matrix
fix the problem that spec constant composite instruction being used when only front-end constants are used in the constructor
Fix spec const construtor for matrix and vector
Merge pull request #232 from Qining/fix-spec-const-bool-to-int-conversion
Refine the code and address comments
SpecOp bool->uint/int and uint<->int conversion
Merge pull request #231 from dneto0/gtests-link-to-hlsl
SPV for OpenGL: Issue #229: don't allow gl_VertexIndex or gl_InstanceIndex under -G.
Unit test executable should link to libHLSL
Make two more IncludeResult members const.
Merge pull request #226 from baldurk/warning-fixes
Fix warning about function parameter shadowing class member variable
Fix warning about losing information, use size_t instead of int
Nonfunctional: Remove stray ';' and fix Google Test sentence in README.
Memory: Don't use pool memory to store the entry point name in the intermediate representation.
Front-end: Get the right set of nodes marked as spec-const.
Merge pull request #216 from Qining/fix-non-const-array-size-from-spec-const
add SpecConstantOpModeGuard to GlslangToSpvTraverser::visitSymbol()
Turn on SpecConstantOpMode based on node qualifier
fix the wrong generated code when a non-constant array is declared with its size derived from spec constant operations
Merge pull request #220 from Qining/fix-built-in-spec-constants
Built-in values declared as specialization constant
Merge branch 'master' into hlsl-frontend
Merge branch 'master' of github.com:KhronosGroup/glslang
Merge pull request #217 from baldurk/vs2010-compile-fixes
Merge pull request #219 from 1ace/master
fix spelling mistakes
Loading