summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-06-19 19:52:25 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-06-19 19:52:25 -0600
commit6cb2d0cb71d2019bd2c941a8c042e56275b22c1c (patch)
tree549ac563454270eaef2abbb05203e462ea6b9289 /src/mesa/state_tracker/st_context.h
parentaf9b5ca0359b5712509d7815a7fbc81a3255f4af (diff)
hook up point state
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r--src/mesa/state_tracker/st_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h
index d98dd3aada..94388f1aee 100644
--- a/src/mesa/state_tracker/st_context.h
+++ b/src/mesa/state_tracker/st_context.h
@@ -71,9 +71,9 @@ struct st_context
struct pipe_fs_state fs;
struct pipe_alpha_test_state alpha_test;
struct pipe_blend_state blend;
- struct pipe_surface cbuf;
struct pipe_clip_state clip;
struct pipe_depth_state depth;
+ struct pipe_point_state point;
struct pipe_scissor_rect scissor;
struct pipe_poly_stipple poly_stipple;
struct pipe_stencil_state stencil;