summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_context.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-12-03 10:04:19 -0700
committerBrian Paul <[email protected]>2011-12-08 08:56:30 -0700
commitbb887b72f71e1323ce35c676f5207a6b2424fed4 (patch)
treedfd78a8a4aa00e806a2d412511947eea294dc22d /src/mesa/swrast/s_context.h
parente6e734f14317cdb9b77b8192569317c3fecf581f (diff)
swrast: remove dead accum buffer context fields
Diffstat (limited to 'src/mesa/swrast/s_context.h')
-rw-r--r--src/mesa/swrast/s_context.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h
index d3ba37819a9..446b990d990 100644
--- a/src/mesa/swrast/s_context.h
+++ b/src/mesa/swrast/s_context.h
@@ -203,11 +203,6 @@ typedef struct
/** Indicates how each attrib is to be interpolated (lines/tris) */
GLenum _InterpMode[FRAG_ATTRIB_MAX]; /* GL_FLAT or GL_SMOOTH (for now) */
- /* Accum buffer temporaries.
- */
- GLboolean _IntegerAccumMode; /**< Storing unscaled integers? */
- GLfloat _IntegerAccumScaler; /**< Implicit scale factor */
-
/* Working values:
*/
GLuint StippleCounter; /**< Line stipple counter */