From: Axel Davy Date: Fri, 26 Dec 2014 10:02:08 +0000 (+0100) Subject: st/nine: Fix typo for M4x4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0dd9ca9854b27104176d961d5c8b37b1e0637e5;p=mesa.git st/nine: Fix typo for M4x4 Cc: "10.4" Reviewed-by: Ilia Mirkin Reviewed-by: David Heidelberg Signed-off-by: Axel Davy --- diff --git a/src/gallium/state_trackers/nine/nine_shader.c b/src/gallium/state_trackers/nine/nine_shader.c index 3a3e6bd4392..7031063d12e 100644 --- a/src/gallium/state_trackers/nine/nine_shader.c +++ b/src/gallium/state_trackers/nine/nine_shader.c @@ -1327,7 +1327,7 @@ NineTranslateInstruction_Generic(struct shader_translator *); DECL_SPECIAL(M4x4) { - return NineTranslateInstruction_Mkxn(tx, 4, 3); + return NineTranslateInstruction_Mkxn(tx, 4, 4); } DECL_SPECIAL(M4x3)