[Mesa-dev] [Bug 29745] glsl2 crash
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Aug 23 00:42:12 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=29745
--- Comment #1 from Chia-I Wu <olvaffe at gmail.com> 2010-08-23 00:42:13 PDT ---
It seems to be a symptom of mixing FEATURE_GL libglsl.a with FEATURE_ES2
libes2gallium.a. There are several ways
a) build FEATURE_ES2 libes2sl.a as well as libglsl.a
b) remove "#if FEATURE_xxx" from core mesa types (noticeably
dd_function_table)
c) do not use core mesa types in glsl
to fix it. I am favoring b). Suggestions?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list