From: Felix Kuehling Date: Sat, 24 Jan 2004 14:41:24 +0000 (+0000) Subject: Parse radeon, not r200 configuration in radeonCreateContext. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83e0cfb8a0bf3a14b6f495060749251cf94719d9;p=mesa.git Parse radeon, not r200 configuration in radeonCreateContext. --- diff --git a/src/mesa/drivers/dri/radeon/radeon_context.c b/src/mesa/drivers/dri/radeon/radeon_context.c index e61dfcad5db..6e9cc5f5d96 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");