[Bug 88357] [BDW]Piglit/spec_ARB_gpu_shader5_compiler_indirect-projGradOffset-shadow.frag fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 13 23:33:27 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=88357

lu hua <huax.lu at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #2 from lu hua <huax.lu at intel.com> ---
Test Piglit commit 62b62677a7d132e0ec4c9b5594d71cf9d1f70859. It still fails.
Failed to compile fragment shader
tests/spec/arb_gpu_shader5/compiler/indirect-projGradOffset-shadow.frag:
0:7(12): error: extension `GL_ARB_gpu_shader5' unsupported in fragment shader

Shader source:
// [config]
// expect_result: pass
// glsl_version: 1.30
// require_extensions: GL_ARB_gpu_shader5
// [end config]
#version 130
#extension GL_ARB_gpu_shader5: require

uniform int i;
uniform vec4 coord;
uniform sampler2DShadow s[5];

void main()
{
  float f = textureProjGradOffset(s[i], coord, coord.xy, coord.zw,
                                  ivec2(-5, 3));
  gl_FragColor = vec4(0, f, 0, 1);
}

PIGLIT: {"result": "fail" }

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20150114/278d5bfd/attachment-0001.html>


More information about the intel-3d-bugs mailing list