diff options
author | Dave Airlie <airlied@redhat.com> | 2009-03-24 09:26:31 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-03-24 09:26:31 +1000 |
commit | 9f11b3311e9f65bc19a3fde10f1ee4d6fbb7ead2 (patch) | |
tree | 76a77df5952d51488f2c80cc1d1d447f72c12fd0 /src/mesa | |
parent | f9d3de06bdc609d2c7cb189d220977968894c7ed (diff) |
radeon: stupid mesa extension fail
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_screen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_screen.c b/src/mesa/drivers/dri/radeon/radeon_screen.c index 2d3bb619cd..78f769e3ed 100644 --- a/src/mesa/drivers/dri/radeon/radeon_screen.c +++ b/src/mesa/drivers/dri/radeon/radeon_screen.c @@ -241,6 +241,7 @@ static const struct dri_debug_control debug_control[] = { #endif /* RADEON_COMMON && defined(RADEON_COMMON_FOR_R300) */ extern const struct dri_extension card_extensions[]; +extern const struct dri_extension mm_extensions[]; static int getSwapInfo( __DRIdrawablePrivate *dPriv, __DRIswapInfo * sInfo ); @@ -1413,6 +1414,7 @@ __DRIconfig **radeonInitScreen2(__DRIscreenPrivate *psp) * Hello chicken. Hello egg. How are you two today? */ driInitExtensions( NULL, card_extensions, GL_FALSE ); + driInitExtensions( NULL, mm_extensions, GL_FALSE ); #if RADEON_COMMON && defined(RADEON_COMMON_FOR_R200) driInitExtensions( NULL, blend_extensions, GL_FALSE ); driInitSingleExtension( NULL, ARB_vp_extension ); |