hadeishi@husc7.UUCP (03/09/87)
I just realized that the Mac II does not have a blitter. Can individual video cards have blitters? It seems to be that in order for >8-plane video to work you DEFINITELY need a blitter, perhaps several blitters. Color Suns have one blitter per bit plane. A 68020 is a pretty good blitter in itself (with cache memory and all) but it doesn't quite hack it when compared to an 020/blitter coprocessor combination (since the blitter can use the unused bus cycles for memory DMA.) Or perhaps the blitter can somehow manage its own information on the video board without causing bus contention with the CPU? Anyway, the Mac II seems to draw graphics a tad slower than blitter-equipped machines such as the Sun or the Amiga. With more than 8 bit planes I think QuickDraw would have to be modified to use a blitter or risk incredibly slow performance on these mythical 48-bit plane devices (or even 16-bit plane devices). Also a blitter can be used to do high-speed area fills, line drawing, etc., which still seems a little slow on a full-blown 8-bit plane Mac II display. This of course is nitpicking, but for CAD/CAM/CAE this might be an issue. -Mitsu
shap@sfsup.UUCP (03/17/87)
In article <1353@husc6.UUCP>, hadeishi@husc7.UUCP writes: > > I just realized that the Mac II does not have a blitter. > Can individual video cards have blitters? > > -Mitsu You ought to be able to add one. It would involve putting in an init resource that would swap out the references to the normal line/dot/area drawing routines and replacing the bottom routines with routines of your own. Tricky, but it should be possible. Jon