intel: Transition intel_region_map() to being a miptree operation.
[mesa.git] / src / mesa / tnl / tnl.h
index 24a0c725008ca7bfe84506fa5aabcc53a3bfcd53..95832288702daeb834aa8ad499502b775a31a2f9 100644 (file)
@@ -86,18 +86,18 @@ _tnl_draw_prims( struct gl_context *ctx,
 
 void
 _tnl_vbo_draw_prims( struct gl_context *ctx,
-                    const struct gl_client_array *arrays[],
                     const struct _mesa_prim *prim,
                     GLuint nr_prims,
                     const struct _mesa_index_buffer *ib,
                     GLboolean index_bounds_valid,
                     GLuint min_index,
-                    GLuint max_index);
+                    GLuint max_index,
+                    struct gl_transform_feedback_object *tfb_vertcount );
 
 extern void
-_mesa_load_tracked_matrices(struct gl_context *ctx);
+_tnl_RasterPos(struct gl_context *ctx, const GLfloat vObj[4]);
 
 extern void
-_tnl_RasterPos(struct gl_context *ctx, const GLfloat vObj[4]);
+_tnl_validate_shine_tables( struct gl_context *ctx );
 
 #endif