summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_context.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-11 21:51:00 -0700
committerBrian Paul <brianp@vmware.com>2009-02-11 21:51:00 -0700
commitf908421e64886a7cbc1365fef45412b97b993220 (patch)
tree6ce7c9a2a1c8416130a8a8492a76a1393093777b /src/gallium/drivers/softpipe/sp_context.h
parent460b62336d83379a98948168a4bbe177fc6df835 (diff)
softpipe: remove some old polygon stipple stuff and do some clean-ups
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_context.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h
index 4437cd48f6..af121157d4 100644
--- a/src/gallium/drivers/softpipe/sp_context.h
+++ b/src/gallium/drivers/softpipe/sp_context.h
@@ -112,12 +112,6 @@ struct softpipe_context {
unsigned reduced_api_prim; /**< PIPE_PRIM_POINTS, _LINES or _TRIANGLES */
-#if 0
- /* Stipple derived state:
- */
- ubyte stipple_masks[16][16];
-#endif
-
/** Derived from scissor and surface bounds: */
struct pipe_scissor_state cliprect;