diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-22 12:19:54 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-22 12:19:54 -0600 |
commit | beefc6011bce9e99cb46430186de1c13f027cb05 (patch) | |
tree | 50ed248adce20785f8f83cd3bd67b97b1670ca37 /src/mesa/pipe/p_state.h | |
parent | 1b4852345954af9b582b03a91a3d8399b8fb0e92 (diff) |
new flag to control psize (from vertex shader or fixed size)
Diffstat (limited to 'src/mesa/pipe/p_state.h')
-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 ecbcbd098a..4a18d25ab8 100644 --- a/src/mesa/pipe/p_state.h +++ b/src/mesa/pipe/p_state.h @@ -86,6 +86,7 @@ struct pipe_rasterizer_state unsigned poly_stipple_enable:1; unsigned point_smooth:1; unsigned point_sprite:1; + unsigned point_size_per_vertex:1; /**< size computed in vertex shader */ unsigned multisample:1; /* XXX maybe more ms state in future */ unsigned line_smooth:1; unsigned line_stipple_enable:1; |