summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-08-26 20:03:36 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2006-08-26 20:03:36 +0200
commit13f649c65784192c30c18581d8795f3c47060644 (patch)
treeefdab691f24598e04a5e5aed7f42087c8f504859
parent4bf16b5f26266132f0c3e9c058df8014d52d56f1 (diff)
Removed ajax' comments on the Copy code, it seems to work well.
-rw-r--r--src/mga_exa.c3
1 files changed, 0 insertions, 3 deletions
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)
{