nir: Add a flag to lower_io to force "sample" interpolation
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_swtcl.c
index ed6b25ccea5a4ea89696bb86e50549a1ca977e94..adc146852eaa23b9d7071833729bf1e89b526b94 100644 (file)
@@ -414,7 +414,7 @@ static GLboolean radeon_run_render( struct gl_context *ctx,
    r100ContextPtr rmesa = R100_CONTEXT(ctx);
    TNLcontext *tnl = TNL_CONTEXT(ctx);
    struct vertex_buffer *VB = &tnl->vb;
-   tnl_render_func *tab = TAG(render_tab_verts);
+   const tnl_render_func *tab = TAG(render_tab_verts);
    GLuint i;
 
    if (rmesa->radeon.swtcl.RenderIndex != 0 ||