[Mesa-dev] [PATCH] i965/disasm: Fix all32h/any32h predicate disassembly.
Chris Forbes
chrisf at ijw.co.nz
Fri Nov 21 15:39:29 PST 2014
Reviewed-by: Chris Forbes <chrisf at ijw.co.nz>
On Sat, Nov 22, 2014 at 12:19 PM, Matt Turner <mattst88 at gmail.com> wrote:
> ---
> src/mesa/drivers/dri/i965/brw_disasm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c b/src/mesa/drivers/dri/i965/brw_disasm.c
> index b211a0f..e235fd4 100644
> --- a/src/mesa/drivers/dri/i965/brw_disasm.c
> +++ b/src/mesa/drivers/dri/i965/brw_disasm.c
> @@ -275,7 +275,7 @@ static const char *const pred_ctrl_align1[16] = {
> [BRW_PREDICATE_ALIGN1_ANY16H] = ".any16h",
> [BRW_PREDICATE_ALIGN1_ALL16H] = ".all16h",
> [BRW_PREDICATE_ALIGN1_ANY32H] = ".any32h",
> - [BRW_PREDICATE_ALIGN1_ANY32H] = ".all32h",
> + [BRW_PREDICATE_ALIGN1_ALL32H] = ".all32h",
> };
>
> static const char *const thread_ctrl[4] = {
> --
> 2.0.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list