https://bugs.freedesktop.org/show_bug.cgi?id=91778
--- Comment #2 from Ilia Mirkin <[email protected]> --- 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.
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
