diff options
author | Luca Barbieri <[email protected]> | 2010-02-23 15:34:35 +0100 |
---|---|---|
committer | Luca Barbieri <[email protected]> | 2010-04-12 12:13:17 +0200 |
commit | 4b3b54d7463183099b4132367c23bfa112f6a1b0 (patch) | |
tree | 2a3c5d3088b94c96b347387a104412ef82be8174 /src/gallium/drivers/nvfx/nvfx_context.h | |
parent | 180654d2bbb1b800b07587ad9557258ce67fe094 (diff) |
nvfx: so->sb: blend
Diffstat (limited to 'src/gallium/drivers/nvfx/nvfx_context.h')
-rw-r--r-- | src/gallium/drivers/nvfx/nvfx_context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_context.h b/src/gallium/drivers/nvfx/nvfx_context.h index d4e8ecc11c3..8721eaa741a 100644 --- a/src/gallium/drivers/nvfx/nvfx_context.h +++ b/src/gallium/drivers/nvfx/nvfx_context.h @@ -95,7 +95,8 @@ struct nvfx_zsa_state { struct nvfx_blend_state { struct pipe_blend_state pipe; - struct nouveau_stateobj *so; + unsigned sb_len; + uint32_t sb[13]; }; |