summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_state.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-07-03 10:58:03 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-07-03 10:58:03 -0600
commita813f654872380547faf67fba75fa30792f87ea6 (patch)
treee8321016a49fe92f0304ec333c300799f7eb3e49 /src/mesa/pipe/p_state.h
parentea92566ed9cabf5eb5d0993b39c4372d5bfcf3f1 (diff)
clarify that line_stipple_factor is in [0,255] corresponding to GL's range of [1,256].
Diffstat (limited to 'src/mesa/pipe/p_state.h')
-rw-r--r--src/mesa/pipe/p_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h
index 7f9a6d12de..9b4b336654 100644
--- a/src/mesa/pipe/p_state.h
+++ b/src/mesa/pipe/p_state.h
@@ -87,7 +87,7 @@ struct pipe_setup_state
GLuint point_smooth:1;
- GLubyte line_stipple_factor; /**< [1..255] only */
+ GLubyte line_stipple_factor; /**< [1..256] actually */
GLushort line_stipple_pattern;
GLfloat line_width;
GLfloat point_size; /**< used when no per-vertex size */