mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
radeon: stupid mesa extension fail
This commit is contained in:
parent
f9d3de06bd
commit
9f11b3311e
1 changed files with 2 additions and 0 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue