diff options
author | Luca Barbieri <[email protected]> | 2010-02-23 15:22:07 +0100 |
---|---|---|
committer | Luca Barbieri <[email protected]> | 2010-04-12 12:13:17 +0200 |
commit | cbe8ed435a6ea278b80ec8124a78475a25a57908 (patch) | |
tree | 30fe9bffead1d33e49522d65f73ccfe7a8f322c1 /src/gallium/drivers/nvfx/nvfx_context.h | |
parent | c8201c833c30434f9ac1fbe5451b7e074b01f826 (diff) |
nvfx: so->sb: rasterizer
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 371c61f54dc..2aebea795ea 100644 --- a/src/gallium/drivers/nvfx/nvfx_context.h +++ b/src/gallium/drivers/nvfx/nvfx_context.h @@ -83,7 +83,8 @@ enum nvfx_state_index { struct nvfx_rasterizer_state { struct pipe_rasterizer_state pipe; - struct nouveau_stateobj *so; + unsigned sb_len; + uint32_t sb[30]; }; struct nvfx_zsa_state { |