mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
glx: assign per screen driver configs (DRISW)
This commit is contained in:
parent
d090ba9e00
commit
45f4e8842e
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ driCreateScreen(__GLXscreenConfigs * psc, int screen,
|
||||||
psc->configs = driConvertConfigs(psc->core, psc->configs, driver_configs);
|
psc->configs = driConvertConfigs(psc->core, psc->configs, driver_configs);
|
||||||
psc->visuals = driConvertConfigs(psc->core, psc->visuals, driver_configs);
|
psc->visuals = driConvertConfigs(psc->core, psc->visuals, driver_configs);
|
||||||
|
|
||||||
free(driver_configs);
|
psc->driver_configs = driver_configs;
|
||||||
|
|
||||||
psp->destroyScreen = driDestroyScreen;
|
psp->destroyScreen = driDestroyScreen;
|
||||||
psp->createContext = driCreateContext;
|
psp->createContext = driCreateContext;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue