summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2010-02-16 18:37:43 +0100
committerFrancisco Jerez <currojerez@riseup.net>2010-02-16 18:37:43 +0100
commitf7aea808a4724a9e50bf3afa5a1bf547d0da5d65 (patch)
tree1666bef637a482d517df52f155b3a4f070132e92 /src/gallium
parent8bd62dbd7caa59edb739c65df7e94973b896d98e (diff)
nv40: Fix incorrect so_new() numbering.
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/nv40/nv40_state.c2
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 2073bf0735..4f28675e64 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: