<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:mark.a.janes@intel.com" title="Mark Janes <mark.a.janes@intel.com>"> <span class="fn">Mark Janes</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - [Regression, bisected] arb_shader_atomic_counters.compiler.builtins.frag"
href="https://bugs.freedesktop.org/show_bug.cgi?id=92095">bug 92095</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>kenneth@whitecape.org, mark.a.janes@intel.com
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>idr@freedesktop.org
</td>
<td>chrisf@ijw.co.nz
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [Regression, bisected] arb_shader_atomic_counters.compiler.builtins.frag"
href="https://bugs.freedesktop.org/show_bug.cgi?id=92095#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [Regression, bisected] arb_shader_atomic_counters.compiler.builtins.frag"
href="https://bugs.freedesktop.org/show_bug.cgi?id=92095">bug 92095</a>
from <span class="vcard"><a class="email" href="mailto:mark.a.janes@intel.com" title="Mark Janes <mark.a.janes@intel.com>"> <span class="fn">Mark Janes</span></a>
</span></b>
<pre>Standard Output from the test:
/tmp/build_root/m64/lib/piglit/bin/glslparsertest
/tmp/build_root/m64/lib/piglit/tests/spec/arb_shader_atomic_counters/compiler/builtins.frag
pass 1.40 GL_ARB_shader_atomic_counters
piglit: debug: Requested an OpenGL 3.1 Forward-Compatible Core Context, and
received a matching 3.3 context
Shader source:
/* [config]
* expect_result: pass
* glsl_version: 1.40
* require_extensions: GL_ARB_shader_atomic_counters
* [end config]
*
* Check that the builtin constants defined by the extension
* are present.
*/
#version 140
#extension GL_ARB_shader_atomic_counters: require
out ivec4 fcolor;
void main()
{
fcolor.x = gl_MaxVertexAtomicCounters +
gl_MaxTessControlAtomicCounters +
gl_MaxTessEvaluationAtomicCounters +
gl_MaxGeometryAtomicCounters +
gl_MaxFragmentAtomicCounters +
gl_MaxCombinedAtomicCounters +
gl_MaxAtomicCounterBindings;
}
Standard Error
Failed to compile fragment shader
/tmp/build_root/m64/lib/piglit/tests/spec/arb_shader_atomic_counters/compiler/builtins.frag:
0:18(2): error: `gl_MaxTessControlAtomicCounters' undeclared
0:17(13): error: operands to arithmetic operators must be numeric
0:19(2): error: `gl_MaxTessEvaluationAtomicCounters' undeclared
0:17(13): error: operands to arithmetic operators must be numeric
0:17(13): error: operands to arithmetic operators must be numeric
0:17(13): error: operands to arithmetic operators must be numeric
0:17(13): error: operands to arithmetic operators must be numeric
0:17(13): error: operands to arithmetic operators must be numeric</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>