summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-10-23 14:38:30 +0100
committerKeith Whitwell <keithw@vmware.com>2009-10-23 14:38:30 +0100
commit8a571b809accce1c36907ea616a893b920b752e5 (patch)
tree38bbfb762ba06fe541106240c885241d081620d9 /src/gallium/drivers/cell/spu
parentb9cb74c7f826dfd320f5e5b54aa933898f7ddd3d (diff)
cell: typo from ExtSwizzle commit
Diffstat (limited to 'src/gallium/drivers/cell/spu')
-rw-r--r--src/gallium/drivers/cell/spu/spu_util.c2
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 )
{