Import vtx-0-2-branch
[mesa.git] / src / mesa / drivers / dri / gamma / gamma_context.c
index f7db2adea373408b52d3fd1631baa7666dc43fbd..b27851be8f83db5426d2912405f9041914cfa174 100644 (file)
@@ -48,9 +48,9 @@
 #include "gamma_vb.h"
 #include "gamma_tris.h"
 
-extern const struct gl_pipeline_stage _gamma_render_stage;
+extern const struct tnl_pipeline_stage _gamma_render_stage;
 
-static const struct gl_pipeline_stage *gamma_pipeline[] = {
+static const struct tnl_pipeline_stage *gamma_pipeline[] = {
    &_tnl_vertex_transform_stage,
    &_tnl_normal_transform_stage,
    &_tnl_lighting_stage,