diff options
author | Francisco Jerez <[email protected]> | 2010-02-16 18:37:43 +0100 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2010-02-16 18:37:43 +0100 |
commit | f7aea808a4724a9e50bf3afa5a1bf547d0da5d65 (patch) | |
tree | 1666bef637a482d517df52f155b3a4f070132e92 | |
parent | 8bd62dbd7caa59edb739c65df7e94973b896d98e (diff) |
nv40: Fix incorrect so_new() numbering.
-rw-r--r-- | src/gallium/drivers/nv40/nv40_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/nv40_state.c b/src/gallium/drivers/nv40/nv40_state.c index 2073bf07353..4f28675e64c 100644 --- a/src/gallium/drivers/nv40/nv40_state.c +++ b/src/gallium/drivers/nv40/nv40_state.c @@ -310,7 +310,7 @@ nv40_rasterizer_state_create(struct pipe_context *pipe, { struct nv40_context *nv40 = nv40_context(pipe); struct nv40_rasterizer_state *rsso = CALLOC(1, sizeof(*rsso)); - struct nouveau_stateobj *so = so_new(8, 18, 0); + struct nouveau_stateobj *so = so_new(9, 19, 0); struct nouveau_grobj *curie = nv40->screen->curie; /*XXX: ignored: |