Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libplacebo
Manage
Activity
Members
Labels
Plan
Issues
55
Issue boards
Milestones
Wiki
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
VideoLAN
libplacebo
Commits
52305682
Commit
52305682
authored
4 years ago
by
Timo Gurr
Browse files
Options
Downloads
Patches
Plain Diff
spirv/glslang: fix compatibility with glslang >= 8.13.3743
parent
17938be3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!106
spirv/glslang: fix compatibility with glslang >= 8.13.3743
Pipeline
#19037
passed with stages
Stage:
Stage:
in 9 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/glsl/glslang.cc
+3
-0
3 additions, 0 deletions
src/glsl/glslang.cc
with
3 additions
and
0 deletions
src/glsl/glslang.cc
+
3
−
0
View file @
52305682
...
...
@@ -211,6 +211,9 @@ const TBuiltInResource DefaultTBuiltInResource = {
/* .maxTaskWorkGroupSizeZ_NV = */
1
,
/* .maxMeshViewCountNV = */
4
,
#endif
#if GLSLANG_PATCH_LEVEL >= 3743
/* .maxDualSourceDrawBuffersEXT = */
1
,
#endif
/* .limits = */
{
/* .nonInductiveForLoops = */
1
,
...
...
This diff is collapsed.
Click to expand it.
Niklas Haas
@haasn
mentioned in commit
82e3be18
·
4 years ago
mentioned in commit
82e3be18
mentioned in commit 82e3be1839379791b58e98eb049415b42888d5b0
Toggle commit list
Niklas Haas
@haasn
mentioned in commit
6b00e092
·
4 years ago
mentioned in commit
6b00e092
mentioned in commit 6b00e0925df3bad2d1cd6ebd9abcd30cef04023d
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment