diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-07-29 20:02:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-07-29 20:02:38 +0000 |
commit | 6e5332d8a437b02c3bf4f4d8304340a787a32126 (patch) | |
tree | 75ef0a973b7314761afe4071b09991df60160efa /driver/xf86-video-mga/src/mga_arc.c | |
parent | bbd8ae0998e921cf909d2960f012f134ba6c598c (diff) |
update xf86-video-mga to 1.4.9
Diffstat (limited to 'driver/xf86-video-mga/src/mga_arc.c')
-rw-r--r-- | driver/xf86-video-mga/src/mga_arc.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/driver/xf86-video-mga/src/mga_arc.c b/driver/xf86-video-mga/src/mga_arc.c index 00b0e54e0..5263f1f97 100644 --- a/driver/xf86-video-mga/src/mga_arc.c +++ b/driver/xf86-video-mga/src/mga_arc.c @@ -23,7 +23,6 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. ********************************************************/ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/mga/mga_arc.c,v 1.12tsi Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -52,12 +51,6 @@ in this Software without prior written authorization from The Open Group. #include "mga_macros.h" -/* - This is only faster than cfb for stuff other than GXcopy. - And even then, only when pci_retries are on. -*/ - - #define DRAW_POINT(x, y) { \ tmp = x; \ OUTREG(MGAREG_FXBNDRY, (tmp) | (((tmp) + 1) << 16)); \ |