https://bugs.freedesktop.org/show_bug.cgi?id=29235
Summary: OpenGL applications segfault in glxMakeCurrent with git mesa Product: DRI Version: DRI CVS Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: General AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: ghepeu@virgilio.it
Recent changes to mesa (almost certainly krh glx rework) made all GL applications segfault in glxMakeCurrent with DRI1, both hardware dri and software (but not with indirect rendering, ie. compiz).
Commit 4d58b5b482d06ab8d4c4b2db33d0b48b7c82d064 (glx: Drop duplicate psc field in drisw context struct) fixed software rendering, trivially making the same changes in dri_glx.c fixed rendering with hardware acceleration too.
Simple patch attached.
https://bugs.freedesktop.org/show_bug.cgi?id=29235
--- Comment #1 from Giacomo Perale ghepeu@virgilio.it 2010-07-25 02:36:15 PDT --- Created an attachment (id=37358) View: https://bugs.freedesktop.org/attachment.cgi?id=37358 Review: https://bugs.freedesktop.org/review?bug=29235&attachment=37358
fix hw dri segfault in makeCurrent
Trivially apply to dri_glx.c the drisw_glx.c changes who fixed software rendering.
https://bugs.freedesktop.org/show_bug.cgi?id=29235
Giacomo Perale ghepeu@virgilio.it changed:
What |Removed |Added ---------------------------------------------------------------------------- Product|DRI |Mesa Version|DRI CVS |git Component|General |GLX AssignedTo|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop. |.org |org
dri-devel@lists.freedesktop.org