[Mesa-dev] [Bug 29745] glsl2 crash

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29745 Chia-I Wu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 29745] glsl2 crash

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29745 --- Comment #5 from Eric Anholt 2010-08-23 15:03:48 PDT --- Agreed on b). Removing FEATURE_* ifdefs ftw. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are t

[Mesa-dev] [Bug 29745] glsl2 crash

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29745 --- Comment #4 from Brian Paul 2010-08-23 05:43:24 PDT --- Looks good to me. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

[Mesa-dev] [Bug 29745] glsl2 crash

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29745 --- Comment #3 from Chia-I Wu 2010-08-23 04:08:09 PDT --- Created an attachment (id=38090) View: https://bugs.freedesktop.org/attachment.cgi?id=38090 Review: https://bugs.freedesktop.org/review?bug=29745&attachment=38090 glsl: Include only mai

[Mesa-dev] [Bug 29745] glsl2 crash

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29745 --- Comment #2 from Chia-I Wu 2010-08-23 04:06:20 PDT --- Created an attachment (id=38089) View: https://bugs.freedesktop.org/attachment.cgi?id=38089 Review: https://bugs.freedesktop.org/review?bug=29745&attachment=38089 Add core.h This patch

[Mesa-dev] [Bug 29745] glsl2 crash

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29745 --- Comment #1 from Chia-I Wu 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 F