diff options
author | Brian Paul <[email protected]> | 2009-02-11 21:51:00 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-11 21:51:00 -0700 |
commit | f908421e64886a7cbc1365fef45412b97b993220 (patch) | |
tree | 6ce7c9a2a1c8416130a8a8492a76a1393093777b /src/gallium/drivers/softpipe/sp_context.h | |
parent | 460b62336d83379a98948168a4bbe177fc6df835 (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.h | 6 |
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 4437cd48f6e..af121157d4d 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; |