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
78fe3ace85c177e4b5a1572139dcc699aa503975
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
6
Jul
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
9
7
5
3
21
Mar
13
12
9
8
7
4
1
28
Feb
27
26
25
22
21
20
17
14
13
12
11
8
6
4
31
Jan
29
28
24
11
10
21
Dec
19
13
12
Front-end: move to rational internal array-of-array interfaces and design. (A-of-A is not yet implemented though.)
docs: Update missing features list
glslang -> SPIR-V: smear scalars for integer (scalar * vector). OpVectorTimesScalar is only for floats.
Use E_ prefix instead of _ for distinguishing extension strings from glext.h
Merge pull request #2 from nwnk/glext-compatibility
Merge pull request #3 from fkaa/include-fix
Fix include directive depending on root folder name
Fix incompatibility with <GL/glext.h>
Make double underscore "__" an error for ES 300, but a warning for 310.
Building README: Update to CMake information.
Merge pull request #1 from antiagainst/markdown-readme
Format README using markdown.
Final round for line endings.
Second round line ending clean up, from fresh round trip.
Add .gitattributes and normalize a few stray file's line endings
Make the "switch-label not followed by statement" warning an error, depending on version.
Add +x to two more scripts.
Add +x to two executables.
Make smoother use in GitHub
glslang build: force the use of -std=c++11 when building with Clang. David Neto <dneto@google.com>.
glslang front-end: Implement AEP *_point_size extensions.
glslang front-end: Full turn-on of AEP tessellation semantics.
glslang: Finish turn on of AEP geometry shaders for ES 3.1.
glslang front-end: Don't emit blank lines for empty info logs. From Andrew Woloszyn <awoloszyn@google.com>.
glslang testing: Remove dependence on testfiles from LunarGLASS.
fix linux ^M issues with previous check-in
glslang preprocessing: Add -E option to print out preprocessed GLSL, and do the work needed to generate a preprocessed stream. From Andrew Woloszyn <awoloszyn@google.com>.
glslang front-end: Added a callback mechanism for #line/#pragma/#version/#extension. From Andrew Woloszyn <awoloszyn@google.com>.
glslang front-end: track column numbers (they don't go anywhere yet, just get tracked). Andrew Woloszyn <awoloszyn@google.com>.
glslang: Add API override of version and profile for testing purposes. From Lei Zhang <antiagainst@google.com>.
glslang tests: Fix error propagation. From David Neto <dneto@google.com>.
glslang AEP: Full semantics for *_shader_io_blocks.
glslang AEP: Geometry shader features nominally working. (Full semantic check and turn on pending.) Also picked up partial tessellation shader interface, shader_io_blocks, and mirrored OES set of extensions functionality.
glslang -> SPV: swap arguments as needed for OpVectorTimesScalar and OpMatrixTimesScalar, and check for correct types for those as well as OpMatrixTimesVector, OpVectorTimesMatrix, and OpMatrixTimesMatrix.
glslang -> SPV: fix degenerate switch topologies (bug 14118).
glslang ES reference: Don't allow std430 on uniform blocks (bug 14095).
glslang AEP: The extension scheme, extension-enabled stage-existence testing, and compute-shader interface. Still needs in/out blocks, unsized arrays, etc. before real testing can be done.
glslang front-end: Support relaxed error checking for bug 13724 "...initializer must be a constant expression..." because that change breaks existing shipping applications. (Normal validation for portability testing still gives an error.)
glslang portability: Fixed a slew of OSX compilation warnings (but not all).
glslang portability: Resolve OSX errors, some other OS warnings.
Loading