[965] Fix and enable separate stencil.
authorEric Anholt <eric@anholt.net>
Fri, 21 Dec 2007 19:39:33 +0000 (11:39 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 21 Dec 2007 19:50:00 +0000 (11:50 -0800)
commit9136e1f2c80ce891fb6270341a4316f219c89d49
treee116b1d1ae5b404707ae125f7b222855764b9189
parent9e68e191ac9d32f2f93e840a66127e724b442756
[965] Fix and enable separate stencil.

Note that this does not enable GL_EXT_stencil_two_side, because Mesa's computed
_TestTwoSide ends up respecting only STENCIL_TEST_TWO_SIDE_EXT (defaults to
GL_FALSE), even if the application uses only GL 2.0 / ATI entrypoints.
src/mesa/drivers/dri/i965/brw_cc.c
src/mesa/drivers/dri/i965/brw_wm.c
src/mesa/drivers/dri/i965/intel_context.c