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
663b90d9
Commit
663b90d9
authored
Mar 06, 2018
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build: Fix build issues with previous commit.
parent
2c65069e
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
10 deletions
+0
-10
hlsl.aliasOpaque.frag.out
Test/baseResults/hlsl.aliasOpaque.frag.out
+0
-1
hlsl.flattenOpaque.frag.out
Test/baseResults/hlsl.flattenOpaque.frag.out
+0
-1
hlsl.flattenOpaqueInit.vert.out
Test/baseResults/hlsl.flattenOpaqueInit.vert.out
+0
-1
hlsl.flattenOpaqueInitMix.vert.out
Test/baseResults/hlsl.flattenOpaqueInitMix.vert.out
+0
-1
hlsl.flattenSubset.frag.out
Test/baseResults/hlsl.flattenSubset.frag.out
+0
-1
hlsl.flattenSubset2.frag.out
Test/baseResults/hlsl.flattenSubset2.frag.out
+0
-1
hlsl.partialFlattenLocal.vert.out
Test/baseResults/hlsl.partialFlattenLocal.vert.out
+0
-1
hlsl.samplecmp.dualmode.frag.out
Test/baseResults/hlsl.samplecmp.dualmode.frag.out
+0
-1
Hlsl.FromFile.cpp
gtests/Hlsl.FromFile.cpp
+0
-2
No files found.
Test/baseResults/hlsl.aliasOpaque.frag.out
View file @
663b90d9
hlsl.aliasOpaque.frag
hlsl.aliasOpaque.frag
WARNING: AST will form illegal SPIR-V; need to transform to legalize
Shader version: 500
Shader version: 500
gl_FragCoord origin is upper left
gl_FragCoord origin is upper left
0:? Sequence
0:? Sequence
...
...
Test/baseResults/hlsl.flattenOpaque.frag.out
View file @
663b90d9
hlsl.flattenOpaque.frag
hlsl.flattenOpaque.frag
WARNING: AST will form illegal SPIR-V; need to transform to legalize
Shader version: 500
Shader version: 500
gl_FragCoord origin is upper left
gl_FragCoord origin is upper left
0:? Sequence
0:? Sequence
...
...
Test/baseResults/hlsl.flattenOpaqueInit.vert.out
View file @
663b90d9
hlsl.flattenOpaqueInit.vert
hlsl.flattenOpaqueInit.vert
WARNING: AST will form illegal SPIR-V; need to transform to legalize
Shader version: 500
Shader version: 500
0:? Sequence
0:? Sequence
0:5 Function Definition: lookUp(struct-FxaaTex-p1-t211; ( temp 4-component vector of float)
0:5 Function Definition: lookUp(struct-FxaaTex-p1-t211; ( temp 4-component vector of float)
...
...
Test/baseResults/hlsl.flattenOpaqueInitMix.vert.out
View file @
663b90d9
hlsl.flattenOpaqueInitMix.vert
hlsl.flattenOpaqueInitMix.vert
WARNING: AST will form illegal SPIR-V; need to transform to legalize
Shader version: 500
Shader version: 500
0:? Sequence
0:? Sequence
0:5 Function Definition: lookUp(struct-FxaaTex-p1-t21-f11; ( temp 4-component vector of float)
0:5 Function Definition: lookUp(struct-FxaaTex-p1-t21-f11; ( temp 4-component vector of float)
...
...
Test/baseResults/hlsl.flattenSubset.frag.out
View file @
663b90d9
hlsl.flattenSubset.frag
hlsl.flattenSubset.frag
WARNING: AST will form illegal SPIR-V; need to transform to legalize
Shader version: 500
Shader version: 500
gl_FragCoord origin is upper left
gl_FragCoord origin is upper left
0:? Sequence
0:? Sequence
...
...
Test/baseResults/hlsl.flattenSubset2.frag.out
View file @
663b90d9
hlsl.flattenSubset2.frag
hlsl.flattenSubset2.frag
WARNING: AST will form illegal SPIR-V; need to transform to legalize
Shader version: 500
Shader version: 500
gl_FragCoord origin is upper left
gl_FragCoord origin is upper left
0:? Sequence
0:? Sequence
...
...
Test/baseResults/hlsl.partialFlattenLocal.vert.out
View file @
663b90d9
hlsl.partialFlattenLocal.vert
hlsl.partialFlattenLocal.vert
WARNING: AST will form illegal SPIR-V; need to transform to legalize
Shader version: 500
Shader version: 500
0:? Sequence
0:? Sequence
0:12 Function Definition: @main(vf4; ( temp 4-component vector of float)
0:12 Function Definition: @main(vf4; ( temp 4-component vector of float)
...
...
Test/baseResults/hlsl.samplecmp.dualmode.frag.out
View file @
663b90d9
hlsl.samplecmp.dualmode.frag
hlsl.samplecmp.dualmode.frag
WARNING: AST will form illegal SPIR-V; need to transform to legalize
Shader version: 500
Shader version: 500
gl_FragCoord origin is upper left
gl_FragCoord origin is upper left
0:? Sequence
0:? Sequence
...
...
gtests/Hlsl.FromFile.cpp
View file @
663b90d9
...
@@ -362,7 +362,6 @@ INSTANTIATE_TEST_CASE_P(
...
@@ -362,7 +362,6 @@ INSTANTIATE_TEST_CASE_P(
{
"hlsl.typedef.frag"
,
"PixelShaderFunction"
},
{
"hlsl.typedef.frag"
,
"PixelShaderFunction"
},
{
"hlsl.whileLoop.frag"
,
"PixelShaderFunction"
},
{
"hlsl.whileLoop.frag"
,
"PixelShaderFunction"
},
{
"hlsl.void.frag"
,
"PixelShaderFunction"
},
{
"hlsl.void.frag"
,
"PixelShaderFunction"
},
#ifndef ENABLE_OPT
{
"hlsl.aliasOpaque.frag"
,
"main"
},
{
"hlsl.aliasOpaque.frag"
,
"main"
},
{
"hlsl.flattenOpaque.frag"
,
"main"
},
{
"hlsl.flattenOpaque.frag"
,
"main"
},
{
"hlsl.flattenOpaqueInit.vert"
,
"main"
},
{
"hlsl.flattenOpaqueInit.vert"
,
"main"
},
...
@@ -371,7 +370,6 @@ INSTANTIATE_TEST_CASE_P(
...
@@ -371,7 +370,6 @@ INSTANTIATE_TEST_CASE_P(
{
"hlsl.flattenSubset2.frag"
,
"main"
},
{
"hlsl.flattenSubset2.frag"
,
"main"
},
{
"hlsl.partialFlattenLocal.vert"
,
"main"
},
{
"hlsl.partialFlattenLocal.vert"
,
"main"
},
{
"hlsl.samplecmp.dualmode.frag"
,
"main"
},
{
"hlsl.samplecmp.dualmode.frag"
,
"main"
},
#endif
}),
}),
FileNameAsCustomTestSuffix
FileNameAsCustomTestSuffix
);
);
...
...
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