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
bc17b0a96ae2b6071f673258af45ef4c2ebdc3ea
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
15
Oct
14
13
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
Merge pull request #539 from schwa423/linux_global_lock
Merge pull request #550 from amdrexu/bugfix
Merge pull request #549 from steve-lunarg/multidim-array
Use a recursive mutex.
HLSL: phase 3c: add option to use Unknown storage format
HLSL: phase 3b: Texture methods remember and return vector size.
HLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifier.layoutFormat)
SPV: Add missing extension declarations for certain AMD extensions.
Merge pull request #542 from steve-lunarg/rwbuffers
Merge pull request #538 from steve-lunarg/iomap-binding-range-err
HLSL: allow multi-dimensional arrays
Update HexFloat tests to use non-enum class enum values
Change negatable_left_shift and negatable_right_shift to inline funcs
Change {} constructor brackets to ()
Change "using x = y;" to "typedef y x;" statements
Explicitly implement default constructors
Add std::isnan and std::isinf wrappers for VS2010 that doesn't have them
Change enum class to plain enum
Change constructor to use ()s instead of {}s
Add #include <cstdint> for std::uint32_t usage
Add strtoull wrapper for VS2010, pointing to MS implementation
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
Loading