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
6ec8f289
Commit
6ec8f289
authored
Dec 03, 2013
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test results.
git-svn-id:
https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24303
e7fa87d3-cd2b-0410-9028-fcbf551c1848
parent
143c8bf1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
100.frag.out
Test/baseResults/100.frag.out
+1
-1
120.frag.out
Test/baseResults/120.frag.out
+1
-1
120.vert.out
Test/baseResults/120.vert.out
+1
-1
300.vert.out
Test/baseResults/300.vert.out
+2
-2
No files found.
Test/baseResults/100.frag.out
View file @
6ec8f289
...
...
@@ -62,7 +62,7 @@ ERROR: 0:145: 'a' : redefinition
ERROR: 0:147: 'texture2DProjGradEXT' : required extension not requested: GL_EXT_shader_texture_lod
ERROR: 0:151: 'floating-point suffix' : not supported for this version or the enabled extensions
ERROR: 0:152: 'floating-point suffix' : not supported for this version or the enabled extensions
ERROR: 0:167: 'highp' : overloaded functions must have the same parameter precision qualifiers
ERROR: 0:167: 'highp' : overloaded functions must have the same parameter precision qualifiers
for argument 2
ERROR: 0:169: '' : syntax error
ERROR: 58 compilation errors. No code generated.
...
...
Test/baseResults/120.frag.out
View file @
6ec8f289
...
...
@@ -26,7 +26,7 @@ ERROR: 0:91: 'main' : function already has a body
ERROR: 0:91: 'int' : main function cannot return a value
ERROR: 0:92: 'main' : function cannot take any parameter(s)
ERROR: 0:94: 'a' : variables with qualifier 'const' must be initialized
ERROR: 0:97: 'out' : overloaded functions must have the same parameter storage qualifiers
ERROR: 0:97: 'out' : overloaded functions must have the same parameter storage qualifiers
for argument 1
ERROR: 0:99: 'return' : function return is not matching type:
ERROR: 0:115: 'return' : void function cannot return a value
ERROR: 0:125: 'gl_TexCoord' : redeclaration of array with size
...
...
Test/baseResults/120.vert.out
View file @
6ec8f289
...
...
@@ -33,7 +33,7 @@ ERROR: 0:50: 'arrays of arrays' : not supported with this profile: none
ERROR: 0:51: 'arrays of arrays' : not supported with this profile: none
ERROR: 0:52: 'arrays of arrays' : not supported with this profile: none
ERROR: 0:53: 'arrays of arrays' : not supported with this profile: none
ERROR: 0:56: 'out' : overloaded functions must have the same parameter storage qualifiers
ERROR: 0:56: 'out' : overloaded functions must have the same parameter storage qualifiers
for argument 1
ERROR: 0:57: 'float' : overloaded functions must have the same return type
ERROR: 0:87: 'overloadC' : no matching overloaded function found
ERROR: 0:90: 'overloadC' : no matching overloaded function found
...
...
Test/baseResults/300.vert.out
View file @
6ec8f289
...
...
@@ -29,8 +29,8 @@ ERROR: 0:121: 'textureSize' : no matching overloaded function found
ERROR: 0:123: 'textureSize' : no matching overloaded function found
ERROR: 0:125: 'texture' : no matching overloaded function found
ERROR: 0:127: 'textureProjOffset' : no matching overloaded function found
ERROR: 0:132: 'highp' : overloaded functions must have the same parameter precision qualifiers
ERROR: 0:135: 'in' : overloaded functions must have the same parameter storage qualifiers
ERROR: 0:132: 'highp' : overloaded functions must have the same parameter precision qualifiers
for argument 2
ERROR: 0:135: 'in' : overloaded functions must have the same parameter storage qualifiers
for argument 2
ERROR: 32 compilation errors. No code generated.
...
...
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