diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-10-23 14:38:30 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-10-23 14:38:30 +0100 |
commit | 8a571b809accce1c36907ea616a893b920b752e5 (patch) | |
tree | 38bbfb762ba06fe541106240c885241d081620d9 /src/gallium | |
parent | b9cb74c7f826dfd320f5e5b54aa933898f7ddd3d (diff) |
cell: typo from ExtSwizzle commit
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/cell/spu/spu_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_util.c b/src/gallium/drivers/cell/spu/spu_util.c index 25a7a71133..a62c04e6af 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 ) { |