nv40: do nothing for set_clip_state()
authorBen Skeggs <skeggsb@gmail.com>
Sun, 6 Jan 2008 11:14:22 +0000 (22:14 +1100)
committerBen Skeggs <skeggsb@gmail.com>
Sun, 6 Jan 2008 11:14:22 +0000 (22:14 +1100)
There's no way possible for us to support clip planes with the current
interfaces anyway.

src/mesa/pipe/nv40/nv40_state.c

index a7a5fef..14e1262 100644 (file)
@@ -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