[Mesa-dev] [PATCH 2/2] i965/disasm: Fix s/xoo/xor/ typo.
Kenneth Graunke
kenneth at whitecape.org
Mon Apr 21 10:32:38 PDT 2014
On 04/21/2014 10:01 AM, Matt Turner 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 0bc7a64..e54172c 100644
> --- a/src/mesa/drivers/dri/i965/brw_disasm.c
> +++ b/src/mesa/drivers/dri/i965/brw_disasm.c
> @@ -379,7 +379,7 @@ static const char *const dp_dc1_msg_type_hsw[16] = {
> static const char * const aop[16] = {
> [BRW_AOP_AND] = "and",
> [BRW_AOP_OR] = "or",
> - [BRW_AOP_XOR] = "xoo",
> + [BRW_AOP_XOR] = "xor",
> [BRW_AOP_MOV] = "mov",
> [BRW_AOP_INC] = "inc",
> [BRW_AOP_DEC] = "dec",
Both patches are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140421/86890b78/attachment.sig>
More information about the mesa-dev
mailing list