diff options
author | Ian Romanick <idr@us.ibm.com> | 2008-05-30 17:51:22 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2008-05-30 17:51:22 -0700 |
commit | 9ee7b04b1fe57834a541ef27b4e25acffd3ac1c5 (patch) | |
tree | 2b1de9248e03f2d23a259eae0f49713f22182539 /src/mga_arc.c | |
parent | 254299d06eba2ede820f1fe2929a4b247ead39b1 (diff) |
cfb8_32: Gut a remnants of support for 24-bit with 8-bit overlay
Diffstat (limited to 'src/mga_arc.c')
-rw-r--r-- | src/mga_arc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mga_arc.c b/src/mga_arc.c index 00b0e54..e6ad463 100644 --- a/src/mga_arc.c +++ b/src/mga_arc.c @@ -52,12 +52,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)); \ |