Browse Source

glx: assign per screen driver configs (DRI2)

tags/mesa_7_5_1
RALOVICH, Kristóf 16 years ago
parent
commit
82f4dc21cc
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/glx/x11/dri2_glx.c

+ 2
- 0
src/glx/x11/dri2_glx.c View File

@@ -481,6 +481,8 @@ static __GLXDRIscreen *dri2CreateScreen(__GLXscreenConfigs *psc, int screen,
psc->configs = driConvertConfigs(psc->core, psc->configs, driver_configs);
psc->visuals = driConvertConfigs(psc->core, psc->visuals, driver_configs);

psc->driver_configs = driver_configs;

psp->destroyScreen = dri2DestroyScreen;
psp->createContext = dri2CreateContext;
psp->createDrawable = dri2CreateDrawable;

Loading…
Cancel
Save