mesa: Push the shine table into the tnl module.
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_tcl.c
index 071f98f31a6493f041cdeb9de246bbee5bee7b6f..09f097c4b4d2fe6e31de743465b51b74fbe7060b 100644 (file)
@@ -461,10 +461,10 @@ static void transition_to_swtnl( struct gl_context *ctx )
    radeonChooseVertexState( ctx );
    radeonChooseRenderState( ctx );
 
-   _mesa_validate_all_lighting_tables( ctx ); 
+   _tnl_validate_shine_tables( ctx ); 
 
    tnl->Driver.NotifyMaterialChange = 
-      _mesa_validate_all_lighting_tables;
+      _tnl_validate_shine_tables;
 
    radeonReleaseArrays( ctx, ~0 );