r200: fix build failure introduced with cbbcb0247e

Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Laurent Carlier 2013-04-17 21:40:16 +02:00 committed by Brian Paul
parent 1079475481
commit 867f71db6b

View file

@ -257,7 +257,7 @@ void r200ChooseVertexState( struct gl_context *ctx )
* bigger one.
*/
if ((0 == (tnl->render_inputs_bitset & BITFIELD64_RANGE(_TNL_ATTRIB_TEX0, _TNL_NUM_TEX)))
|| (ctx->_TriangleCaps & DD_TRI_LIGHT_TWOSIDE)
|| twosided
|| unfilled) {
rmesa->swtcl.needproj = GL_TRUE;
vte |= R200_VTX_XY_FMT | R200_VTX_Z_FMT;