diff options
author | Luca Barbieri <[email protected]> | 2010-08-15 10:15:40 +0200 |
---|---|---|
committer | Luca Barbieri <[email protected]> | 2010-08-21 20:42:14 +0200 |
commit | 0d74956a1f895303a44bddc6f92c246ecce40023 (patch) | |
tree | c594fd5f8cb460ef92c4e16cb63e0fc80e1fddd7 /src/gallium/drivers/nvfx/nvfx_context.h | |
parent | 0184e298636370865bb8d511ca890acd70c1c4c6 (diff) |
nvfx: support flatshade_first
Diffstat (limited to 'src/gallium/drivers/nvfx/nvfx_context.h')
-rw-r--r-- | src/gallium/drivers/nvfx/nvfx_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_context.h b/src/gallium/drivers/nvfx/nvfx_context.h index 7ec6a4f4124..2eec5a11a6d 100644 --- a/src/gallium/drivers/nvfx/nvfx_context.h +++ b/src/gallium/drivers/nvfx/nvfx_context.h @@ -50,7 +50,7 @@ struct nvfx_rasterizer_state { struct pipe_rasterizer_state pipe; unsigned sb_len; - uint32_t sb[32]; + uint32_t sb[34]; }; struct nvfx_zsa_state { |