llvmpipe: remove old prototypes, fix-up formatting
authorBrian Paul <brianp@vmware.com>
Wed, 28 Apr 2010 20:14:37 +0000 (14:14 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 28 Apr 2010 21:25:50 +0000 (15:25 -0600)
src/gallium/drivers/llvmpipe/lp_state.h

index 4493c238a2d8c9adf8276a970bfd992e39c69b52..fe45862b8e8908b21d0f148626b1f58be5df6763 100644 (file)
@@ -125,23 +125,22 @@ struct lp_velems_state {
 void *
 llvmpipe_create_rasterizer_state(struct pipe_context *,
                                  const struct pipe_rasterizer_state *);
-void llvmpipe_bind_rasterizer_state(struct pipe_context *, void *);
-void llvmpipe_delete_rasterizer_state(struct pipe_context *, void *);
 
-void llvmpipe_set_framebuffer_state( struct pipe_context *,
-                                     const struct pipe_framebuffer_state * );
-
-void llvmpipe_update_fs(struct llvmpipe_context *lp);
-
-void llvmpipe_update_derived( struct llvmpipe_context *llvmpipe );
+void
+llvmpipe_bind_rasterizer_state(struct pipe_context *, void *);
 
+void
+llvmpipe_delete_rasterizer_state(struct pipe_context *, void *);
 
 void
-llvmpipe_map_texture_surfaces(struct llvmpipe_context *lp);
+llvmpipe_set_framebuffer_state(struct pipe_context *,
+                               const struct pipe_framebuffer_state *);
 
 void
-llvmpipe_unmap_texture_surfaces(struct llvmpipe_context *lp);
+llvmpipe_update_fs(struct llvmpipe_context *lp);
 
+void
+llvmpipe_update_derived( struct llvmpipe_context *llvmpipe );
 
 void
 llvmpipe_init_sampler_funcs(struct llvmpipe_context *llvmpipe);