[Mesa-dev] [Bug 91778] white screen in unigine tropics and sanctuary with 11RC1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Aug 29 09:38:11 PDT 2015


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

--- Comment #2 from Ilia Mirkin <imirkin at alum.mit.edu> ---
It's due to ARB_gpu_shader5 getting enabled, which introduces the 'sample'
keyword. However the tropics shader has a variable called 'sample', which was
legal back then.

ARB_gpu_shader5, in turn, gets enabled because of

<option name="force_glsl_extensions_warn" value="true" />

So ideally there'd be an extra override to disable ARB_gpu_shader5.

-- 
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: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150829/2cb50fbb/attachment.html>


More information about the mesa-dev mailing list