mesa: add ctx->Stencil._Enabled field
authorBrian Paul <brianp@vmware.com>
Mon, 2 Mar 2009 18:46:49 +0000 (11:46 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 2 Mar 2009 18:49:37 +0000 (11:49 -0700)
commitf352a80aec10c3faf2d84e0b35d59b4edc0395ef
tree5350d8841d162f7ef754a167da137683acfa53e0
parent2755a27d7dd313617b6bcc48afe6a321ee3609b2
mesa: add ctx->Stencil._Enabled field

Only true if stenciling is enabled, and there's a stencil buffer.
src/mesa/main/mtypes.h
src/mesa/main/state.c
src/mesa/main/stencil.c