mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-13 21:50:31 +01:00
r200: fix build failure introduced with cbbcb0247e
Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
1079475481
commit
867f71db6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue