remove one of the two _tnl_isolate_materials function calls
authorRoland Scheidegger <rscheidegger@gmx.ch>
Sat, 5 Mar 2005 00:04:20 +0000 (00:04 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Sat, 5 Mar 2005 00:04:20 +0000 (00:04 +0000)
src/mesa/drivers/dri/radeon/radeon_context.c

index fb00e59..037ea0f 100644 (file)
@@ -393,14 +393,8 @@ radeonCreateContext( const __GLcontextModes *glVisual,
     */
    _tnl_isolate_materials( ctx, GL_TRUE );
 
-
 /*     _mesa_allow_light_in_model( ctx, GL_FALSE ); */
 
-   /* Try and keep materials and vertices separate:
-    */
-   _tnl_isolate_materials( ctx, GL_TRUE );
-
-
    /* Configure swrast and T&L to match hardware characteristics:
     */
    _swrast_allow_pixel_fog( ctx, GL_FALSE );