[Bug 93970] Second Life - Advanced Lighting Model shader fails to compile on Radeon SI driver

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 2 20:17:44 UTC 2016


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

--- Comment #2 from Ilia Mirkin <imirkin at alum.mit.edu> ---
Try running with force_glsl_extensions_warn=true in the environment. Looks like
the shader tries to use some advanced functionality without enabling the
extensions. It checks with #ifdef GL_ARB_gpu_shader5, without enabling the ext,
which is unfortunate. My understanding is that the preprocessor macros are set
to 1 even when the ext isn't enabled with #extension.

-- 
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/20160202/e47d029a/attachment.html>


More information about the dri-devel mailing list