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
c2ff7702beb681e36edfd581434769cf409fe791
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
Jun
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
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.
CMake fix for Linux for previous check in
CMake: Collapse into a single library all the libraries under the glslang directory, and represent the proper hierarchy in MSVS. There are still a total of 3 libraries to link against: glslang, OGLCompiler, and OSDependent.
Make use of the v110 tool set be Win32 specific.
Add getStage() and getIntermediate() methods for consumers. Also removed dead options and update test file.
Expand implicit argument conversions to also include handling built-in function calls.
Allow selection of the "Platform Toolset", so that XP binaries can be built.
Make switch statements have their own nested scope (bug 11904).
Additional test results for previous check in.
Implement implicit conversions of function-call arguments (both in and out) as explicit conversions in the AST, through handleArgumentConversions().
remove bison-generated header from library dependencies
Add new Linux set up script.
Loading