diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-11-29 16:04:16 +0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-01-06 14:37:30 -0800 |
commit | 42534474fd2556e5987205626cca8f30e25855a8 (patch) | |
tree | 1f897d0c95a06a329ee9e7cae5715505fe260093 | |
parent | 05e8a7989db1b8b9dfa7b688629af65d9910cc53 (diff) |
[PATCH] remove wrong scale_units
Signed-off-by: Keith Packard <keithp@neko.keithp.com>
-rw-r--r-- | src/i965_exa_render.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i965_exa_render.c b/src/i965_exa_render.c index 27517785..2c3e43b0 100644 --- a/src/i965_exa_render.c +++ b/src/i965_exa_render.c @@ -397,8 +397,6 @@ ErrorF("i965 prepareComposite\n"); } scale_units[0][0] = pSrc->drawable.width; scale_units[0][1] = pSrc->drawable.height; - scale_units[2][0] = pDst->drawable.width; - scale_units[2][1] = pDst->drawable.height; if (pSrcPicture->transform) { is_transform[0] = TRUE; |