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
dadf945fd76469da52807bd9ef5b8527001f0195
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
Feb
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
GL_ARB_enhanced_layouts, final. #extension tests, built-in constants, and bug fix for non-constant expression in layout(...=expr).
ESSL 1.0: Add GL_FRAGMENT_PRECISION_HIGH to ESSL 1.0. It was in desktop, and properly not in ES 3.0, but missing in ES 1.0.
GL_ARB_enhanced_layouts, part 6: Numerical side of uniform offset and align semantics. Included
GL_ARB_enhanced_layouts, part 5: uniform offset and align semantics. Numerical computations not yet done.
Fix build errors:
Support GL_ARB_texture_cube_map_array extension for desktop.
x86 (32-bit) fix for last g++ fix.
fix g++ complaint
GL_ARB_enhanced_layouts, part 4: Numerical side of xfb_*: offset computation, size computation, alias detection, paddings, overflow, implicit strides, gl_Max* checks, etc.
Support both dynamic CRT and static CRT configurations on VS11 build. The public download needs the static one for user simplicity, while some downstream tools need the dynamic one.
Move to the v110_xp toolset to support XP.
Bug 11531: Use %zu when printing size_t values in printf and use "friend class" instead of "friend".
Remove Windows VS 11 executable dependencies on MSVCP110.dll and MSVCR110.dll. The only DLL needed now is the standard KERNEL32.DLL.
GL_ARB_enhanced_layouts, part 3: Semantics for xfb_*: where they can go, inheritance, etc., but not yet the backing arithmetic for offsets and strides.
Fix g++ warning and update Window's binary.
Improvement to the AST traversal infrastructure.
update Makefile dependencies
Several miscellaneous portability improvements (no functional changes).
GL_ARB_enhanced_layouts, part 2: Full implementation of location/component, plus the parsing for xfb* and align/offset (but not yet full semantics for align/offset).
GL_ARB_enhanced_layouts, part 1: Track whether constants are literals, to enable version-specific checking of layout(... = literal) vs. layout(... = expression).
Fix slight inconsistencies in which qualifiers are inherited into block members:
Minor infrastructure changes, to simplify an upcoming check in:
Tests: add a few more test cases.
update linux binary
Properly handle 'default' nested in flow control, as well as default/case outside switch statements.
Update windows binaries.
fix g++ complaint and update binaries
Preprocessor: Rationalize, simplify, and correct the stack of input sources and their tokenization. This included
Add array sizing/checking/overlapping semantics for tessellation inputs.
Allow tessellation shaders to work on versions back to 150. Also combined all the tessellation tests into a single run.
Additional semantic checking for tessellation shaders and related clean up:
Update Linux script and binaries
1) Allow '\' before a non-newline as a token in the preprocessor, and 2) localize line-continuation to just the pp scanner.
Tessellation: Smaller changes: Take tessellation control output arrayness into account in location overlap testing, better error message for redeclaring a built-in with size to be unsized.
Tessellation: Implicit array sizing and consistency checking of control-shader output arrays based on layout(vertices=...).
Tessellation: implement 'patch' semantics.
Update Linux binaries
Add missing check that a function call is not using the same name as a variable hiding the function's name. Also, support version 110 separate name spaces for functions and variable names.
Tessellation partial implementation (not ready for use yet), including:
Update Linux binaries
Loading