r300g/swtcl: fix out-of-bounds write

This is a typo fix, the generated code should be the same.
This commit is contained in:
Marek Olšák 2010-07-09 03:48:43 +02:00
parent f8f1c629d6
commit 75d0e95a3a

View file

@ -185,7 +185,7 @@ static void transform_decl(struct tgsi_transform_context *ctx,
if (decl->Semantic.Index == 1 && !vsctx->bcolor_used[0]) {
insert_output(ctx, decl, TGSI_SEMANTIC_BCOLOR, 0,
TGSI_INTERPOLATE_LINEAR);
vsctx->color_used[2] = TRUE;
vsctx->bcolor_used[0] = TRUE;
}
/* One more case is handled in insert_trailing_bcolor. */
break;