Mesa (main): i915g: Reapply clang-format.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Aug 9 04:51:47 UTC 2021


Module: Mesa
Branch: main
Commit: 13677a909276a162e98112c65c1b3364741fae04
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=13677a909276a162e98112c65c1b3364741fae04

Author: Emma Anholt <emma at anholt.net>
Date:   Fri Aug  6 11:30:19 2021 -0700

i915g: Reapply clang-format.

Missed this in 2008ec8a432c ("i915g: Fix writemasking of SEQ/SNE/SSG.")

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12250>

---

 src/gallium/drivers/i915/i915_fpc_translate.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/i915/i915_fpc_translate.c b/src/gallium/drivers/i915/i915_fpc_translate.c
index 6ca95ffbbf9..940bfa53026 100644
--- a/src/gallium/drivers/i915/i915_fpc_translate.c
+++ b/src/gallium/drivers/i915/i915_fpc_translate.c
@@ -719,8 +719,8 @@ i915_translate_instruction(struct i915_fp_compile *p,
                       swizzle(src0, ZERO, ZERO, ZERO, ZERO), src0, 0);
 
       i915_emit_arith(
-         p, A0_ADD, get_result_vector(p, &inst->Dst[0]), get_result_flags(inst), 0,
-         get_result_vector(p, &inst->Dst[0]), negate(tmp, 1, 1, 1, 1), 0);
+         p, A0_ADD, get_result_vector(p, &inst->Dst[0]), get_result_flags(inst),
+         0, get_result_vector(p, &inst->Dst[0]), negate(tmp, 1, 1, 1, 1), 0);
       break;
 
    case TGSI_OPCODE_TEX:



More information about the mesa-commit mailing list