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
c027579631ad0cf71b183d247a7b3102491998c0
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
5
Nov
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
Non-functional: Change %pure_parser to %pure-parser, to improve portability.
ES check for vertex out or fragment in containing any of
Implement GL_ARB_viewport_array extension.
update Window's binary
update linux binary
Missing test results from last check in.
Add patch in/out block tests.
Do qualifier-based checking independent of declaring a variable. Bug 11903.
Include GL_FRAGMENT_PRECISION_HIGH in ES 300/310.
update Window's binary
update linux binary
Increase portability. (Submission from Nikita Kindt, as were some recent related submissions.)
Add missing precision qualifier checks to function formal parameter declarations.
Remove lod argument from texture2DRect built-ins. (Submission from matt.helsley)
Add missing gl_MaxGeometryTextureImageUnits.
Remove dead call.
Remove unneeded skeletal work.
Nonfunctional: fix a typo.
Have memory counters normally turned off, to avoid cross-windows-platform linking problems.
Add option for printing documentation (empty).
Add skeleton for generating documentation of a side project.
Minor change in command-line options.
Fix linux build error from last check in.
Non-functional misc. changes. Slight increase in performance from moving two performance path methods into a header.
update Window's binary
update linux binary
Implement write-only semantic checking, the non-r32f/i/u readonly/writeonly check, and ES 3.1 support of volatile. Also, fix a typo in MaxComputeGroupY.
update Window's binary
update linux binary
Implement atomic counter offset semantics.
Implement 'index' layout qualifier for fragment outputs. Based partly on a submission.
Implement conservative depth layout qualifiers. Based partly on a submission.
A patch submitted for MinGW building.
update Window's binary
update linux binary
Turn on the sampler 2DMS types for ES 3.1.
Add fma(), tie the 2x16 stuff to the correct versions.
Implement frexp, ldexp, packUnorm2x16, unpackUnorm2x16, packUnorm4x8, packSnorm4x8, unpackUnorm4x8, unpackSnorm4x8, and unpackDouble2x32().
Update Window's binary.
update linux binary
Loading