summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-01-06 22:14:22 +1100
committerBen Skeggs <skeggsb@gmail.com>2008-01-06 22:14:22 +1100
commit37e95871789780a8f5848c5e85ec123571e8dff7 (patch)
treee890134639d95c9f7c9272537c2e170385f2ed0b
parentdf34b6b2bcf26392eeffc828c9e90ea68a908736 (diff)
nv40: do nothing for set_clip_state()
There's no way possible for us to support clip planes with the current interfaces anyway.
-rw-r--r--src/mesa/pipe/nv40/nv40_state.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/pipe/nv40/nv40_state.c b/src/mesa/pipe/nv40/nv40_state.c
index a7a5fefc6d6..14e12626d43 100644
--- a/src/mesa/pipe/nv40/nv40_state.c
+++ b/src/mesa/pipe/nv40/nv40_state.c
@@ -515,9 +515,6 @@ static void
nv40_set_clip_state(struct pipe_context *pipe,
const struct pipe_clip_state *clip)
{
- struct nv40_context *nv40 = (struct nv40_context *)pipe;
-
- nv40->dirty |= NV40_NEW_VERTPROG;
}
static void