wined3d: Fix the GL_ATI_separate_stencil codepath.
commitdc07ddb53161751e0f6068a469c97024f795de0a
authorStefan Dösinger <stefan@codeweavers.com>
Wed, 23 Apr 2008 19:53:59 +0000 (23 21:53 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 24 Apr 2008 20:09:36 +0000 (24 22:09 +0200)
treedc8c48220629552280008a64d6ef364d80d1a799
parentbcb0f7cc2283949c4baf67c2e8a0cf764741138b
wined3d: Fix the GL_ATI_separate_stencil codepath.

glStencilFuncSeparateATI does not take a face argument, instead it
sets the front and back facing functions at once. This means the
renderstate_stencil_twosided helper function is somewhat pointless for
this extension.
dlls/wined3d/state.c