[Bug 74066] [IVB/HSW/BYT-M bisected]GLBenchmark crashes

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jan 26 11:25:16 PST 2014


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

--- Comment #6 from Matt Turner <mattst88 at gmail.com> ---
Thanks for the bug report.

Looks like just a misunderstanding on my part of the GLSL ES spec. (My
outstanding patch shouldn't affect this bug)

After stating

> Each compilation unit should declare the version of the language it is written 
> to using the #version directive:
>     #version number

the GLSL ES 1.0 spec continues

> "Version 100 of the language does not require compilation units to include this 
> directive, and compilation units that do not include a #version directive will 
> be treated as targeting version 100."

Spec authors should not use "should"!

I don't see how this worked before my commit either, unless by setting
language_version = 110 we coincidentally passed some (version >= 100) checks?

-- 
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/20140126/7fe80197/attachment.html>


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