From: Ben Skeggs Date: Sun, 6 Jan 2008 11:14:22 +0000 (+1100) Subject: nv40: do nothing for set_clip_state() X-Git-Tag: 062012170305~17580^2~496^2~298^2~16^2~416 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37e95871789780a8f5848c5e85ec123571e8dff7;p=profile%2Fivi%2Fmesa.git nv40: do nothing for set_clip_state() There's no way possible for us to support clip planes with the current interfaces anyway. --- diff --git a/src/mesa/pipe/nv40/nv40_state.c b/src/mesa/pipe/nv40/nv40_state.c index a7a5fef..14e1262 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