Correct which versions can support the extensions GL_ARB_separate_shader_objects and GL_ARB_shading_language_420pack. They'd only gone back to 150, rather than 130/140.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@25314 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
John Kessenich
2014-02-12 05:15:49 +00:00
parent 4094630ca3
commit 782aa830b6
10 changed files with 110 additions and 36 deletions

View File

@@ -17,7 +17,7 @@ ERROR: 0:79: ':' : wrong operand types: no operation ':' exists that takes a le
ERROR: 0:79: 'assign' : cannot convert from '4X4 matrix of float' to 'fragColor 4-component vector of float'
ERROR: 0:82: 'xr' : illegal - vector component fields not from the same set
ERROR: 0:83: 'xyxyx' : illegal vector field selection
ERROR: 0:83: 'scalar swizzle' : not supported with this profile: none
ERROR: 0:83: 'scalar swizzle' : not supported for this version or the enabled extensions
ERROR: 0:83: 'xy' : vector field selection out of range
ERROR: 0:84: 'z' : vector field selection out of range
ERROR: 0:85: 'assign' : l-value required

View File

@@ -14,7 +14,14 @@ ERROR: 0:81: 'textureGatherOffset(...)' : not supported for this version or the
ERROR: 0:84: 'textureGatherOffset(...)' : not supported for this version or the enabled extensions
ERROR: 0:85: 'textureGatherOffset(...)' : not supported for this version or the enabled extensions
WARNING: 0:88: '#extension' : extension is only partially supported: GL_ARB_gpu_shader5
ERROR: 12 compilation errors. No code generated.
WARNING: 0:120: '#extension' : extension is only partially supported: GL_ARB_shading_language_420pack
ERROR: 0:123: 'uniform block' : not supported for this version or the enabled extensions
ERROR: 0:130: '.' : field selection not allowed on matrix
ERROR: 0:130: 'm43' : can't use function syntax on variable
ERROR: 0:130: '=' : cannot convert from 'const float' to 'int'
ERROR: 0:132: 'gl_MinProgramTexelOffset' : undeclared identifier
ERROR: 0:132: 'gl_MaxProgramTexelOffset' : undeclared identifier
ERROR: 18 compilation errors. No code generated.
ERROR: node is still EOpNull!
@@ -284,6 +291,34 @@ ERROR: node is still EOpNull!
0:117 0.200000
0:117 0.200000
0:117 0.200000
0:126 Function Definition: bar23444( (void)
0:126 Function Parameters:
0:? Sequence
0:129 Sequence
0:129 move second child to first child (float)
0:129 'a1' (float)
0:129 direct index (float)
0:129 direct index (3-component vector of float)
0:129 'm43' (4X3 matrix of float)
0:129 Constant:
0:129 3 (const int)
0:129 Constant:
0:129 1 (const int)
0:131 Sequence
0:131 move second child to first child (float)
0:131 'b' (const (read only) float)
0:131 component-wise multiply (float)
0:131 Constant:
0:131 2.000000
0:131 'a1' (float)
0:132 move second child to first child (float)
0:132 direct index (float)
0:132 'a' (3-component vector of float)
0:132 Constant:
0:132 0 (const int)
0:132 add (float)
0:132 'gl_MinProgramTexelOffset' (float)
0:132 'gl_MaxProgramTexelOffset' (float)
0:? Linker Objects
0:? 'a' (3-component vector of float)
0:? 'b' (float)
@@ -305,6 +340,12 @@ ERROR: node is still EOpNull!
0:? 'Isca' (uniform isampler3DArray)
0:? 'Usca' (uniform usamplerCubeArray)
0:? 'Scas' (uniform samplerCubeArrayShadow)
0:? 'ai' (const 3-element array of int)
0:? 10 (const int)
0:? 23 (const int)
0:? 32 (const int)
0:? 'instanceName' (layout(binding=0 column_major shared ) uniform block{layout(column_major shared ) uniform int a})
0:? 'bounds' (layout(binding=0 ) uniform sampler2D)
Linked fragment stage:

View File

@@ -3,7 +3,9 @@ Warning, version 140 is not yet complete; most features are present, but a few a
WARNING: 0:3: varying deprecated in version 130; may be removed in future release
ERROR: 0:17: '#error' : GL_ES is not set
ERROR: 0:20: 'fragment-shader struct input' : not supported for this version or the enabled extensions
ERROR: 2 compilation errors. No code generated.
ERROR: 0:24: 'location' : not supported for this version or the enabled extensions
ERROR: 0:24: 'location qualifier on input' : not supported for this version or the enabled extensions
ERROR: 4 compilation errors. No code generated.
ERROR: node is still EOpNull!
@@ -30,6 +32,8 @@ ERROR: node is still EOpNull!
0:? 'gl_ClipDistance' (smooth in 5-element array of float)
0:? 's' (smooth in structure{float f})
0:? 'patch' (float)
0:? 'vl' (layout(location=3 ) smooth in 4-component vector of float)
0:? 'vl2' (layout(location=4 ) smooth in 4-component vector of float)
Linked fragment stage: