From: Keith Whitwell Date: Fri, 23 Oct 2009 13:38:30 +0000 (+0100) Subject: cell: typo from ExtSwizzle commit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a571b809accce1c36907ea616a893b920b752e5;p=mesa.git cell: typo from ExtSwizzle commit --- diff --git a/src/gallium/drivers/cell/spu/spu_util.c b/src/gallium/drivers/cell/spu/spu_util.c index 25a7a71133e..a62c04e6afb 100644 --- a/src/gallium/drivers/cell/spu/spu_util.c +++ b/src/gallium/drivers/cell/spu/spu_util.c @@ -28,7 +28,7 @@ tgsi_util_get_src_register_swizzle( unsigned -tgsi_util_get_full_src_register_extswizzle( +tgsi_util_get_full_src_register_swizzle( const struct tgsi_full_src_register *reg, unsigned component ) {