Module: Mesa Branch: master Commit: e71c44cedd6d22930bf873504d89faf68d93e1cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e71c44cedd6d22930bf873504d89faf68d93e1cc
Author: Kristian Høgsberg <[email protected]> Date: Wed Aug 4 08:51:43 2010 -0400 glx: We no longer need screen extensions for drisw https://bugs.freedesktop.org/show_bug.cgi?id=29177 --- src/glx/drisw_glx.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/glx/drisw_glx.c b/src/glx/drisw_glx.c index 46c5606..66a6043 100644 --- a/src/glx/drisw_glx.c +++ b/src/glx/drisw_glx.c @@ -485,8 +485,6 @@ driCreateScreen(int screen, struct glx_display *priv) goto handle_error; } - extensions = psc->core->getExtensions(psc->driScreen); - psc->base.configs = driConvertConfigs(psc->core, psc->base.configs, driver_configs); psc->base.visuals = _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
