diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c index 6212d22c33..ae22510091 100644 --- a/src/mesa/drivers/dri/r300/r300_state.c +++ b/src/mesa/drivers/dri/r300/r300_state.c @@ -456,10 +456,10 @@ static void r300Enable(GLcontext* ctx, GLenum cap, GLboolean state) break; case GL_STENCIL_TEST: - WARN_ONCE("TODO - double side stencil !\n"); if (r300->state.stencil.hw_stencil) { R300_STATECHANGE(r300, zs); if (state) { + WARN_ONCE("TODO - double side stencil !\n"); r300->hw.zs.cmd[R300_ZS_CNTL_0] |= R300_RB3D_STENCIL_ENABLE; } else { |