llvmpipe: point out that there's two stencil writemasks
authorBrian Paul <brianp@vmware.com>
Sun, 23 Oct 2011 16:08:06 +0000 (10:08 -0600)
committerBrian Paul <brianp@vmware.com>
Sun, 23 Oct 2011 16:09:34 +0000 (10:09 -0600)
commit33abbd4fbdb3149df5ecc296b04a79225962e433
tree7ae42b0119840d41b3d33d8c821017cbb0696195
parentc7aa8da9573f6d505bec894b4738f0521511b9f0
llvmpipe: point out that there's two stencil writemasks

In lp_build_stencil_op() the incoming 'stencil' var is a 2-element array.
There's a front-face writemask and a back-face writemask but we're ignoring
the later.  This patch doesn't fix anything but at least points out the
problem.
src/gallium/drivers/llvmpipe/lp_bld_depth.c