From cbe8ed435a6ea278b80ec8124a78475a25a57908 Mon Sep 17 00:00:00 2001 From: Luca Barbieri Date: Tue, 23 Feb 2010 15:22:07 +0100 Subject: nvfx: so->sb: rasterizer --- src/gallium/drivers/nvfx/nvfx_context.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/drivers/nvfx/nvfx_context.h') 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 { -- cgit v1.2.3