xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Thu May 7 00:00:31 PDT 2009


 src/radeon_textured_videofuncs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 76fdae9018330aa5af0d57339baff3ca4834e1b5
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu May 7 02:59:32 2009 -0400

    R3xx/R4xx tex vid:  no need to check if IS_R300_3D
    
    function is r3xx/r4xx specific already

diff --git a/src/radeon_textured_videofuncs.c b/src/radeon_textured_videofuncs.c
index 6e9ee2f..bbc5caf 100644
--- a/src/radeon_textured_videofuncs.c
+++ b/src/radeon_textured_videofuncs.c
@@ -2265,7 +2265,7 @@ FUNC_NAME(R300DisplayTexturedVideo)(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv)
 	ErrorF("src: %d, %d, %d, %d\n", srcX, srcY, srcw, srch);
 #endif
 
-	if (IS_R300_3D && ((dstw+dsth) > 4021))
+	if ((dstw+dsth) > 4021)
 	    use_quad = TRUE;
 	/*
 	 * Set up the scissor area to that of the output size.


More information about the xorg-commit mailing list