From 13f649c65784192c30c18581d8795f3c47060644 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sat, 26 Aug 2006 20:03:36 +0200 Subject: Removed ajax' comments on the Copy code, it seems to work well. --- src/mga_exa.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mga_exa.c') diff --git a/src/mga_exa.c b/src/mga_exa.c index 5a5c0d6..2df38bc 100644 --- a/src/mga_exa.c +++ b/src/mga_exa.c @@ -253,14 +253,11 @@ mgaPrepareCopy(PixmapPtr pSrc, PixmapPtr pDst, int xdir, int ydir, int alu, OUTREG(MGAREG_DWGCTL, dwgctl); OUTREG(MGAREG_SGN, blit_direction); OUTREG(MGAREG_PLNWT, planemask); - - /* this is crap */ OUTREG(MGAREG_AR5, (ydir < -0 ? -1 : 1) * pMga->src_pitch); return TRUE; } -/* this whole thing is bogus. */ static void mgaCopy(PixmapPtr pDst, int srcx, int srcy, int dstx, int dsty, int w, int h) { -- cgit v1.2.3