mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 16:20:13 +01:00
Warn only when being enabled.
This commit is contained in:
parent
feb7221ecb
commit
707343dcf5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue