[Piglit] [Bug 106052] shader-db crashes when running piglit shaders
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 17 12:32:16 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=106052
--- Comment #20 from ben at besd.de <ben at besd.de> ---
All it takes is
- if (consts->GLSLVersion >= 400)
+ if (consts->GLSLVersion >= 150)
extensions->ARB_gpu_shader5 = GL_TRUE;
and everything is fine (well not everything but that is ;)
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20180417/576d09a0/attachment.html>
More information about the Piglit
mailing list