summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-28 14:14:37 -0600
committerBrian Paul <brianp@vmware.com>2010-04-28 15:25:50 -0600
commitdd2fd8ae036c9f19dabe0ef1f6200385d2f49100 (patch)
treeb9cd972be7ca4df187448d270d894bd9002eca90
parent9523d78dde7f2e819275ecb39cdeafe50eb65f13 (diff)
llvmpipe: remove old prototypes, fix-up formatting
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state.h b/src/gallium/drivers/llvmpipe/lp_state.h
index 4493c238a2d..fe45862b8e8 100644
--- a/src/gallium/drivers/llvmpipe/lp_state.h
+++ b/src/gallium/drivers/llvmpipe/lp_state.h
@@ -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);