From 604b38224fee911dd9d8227f4c1a3a4731fd45cf Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 17 Apr 2012 02:22:08 -0400 Subject: [PATCH] arb1: Handle destination modifiers for TEXBEM/TEXBEML. Note that we probably screw this up anyhow, since there's other places where we ignore this stuff. --- mojoshader.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mojoshader.c b/mojoshader.c index 93753589..ed8b70ad 100644 --- a/mojoshader.c +++ b/mojoshader.c @@ -5263,6 +5263,8 @@ static void arb1_texbem(Context *ctx, const int luminance) tmp, src, sampler, sampler); output_line(ctx, "MUL %s, %s, %s;", dst, dst, tmp); } // if + + emit_ARB1_dest_modifiers(ctx); } // arb1_texbem static void emit_ARB1_TEXBEM(Context *ctx)