summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_state.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-17 14:05:53 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-17 14:06:17 -0700
commit04a5a8b3bcba64c506ee5646a3a8b737e124a66a (patch)
tree3a311e6bdf3fac5359f5a99280d5c39cee3288d1 /src/mesa/pipe/cell/ppu/cell_state.h
parent8978627ad0e236796758d4912822b3428a649987 (diff)
updates for depth/stencil/alpha state
Diffstat (limited to 'src/mesa/pipe/cell/ppu/cell_state.h')
-rw-r--r--src/mesa/pipe/cell/ppu/cell_state.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_state.h b/src/mesa/pipe/cell/ppu/cell_state.h
index b01814202d..63dbac2f02 100644
--- a/src/mesa/pipe/cell/ppu/cell_state.h
+++ b/src/mesa/pipe/cell/ppu/cell_state.h
@@ -49,14 +49,14 @@ cell_delete_sampler_state(struct pipe_context *, void *);
extern void *
-cell_create_depth_stencil_state(struct pipe_context *,
+cell_create_depth_stencil_alpha_state(struct pipe_context *,
const struct pipe_depth_stencil_alpha_state *);
extern void
-cell_bind_depth_stencil_state(struct pipe_context *, void *);
+cell_bind_depth_stencil_alpha_state(struct pipe_context *, void *);
extern void
-cell_delete_depth_stencil_state(struct pipe_context *, void *);
+cell_delete_depth_stencil_alpha_state(struct pipe_context *, void *);
void *cell_create_fs_state(struct pipe_context *,