OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 13 Sep 2005 02:59:53 +0000 (02:59 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 13 Sep 2005 02:59:53 +0000 (02:59 +0000)
commit42c34efd23d7ad05df9f3c71f7d52dd259e179d8
tree79161c2cbe3801650843cc20ede7bdc3bdccd673
parentbdf8441f808b7bd0a8fa10c59025c015db482a58
OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.
See comment near top of stencil.c for info about OpenGL 2.0 vs.
GL_EXT_stencil_two_side.
src/mesa/main/attrib.c
src/mesa/main/extensions.c
src/mesa/main/mtypes.h
src/mesa/main/state.c
src/mesa/main/stencil.c
src/mesa/main/stencil.h
src/mesa/swrast/s_stencil.c
src/mesa/swrast_setup/ss_triangle.c