remove one of the two _tnl_isolate_materials function calls

This commit is contained in:
Roland Scheidegger 2005-03-05 00:04:20 +00:00
parent 8ff72e9723
commit 87030f6618

View 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 );