summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/nvfx_state.h
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-02-23 15:52:24 +0100
committerLuca Barbieri <luca@luca-barbieri.com>2010-04-12 12:13:23 +0200
commit5eb6b1a981f87a39323604f5496aafdb38b126a9 (patch)
tree038b1206979b16fa0f565fad3c39fe846439d89a /src/gallium/drivers/nvfx/nvfx_state.h
parentf768528af53f3f7d7a1a90b3eef1b02bd821e28a (diff)
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.
Diffstat (limited to 'src/gallium/drivers/nvfx/nvfx_state.h')
-rw-r--r--src/gallium/drivers/nvfx/nvfx_state.h1
1 files changed, 0 insertions, 1 deletions
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 {