Introduce .editorconfig
[mesa.git] / src / mesa / drivers / dri / nouveau / nv10_driver.h
index dec3d64e7d220d9a89a6bb86615035ca65dd7dab..6fdc4641623c49d53c38cadbda2742108df64205 100644 (file)
@@ -45,10 +45,16 @@ nv10_transform_depth(struct gl_context *ctx, float z);
 
 /* nv10_render.c */
 void
-nv10_render_init(struct gl_context *ctx);
+nv10_vbo_init(struct gl_context *ctx);
 
 void
-nv10_render_destroy(struct gl_context *ctx);
+nv10_vbo_destroy(struct gl_context *ctx);
+
+void
+nv10_swtnl_init(struct gl_context *ctx);
+
+void
+nv10_swtnl_destroy(struct gl_context *ctx);
 
 /* nv10_state_fb.c */
 void