diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2007-11-23 18:54:11 +1100 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2007-11-23 18:54:19 +1100 |
commit | 558f3abb49475ba0aad585e7fb0c07121aecde6f (patch) | |
tree | 5553c9e561ddf359858a4cddc8228a387746081c /src/mesa/pipe/nv40/nv40_vbo.c | |
parent | dd1500b8b436dc4a009455489ade7dcf65f03d07 (diff) |
nv40: support for keeping multiple vtxprogs on the hw at the same time.
Diffstat (limited to 'src/mesa/pipe/nv40/nv40_vbo.c')
-rw-r--r-- | src/mesa/pipe/nv40/nv40_vbo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/nv40/nv40_vbo.c b/src/mesa/pipe/nv40/nv40_vbo.c index aa930476b6..2da0001b28 100644 --- a/src/mesa/pipe/nv40/nv40_vbo.c +++ b/src/mesa/pipe/nv40/nv40_vbo.c @@ -176,7 +176,7 @@ void nv40_vbo_arrays_update(struct nv40_context *nv40) { struct nouveau_winsys *nvws = nv40->nvws; - struct nv40_vertex_program *vp = nv40->vertprog.vp; + struct nv40_vertex_program *vp = nv40->vertprog.active; uint32_t inputs, vtxfmt[16]; int hw, num_hw; |