From cdfc007eccc9b130fc08012deef304488eb6e469 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 16 Mar 2011 10:40:42 +1000 Subject: radeon/exa: correct function name this corrects the function name so it matches the contents. Signed-off-by: Dave Airlie --- src/evergreen_exa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/evergreen_exa.c') diff --git a/src/evergreen_exa.c b/src/evergreen_exa.c index 553f05e2..ae73e385 100644 --- a/src/evergreen_exa.c +++ b/src/evergreen_exa.c @@ -731,7 +731,7 @@ static Bool EVERGREENCheckCompositeTexture(PicturePtr pPict, RADEON_FALLBACK(("REPEAT_NONE unsupported for transformed xRGB source\n")); } - if (!radeon_transform_is_affine(pPict->transform)) + if (!radeon_transform_is_affine_or_scaled(pPict->transform)) RADEON_FALLBACK(("non-affine transforms not supported\n")); return TRUE; -- cgit v1.2.3