From 83e0cfb8a0bf3a14b6f495060749251cf94719d9 Mon Sep 17 00:00:00 2001 From: Felix Kuehling Date: Sat, 24 Jan 2004 14:41:24 +0000 Subject: Parse radeon, not r200 configuration in radeonCreateContext. --- src/mesa/drivers/dri/radeon/radeon_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/radeon/radeon_context.c') diff --git a/src/mesa/drivers/dri/radeon/radeon_context.c b/src/mesa/drivers/dri/radeon/radeon_context.c index e61dfcad5d..6e9cc5f5d9 100644 --- a/src/mesa/drivers/dri/radeon/radeon_context.c +++ b/src/mesa/drivers/dri/radeon/radeon_context.c @@ -240,7 +240,7 @@ radeonCreateContext( const __GLcontextModes *glVisual, * the default textures. */ driParseConfigFiles (&rmesa->optionCache, &screen->optionCache, - screen->driScreen->myNum, "r200"); + screen->driScreen->myNum, "radeon"); rmesa->initialMaxAnisotropy = driQueryOptionf(&rmesa->optionCache, "def_max_anisotropy"); -- cgit v1.2.3