summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_state.c
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-09-27 19:35:50 +0200
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-09-28 11:22:59 +0200
commite0b93c5bebab8ebd2e387d6031f97c6bc4328dbf (patch)
tree8eb08a4b5eaf914cc23fb958e2cf1c0afce5c855 /src/gallium/drivers/nv50/nv50_state.c
parent175261a1f1bfb1317d787c05f1ccde7f10629636 (diff)
nv50: fix GP state bind and validate
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_state.c')
-rw-r--r--src/gallium/drivers/nv50/nv50_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_state.c b/src/gallium/drivers/nv50/nv50_state.c
index 3afce06557..f42fa2d4d2 100644
--- a/src/gallium/drivers/nv50/nv50_state.c
+++ b/src/gallium/drivers/nv50/nv50_state.c
@@ -663,7 +663,7 @@ nv50_gp_state_bind(struct pipe_context *pipe, void *hwcso)
{
struct nv50_context *nv50 = nv50_context(pipe);
- nv50->fragprog = hwcso;
+ nv50->geomprog = hwcso;
nv50->dirty |= NV50_NEW_GEOMPROG;
}