From 5eb6b1a981f87a39323604f5496aafdb38b126a9 Mon Sep 17 00:00:00 2001 From: Luca Barbieri Date: Tue, 23 Feb 2010 15:52:24 +0100 Subject: nvfx: so->RING_3D: vertprog We could use an sb here instead, but there is no obvious performance advantage, and perhaps there could be a disadvantage. --- src/gallium/drivers/nvfx/nvfx_state.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/nvfx/nvfx_state.h') diff --git a/src/gallium/drivers/nvfx/nvfx_state.h b/src/gallium/drivers/nvfx/nvfx_state.h index f1f9fb775b..555513a642 100644 --- a/src/gallium/drivers/nvfx/nvfx_state.h +++ b/src/gallium/drivers/nvfx/nvfx_state.h @@ -39,7 +39,6 @@ struct nvfx_vertex_program { uint32_t ir; uint32_t or; uint32_t clip_ctrl; - struct nouveau_stateobj *so; }; struct nvfx_fragment_program_data { -- cgit v1.2.3