[Bug 79659] R9 270X lockup with unigine valley since radeonsi: enable ARB_sample_shading

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 10 17:05:18 PDT 2014


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

--- Comment #5 from Marek Olšák <maraeo at gmail.com> ---
The problem is Unigine don't know how to use GLSL, again.

There is "#extension GL_ARB_sample_shading : enable" in the middle of (all?)
shaders. This is not allowed by any GLSL specification. All #extension
directives must occur before any non-preprocessor tokens, which pretty much
means "at the beginning of shader code".

What I see: Valley is loading. Then there is hang and it recovers successfully.
After that, Valley seems to have exited. That's all.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140611/dfc5b16a/attachment-0001.html>


More information about the dri-devel mailing list