From d995115b1733ec14182e6bb4653b8f8389b87518 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Mon, 19 Dec 2016 16:11:27 +0100 Subject: gallium: remove TGSI_OPCODE_SUB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's redundant with the source modifier. Reviewed-by: Nicolai Hähnle --- src/gallium/auxiliary/util/u_pstipple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/util') diff --git a/src/gallium/auxiliary/util/u_pstipple.c b/src/gallium/auxiliary/util/u_pstipple.c index f6ea535c413..ae4cfa1d76a 100644 --- a/src/gallium/auxiliary/util/u_pstipple.c +++ b/src/gallium/auxiliary/util/u_pstipple.c @@ -344,7 +344,7 @@ pstip_transform_prolog(struct tgsi_transform_context *ctx) TGSI_FILE_TEMPORARY, texTemp, TGSI_WRITEMASK_XYZW, pctx->wincoordFile, wincoordInput, - TGSI_FILE_IMMEDIATE, pctx->numImmed); + TGSI_FILE_IMMEDIATE, pctx->numImmed, false); /* TEX texTemp, texTemp, sampler, 2D; */ tgsi_transform_tex_inst(ctx, -- cgit v1.2.3