home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.acorn
- Path: sparky!uunet!munnari.oz.au!newsroom.utas.edu.au!bruny.cc.utas.edu.au!u894776
- From: u894776@bruny.cc.utas.edu.au (James McCoull)
- Subject: Re: A3010 views
- Message-ID: <u894776.716514273@bruny>
- Sender: news@newsroom.utas.edu.au
- Organization: University of Tasmania, Australia.
- References: <1992Sep11.125858.23174@rdg.dec.com> <1992Sep11.155127.28795@rdg.dec.com> <1992Sep12.054336.16351@cs.aukuni.ac.nz> <10445@baird.cs.strath.ac.uk> <1992Sep14.142935.19255@rdg.dec.com>
- Date: Mon, 14 Sep 1992 23:44:33 GMT
- Lines: 53
-
- cadwallader@forty2.enet.dec.com () writes:
-
- >True, indeed, but a little inaccurate. The blitter CAN draw polygons, in
- >polygon fill mode (!), it is the math that slows the rendering...
- Hmmm the blitter cannot draw polygons directly. You have to
- clear a buffer, draw the outline into the buffer, and do a fill copy
- from the buffer to the destination screen. All this takes a bit of
- a toll on the old blitter - infact its trivial to write a general purpose
- polygon filler using the 68000 alone, which is faster than one using the
- blitter! Of course I have a few smart tricks using both the 68000 and
- blitter to work together - but the blitter is *not* being used in fill
- mode. [Of course for fake polygon filling - read glenz vectors... you
- can make the blitter draw polygons very fast]
-
- >The power of the copper goes far deeper than simple raster bars, don't forget.
- >These are the simplest use of the copper chip. The ECS copper can change the
- >contents of ANY hardware register, at a resolution of 1 scanline vertically
- >and 4 pixels horizontally.
- Any hardware register? Hmmm the copper I have cant access below
- about $dff020, maybe the ECS copper is different? I dunno.
-
- > So I have seen, for example shimmering/mirroring
- >effects, scrolling, twisting of text scrollers etc.. all with the copper. One
-
- Hmmm the hscroll and bitplane modulos contribute most to these effects -
- not just the copper. FWIW the sinus scrollers and helix scrollers are
- more or less all blitter/cpu work not copper work. vertical shifting
- cant be handled by the copper.
-
- > The
- >"colourful" overall effect was actually again copper tricks on a 1-colour
- >screen. The BEST part of Amiga gfx kit is definitely the copper, IMO.
-
- Hmmm... the copper is nice... but the best part of the old amiga
- is the blitter, and the bitplane hscroll and modulos. Now if there was
- another copper like device just for feeding the blitter then the
- blitter would be awesome!
-
- >BTW - I don't know what changes have been made to the copper in the AGA
- >chipset?!
-
- I can tell you now - none.
-
- >Don't forget too, that the A600 is being pushed down as a `console-beater',
- >it is essentially almost 4-5 year old technology now. New Amigas are
- >promised based on an '020 and having the AGA chipset.... we can hope! :-)
-
- Heck! I'm a big amiga and archimedes fan - have got both an A310
- and an A1000 - And I tell you now... I am sorely dissapointed with the
- new machines from both CBM and Acorn. The new A3010 would have been nice
- if it had a proper 256 colour mode... sigh! [and possibly based around an
- ARM3].
-
-