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
0fbb0c4930573dcadf87e5aabe975f8b2d50d6b1
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
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
Fix assert firing in debug mode from last check in.
Finish implement GL_ARB_texture_lod; adding the 19 additional *ARB() built-ins to the 11 non-*ARB() that were already supported.
Add the original-style texture-rectangle texturing functions, and allow rectangular samplers to be declared under relaxed semantic checks.
Update test results (test changed).
Fix g++ build complaint.
Create dummy side project.
Fix bug where non-constant test in ?: on a constant results thought the result was const, when it is really a temporary.
Non-functional: Encapsulate testing for IO that is supposed to be arrayed with extra level for per-vertex data.
Update test result.
Add more allowances for relaxed error checking mode: Warn instead of error on use of a disabled extension, allow 'f' suffix on floating point literals, and allow #version after tokens.
Non-functional trivial clean up.
Add partial support for GL_ARB_shader_texture_lod.
Add missing matrix constructor test, and add a size() method for downstream consumers of constArrays.
Fix, and add missing tests for, error catching for applying swizzles to arrays.
Fix bug where an anonymous member of a built-in block containing another member with an implicitly-sized array caused two copies of the block to be referenced.
Update Windows executable.
Update readme for no .so
update Linux binary, no .so needed
No longer using a shared object model.
Non-functional tweak to hidden-member (of anonymous block) semantics.
Finish GL_ARB_shading_language_420pack: *ProgramTexelOffset built-in constants. Also, make comma operation not fold constants.
420Pack: Implement length() on vectors and matrices. Also, tweak line-continuation semantics to understand the extension.
Code simplification: Add (and use) helper functions for building constant scalar AST nodes for bool, int, uint, float, and double, shortening all the code segments that were doing that.
Add access methods for consuming adapters to get the top-level shader modes like number of invocations, vertex spacing, primitives, etc.
Prevent crash when bad shader redeclares built-in array names it is not supposed to redeclare.
Implement implicit conversions on function return expressions to the function's type.
Change ERROR to WARNING to finish fixing bug 11904, comment 3: bug 11856 resolved to drop the ERROR regarding no statements after the last label in the switch.
Improve the 150.geom test.
Allow the pre-150 built-in redeclarations when using SSO: gl_Position, gl_PointSize, gl_ClipVertex, and gl_FogFragCoord.
Just make computeTypeLocationSize const.
Establish desktop completeness through version 1.50. (gl_MaxVaryingFloats, implicit-cconversion safety, cube-sampler-array fix, add tests)
Two missing test file sources.
Correct the test results from the last check in.
Add missing tests and test results.
Restore r26245 and all tests and test results since 4/1:
Restore r26192, r26240, r26241: Two missing files from last check in.
Restore r26192, r26240, r26241: All three about implicit-array sizing design and implementation. *Minus* test results.
Restore r26190: make code PIC
Non-functional, infrastructure: Be more explicit about "implicit array sizes", improving the infrastructure for handling them. Also fix some output that was too big for its buffer.
Track which extensions were enabled or required, in the intermediate representation, for reflection of the consumer.
Loading