diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-22 11:41:31 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-22 11:41:31 -0600 |
commit | cd4d732773e06e462e78b8f5bc9f3f1552a198ac (patch) | |
tree | 562af472e93c6818747dc19774f870cf0a190617 /src/mesa/pipe | |
parent | 34abb93ea10855840a86695a97ccbc89e6d2b9f8 (diff) |
add point_sprite flag to rasterizer state
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r-- | src/mesa/pipe/p_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h index daa74ec053..fd3f4f22b9 100644 --- a/src/mesa/pipe/p_state.h +++ b/src/mesa/pipe/p_state.h @@ -85,6 +85,7 @@ struct pipe_rasterizer_state unsigned poly_smooth:1; unsigned poly_stipple_enable:1; unsigned point_smooth:1; + unsigned point_sprite:1; unsigned multisample:1; /* XXX maybe more ms state in future */ unsigned line_smooth:1; unsigned line_stipple_enable:1; |