[Bug 80118] New: [i965]Piglit spec_ARB_explicit_uniform_location_compiler_layout-01.frag fails
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jun 16 23:11:24 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=80118
Priority: medium
Bug ID: 80118
Assignee: idr at freedesktop.org
Summary: [i965]Piglit
spec_ARB_explicit_uniform_location_compiler_layout-01.
frag fails
QA Contact: intel-3d-bugs at lists.freedesktop.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: huax.lu at intel.com
Hardware: All
Status: NEW
Version: unspecified
Component: Drivers/DRI/i965
Product: Mesa
System Environment:
--------------------------
Platform: Haswell
Libdrm:
(master)libdrm-2.4.54-9-g8fc62ca8ac010659023bb63c4759eb683de4f9af
Mesa: (master)d6fd8a97711eb065603a8d667ff5dbe68a246439
Xserver:
(master)xorg-server-1.15.99.902-121-g2f5cf9ff9a0f713b7e038636484c77f113a5f10a
Xf86_video_intel:(master)2.99.912-59-g38434b29f4a7b324704bbb1e772371be3c0e397b
Libva: (staging)35e70cb9b9c77dfb99fb370e319ed501f0c31b17
Libva_intel_driver:(staging)9d49a6d693aa6c862467a4a879bc86d9cb98dbe5
Kernel: (drm-intel-nightly)b438e8793c6d18b0998d75cdf8115a5898ed21d1
Bug detailed description:
-----------------------------
GL_ARB_explicit_uniform_location is enable on master branch,
spec_ARB_explicit_uniform_location_compiler_layout-01.frag and
spec_ARB_explicit_uniform_location_compiler_layout-01.vert fail on i965
platforms. they still skip on 10.2 branch
run bin/glslparsertest
tests/spec/arb_explicit_uniform_location/compiler/layout-01.frag pass 1.10
GL_ARB_explicit_uniform_location
output:
Failed to compile fragment shader
/GFX/Test/Piglit/piglit/tests/spec/arb_explicit_uniform_location/compiler/layout-01.frag:
0:8(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20,
1.30, 1.00 ES, and 3.00 ES
Shader source:
// [config]
// expect_result: pass
// glsl_version: 1.10
// require_extensions: GL_ARB_explicit_uniform_location
// [end config]
//
#version 330
#extension GL_ARB_explicit_uniform_location: require
vec4 color;
layout(location = 42) uniform float test1;
uniform float test2;
uniform float test3;
void main()
{
color = vec4(1.0);
}
PIGLIT: {'result': 'fail' }
commit f3750a2c8667961c0595f5813b15be1476d13079
Author: Tapani Pälli <tapani.palli at intel.com>
AuthorDate: Wed Mar 5 09:39:10 2014 +0200
Commit: Tapani Pälli <tapani.palli at intel.com>
CommitDate: Mon Jun 16 06:49:59 2014 +0300
Enable GL_ARB_explicit_uniform_location in the drivers.
v2: enable also for i915 (Ian)
Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
Reviewed-by: Petri Latvala <petri.latvala at intel.com>
Reproduce steps:
----------------------------
1. xinit
2. bin/glslparsertest
tests/spec/arb_explicit_uniform_location/compiler/layout-01.frag pass 1.10
GL_ARB_explicit_uniform_location
--
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/20140617/041ff5ab/attachment-0001.html>
More information about the intel-3d-bugs
mailing list