diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2008-01-06 22:14:22 +1100 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-01-06 22:14:22 +1100 |
commit | 37e95871789780a8f5848c5e85ec123571e8dff7 (patch) | |
tree | e890134639d95c9f7c9272537c2e170385f2ed0b /src | |
parent | df34b6b2bcf26392eeffc828c9e90ea68a908736 (diff) |
nv40: do nothing for set_clip_state()
There's no way possible for us to support clip planes with the current
interfaces anyway.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/pipe/nv40/nv40_state.c | 3 |
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 a7a5fefc6d..14e12626d4 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 |