summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_context.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-09-10 16:29:23 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-09-10 16:29:23 -0600
commitd56a3adc30c19c8f00cb7dc585e86babfd3a79a7 (patch)
tree38004b2d716a1383978ceca10ff5f93084d1a03b /src/mesa/pipe/p_context.h
parentb2dfe2be6cc91c330e7fe21ea663cacfc220582d (diff)
More work on vertex feedback / glRasterPos. Basic rasterpos works now.
Diffstat (limited to 'src/mesa/pipe/p_context.h')
-rw-r--r--src/mesa/pipe/p_context.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h
index c9246e883a..27a1128365 100644
--- a/src/mesa/pipe/p_context.h
+++ b/src/mesa/pipe/p_context.h
@@ -106,6 +106,9 @@ struct pipe_context {
void (*set_depth_state)( struct pipe_context *,
const struct pipe_depth_state * );
+ void (*set_feedback_state)( struct pipe_context *,
+ const struct pipe_feedback_state *);
+
void (*set_framebuffer_state)( struct pipe_context *,
const struct pipe_framebuffer_state * );
@@ -154,13 +157,8 @@ struct pipe_context {
*/
void (*set_feedback_buffer)(struct pipe_context *,
unsigned index,
- struct pipe_vertex_buffer *);
-
- void (*set_feedback_element)(struct pipe_context *,
- unsigned index,
- const struct pipe_vertex_element *);
+ const struct pipe_feedback_buffer *);
-
/*
* Surface functions
* This might go away...