Skip to content
Snippets Groups Projects
Commit 87030f66 authored by Roland Scheidegger's avatar Roland Scheidegger
Browse files

remove one of the two _tnl_isolate_materials function calls

parent 8ff72e97
No related branches found
No related tags found
Loading
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment