meta: Also save/restore clip planes for GLSL.
authorEric Anholt <eric@anholt.net>
Thu, 21 Jul 2011 16:15:05 +0000 (09:15 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 25 Jul 2011 20:47:18 +0000 (13:47 -0700)
commit808024689247561d3de225856fb6ef17430fd39e
treeaa80bae837f53dd5b10b5120b579e99fecf7c544
parent185868c9c2e6a31a7313df2dbe29490547b65f61
meta: Also save/restore clip planes for GLSL.

Fixes user-clip on 965 with 3D clears enabled.  I created a separate
flag because I wanted to avoid the overhead of the matrix operations
in this path.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/drivers/common/meta.c