xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Fri Feb 29 10:01:30 PST 2008


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

New commits:
commit fb3678c7f511d539a51cd090cb8b5041d7d2ba26
Author: Alex Deucher <alex at botch2.(none)>
Date:   Fri Feb 29 13:01:21 2008 -0500

    R5xx: fix register count when sending fragment program for textured video

diff --git a/src/radeon_textured_videofuncs.c b/src/radeon_textured_videofuncs.c
index a0bb828..9a5187b 100644
--- a/src/radeon_textured_videofuncs.c
+++ b/src/radeon_textured_videofuncs.c
@@ -378,7 +378,7 @@ FUNC_NAME(RADEONDisplayTexturedVideo)(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv
 			   R300_ALU_ALPHA_OMOD(R300_ALU_ALPHA_OMOD_NONE)));
 	    FINISH_VIDEO();
 	} else {
-	    BEGIN_VIDEO(22);
+	    BEGIN_VIDEO(23);
 	    OUT_VIDEO_REG(R300_RS_COUNT,
 			  ((2 << R300_RS_COUNT_IT_COUNT_SHIFT) |
 			   R300_RS_COUNT_HIRES_EN));


More information about the xorg-commit mailing list