summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2007-02-28 19:10:01 +0100
committerDavid Reveman <davidr@novell.com>2007-03-01 18:43:48 +0100
commit4611424aa4cbbe5a234ec23d76c8945ba2c16168 (patch)
tree4373f0592eab9bd674ba8e953db3444f41e2b82a
parent8dfc9535b1c37b76da57e3275cfb2c1692408a70 (diff)
Fix typo in 4xBilinear filter code.
-rw-r--r--plugins/blur.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/blur.c b/plugins/blur.c
index 90fba58b..6ba6dcc6 100644
--- a/plugins/blur.c
+++ b/plugins/blur.c
@@ -1138,7 +1138,7 @@ getDstBlurFragmentFunction (CompScreen *s,
"MAD t2, coord, program.env[%d], { -1.0, 1.0, 0.0, 0.0 };"
"TEX s2, t2, texture[%d], %s;"
- "MAD t2, coord, program.env[%d], { 1.0, -1.0, 0.0, 0.0 };"
+ "MAD t3, coord, program.env[%d], { 1.0, -1.0, 0.0, 0.0 };"
"TEX s3, t3, texture[%d], %s;"
"TEX dst, coord, texture[%d], %s;"