Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
6a50a785
Commit
6a50a785
authored
Jul 02, 2019
by
Jeff Bolz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update spirv-headers to pick up demote_to_helper_invocation
parent
e5c394bc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
doc.cpp
SPIRV/doc.cpp
+2
-0
spv.conditionalDemote.frag.out
Test/baseResults/spv.conditionalDemote.frag.out
+1
-2
known_good.json
known_good.json
+1
-1
No files found.
SPIRV/doc.cpp
View file @
6a50a785
...
...
@@ -958,6 +958,8 @@ const char* CapabilityString(int info)
case
CapabilityFragmentShaderPixelInterlockEXT
:
return
"CapabilityFragmentShaderPixelInterlockEXT"
;
case
CapabilityFragmentShaderShadingRateInterlockEXT
:
return
"CapabilityFragmentShaderShadingRateInterlockEXT"
;
case
CapabilityDemoteToHelperInvocationEXT
:
return
"DemoteToHelperInvocationEXT"
;
default:
return
"Bad"
;
}
}
...
...
Test/baseResults/spv.conditionalDemote.frag.out
View file @
6a50a785
spv.conditionalDemote.frag
Validation failed
// Module Version 10000
// Generated by (magic number): 80007
// Id's are bound by 38
Capability Shader
Capability
Bad
Capability
DemoteToHelperInvocationEXT
Extension "SPV_EXT_demote_to_helper_invocation"
1: ExtInstImport "GLSL.std.450"
MemoryModel Logical GLSL450
...
...
known_good.json
View file @
6a50a785
...
...
@@ -12,7 +12,7 @@
"site"
:
"github"
,
"subrepo"
:
"KhronosGroup/SPIRV-Headers"
,
"subdir"
:
"External/spirv-tools/external/spirv-headers"
,
"commit"
:
"
8b911bd2ba37677037b38c9bd286c7c05701bcda
"
"commit"
:
"
123dc278f204f8e833e1a88d31c46d0edf81d4b2
"
}
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment