diff options
author | Luca Barbieri <[email protected]> | 2010-08-22 11:58:54 +0200 |
---|---|---|
committer | Luca Barbieri <[email protected]> | 2010-08-22 15:42:16 +0200 |
commit | 9fefab340f59519efc5c5690347a54e437d9407a (patch) | |
tree | ec33eeded660badaab3dd8b367fdec5453aac2e1 /src/gallium/drivers/nvfx/nvfx_context.h | |
parent | 793e398681ac9ef9da6f6a453a5665bdfd0270e8 (diff) |
nvfx: make stipple setting independent of enable
Diffstat (limited to 'src/gallium/drivers/nvfx/nvfx_context.h')
-rw-r--r-- | src/gallium/drivers/nvfx/nvfx_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_context.h b/src/gallium/drivers/nvfx/nvfx_context.h index 83c44ef477c..63fbce87b50 100644 --- a/src/gallium/drivers/nvfx/nvfx_context.h +++ b/src/gallium/drivers/nvfx/nvfx_context.h @@ -68,7 +68,6 @@ struct nvfx_blend_state { struct nvfx_state { unsigned scissor_enabled; - unsigned stipple_enabled; unsigned fp_samplers; unsigned render_temps; }; |