diff options
author | Brian <[email protected]> | 2007-06-19 19:52:25 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-19 19:52:25 -0600 |
commit | 6cb2d0cb71d2019bd2c941a8c042e56275b22c1c (patch) | |
tree | 549ac563454270eaef2abbb05203e462ea6b9289 /src/mesa/state_tracker/st_context.h | |
parent | af9b5ca0359b5712509d7815a7fbc81a3255f4af (diff) |
hook up point state
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 2 |
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 d98dd3aadae..94388f1aee6 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; |