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
ac666e736846d25448aa5c089511c38541e6e81e
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
13
Oct
12
11
10
8
7
6
5
4
3
2
1
30
Sep
29
27
26
25
23
22
21
20
19
18
16
15
14
12
11
10
9
5
2
1
31
Aug
29
28
26
25
24
23
22
21
19
17
15
12
11
9
8
7
5
4
3
2
1
31
Jul
30
29
28
27
26
25
23
22
21
20
19
18
16
15
13
12
11
9
8
7
5
4
1
30
Jun
29
28
27
21
20
19
17
16
14
13
12
10
9
8
7
5
4
3
2
1
31
May
30
29
27
25
24
23
21
20
19
18
19
18
17
16
17
16
14
13
12
11
10
9
6
5
4
3
2
30
Apr
29
28
27
22
21
18
14
12
11
9
7
6
4
3
2
31
Mar
30
27
26
25
24
22
21
20
19
18
16
15
14
13
12
11
10
9
8
7
6
3
1
28
Feb
27
25
24
23
21
19
18
15
14
8
7
5
2
1
Give all complex lambdas an explicit return type
HLSL: phase 2e: introduce lower level addBinaryNode/UnaryNode fns
HLSL: phase 2d: minor cleanup, & allow operator[] on non-rw textures
HLSL: phase 2c: use lValueErrorCheck in HLSL FE
HLSL: phase 2b: add l-value operator[] for RWTexture/RWBuffer
HLSL: phase 2a: add r-value operator[] for RWTexture/RWBuffer
Merge pull request #546 from yavn/OpImageQueryLod-with-SampledImage
SPV: Use SampledImage with OpImageQueryLod
Merge pull request #543 from slime73/compilerwarnings
fixup! Address some compiler warnings.
Merge pull request #544 from amdrexu/feature
SPV: Implement extension SPV_KHR_shader_draw_parameters.
Merge pull request #545 from amdrexu/bugfix
Parser: Some function prototypes of interpolateAtXXX are incorrect.
Address some compiler warnings.
SPV: Distinguish between SPV and non-SPV rules for member overlap.
HLSL: Add shape conversions for return values.
HLSL: Do structure conversion for return type struct-punning on non-entry-point functions.
Merge pull request #540 from steve-lunarg/rwbuffers
HLSL: phase 1: add RWTexture and RWBuffer
Use pthread_mutex for global lock on Linux.
Merge pull request #537 from dneto0/pass-cwd-to-gtest
Check for out-of-range bindings during IO mapping.
Allow for larger binding numbers. 65K instead of 255.
Gtests can be run on another source tree
Merge pull request #536 from steve-lunarg/flatten-assign-fix
HLSL: fix for flattening assignments from non-symbol R-values.
Merge pull request #533 from steve-lunarg/reflection
add reflection queries to return a TType. Fix minor issue with interface names.
Non-functional: Rationalizing parse helper hierarchy, step 3 (effected editable symbols and IO resize).
Non-functional: Rationalizing parse helper hierarchy, step 2 (effected error messaging and cascading errors).
Non-functional: Rationalizing parse helper hierarchy, step 1 (effected memory of HLSL keyword map).
HLSL: Line numbers only: Set locations (line numbers) on synthesized flattening code.
HLSL: Handle flattened I/O structs passed to function *out* parameters.
Non-functional: Better use of .isParamOutput() and some other methods.
Fix typo in error message.
Non-functional: Use isOpaque() instead of compare against EbtSampler.
Merge pull request #532 from steve-lunarg/automap-offsets
Change binding auto-map to use provided offsets.
Merge pull request #527 from steve-lunarg/array-flattening-fix
Loading