[Bug 88628] Gameplay-football crashes while starting

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 20 09:26:06 PST 2015


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

--- Comment #1 from Neil Roberts <neil at linux.intel.com> ---
The game seems to work for me except that it has lots of fuzzy artefacts. I
think that is a different problem though.

The line that it is complaining about looks like this:

  for (float sample = 0; sample < numSamples; sample++) {

If you enable GL_ARB_gpu_shader5 then I think sample becomes a reserved word
because it is a type qualifier so it makes sense that it wouldn't compile.
However the shader is not enabling that extension and it is using GLSL version
1.2. Your report says that it is using GLSL 1.3. I wonder if the game has
changed since you tried it? I am using Public Beta 08. What version are you
using?

-- 
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/20150120/7e488024/attachment.html>


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