From: RALOVICH, Kristóf Date: Thu, 23 Jul 2009 15:05:50 +0000 (+0200) Subject: glx: assign per screen driver configs (DRI) X-Git-Tag: mesa-7.8~3080^2~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d090ba9e00c7c7893109ae763385c2e0a66eb16f;p=platform%2Fupstream%2Fmesa.git glx: assign per screen driver configs (DRI) --- diff --git a/src/glx/x11/dri_glx.c b/src/glx/x11/dri_glx.c index ac2eb05..d24471c 100644 --- a/src/glx/x11/dri_glx.c +++ b/src/glx/x11/dri_glx.c @@ -418,6 +418,8 @@ CallCreateNewScreen(Display *dpy, int scrn, __GLXscreenConfigs *psc, psc->configs = driConvertConfigs(psc->core, psc->configs, driver_configs); psc->visuals = driConvertConfigs(psc->core, psc->visuals, driver_configs); + psc->driver_configs = driver_configs; + /* Visuals with depth != screen depth are subject to automatic compositing * in the X server, so DRI1 can't render to them properly. Mark them as * non-conformant to prevent apps from picking them up accidentally.