From 964399dc875aa8fd6a094115c1f7945fa1223420 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 11 Feb 2010 12:31:24 +0100 Subject: glamo: update driCreateConfigs call wrt http://cgit.freedesktop.org/mesa/mesa/commit/?id=3cce4a1e10361458630511543b7a8a6438544775 --- src/mesa/drivers/dri/glamo/glamo_screen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/glamo/glamo_screen.c b/src/mesa/drivers/dri/glamo/glamo_screen.c index abfb8f4d17..ee29d17777 100644 --- a/src/mesa/drivers/dri/glamo/glamo_screen.c +++ b/src/mesa/drivers/dri/glamo/glamo_screen.c @@ -102,7 +102,7 @@ static const __DRIconfig **glamoInitScreen(__DRIscreen *sPriv) configs = driCreateConfigs(GL_RGB, GL_UNSIGNED_SHORT_5_6_5, depth_bits_array, stencil_bits_array, 2, - db_modes, 2, msaa_samples_array, 1); + db_modes, 2, msaa_samples_array, 1, GL_TRUE); if ( configs == NULL ) { fprintf(stderr, "[%s:%u] Error creating FBConfig!\n", __func__, __LINE__); @@ -141,7 +141,7 @@ static const __DRIconfig **glamoInitScreen2(__DRIscreen *sPriv) configs = driCreateConfigs(GL_RGB, GL_UNSIGNED_SHORT_5_6_5, depth_bits_array, stencil_bits_array, 2, - db_modes, 2, msaa_samples_array, 1); + db_modes, 2, msaa_samples_array, 1, GL_TRUE); if ( configs == NULL ) { fprintf(stderr, "[%s:%u] Error creating FBConfig!\n", __func__, __LINE__); -- cgit v1.2.3