home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2179 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Amiga doesn`t need Planar!
  5. Date: 28 Jan 1996 00:42:33 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Distribution: world
  8. Message-ID: <4eegpp$pte@maureen.teleport.com>
  9. References: <john.hendrikx.48yl@grafix.xs4all.nl>
  10. NNTP-Posting-Host: julie.teleport.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. John Hendrikx (john.hendrikx@grafix.xs4all.nl) wrote:
  14. : I think that Chunky can still do that better.  Most Chunky cards have got a
  15. : 16-color mode where 1 byte represents 2 16-color pixels.  Although lots of
  16. : advantages of Chunky are lost this way it would still be faster to plot a
  17. : pixel, draw a vertical line and stuff like that vs 4 bitplane Planar.
  18.  
  19.  For gfx planar is not too cool... but like planar can save memory,
  20.  it can also save bandwidth. A basic example is CED, only write/scroll
  21.  1 bitplane. Now if amiga only had chunky and it was opnened on a 8bit
  22.  screen and had no blitter, ced would be 8 time slower for its display
  23.  operation.
  24.  I dont know if you do this, but if I clear a rectangle and do operation
  25.  on the rectangle that wont overlap themself I mask out the plane that
  26.  will be set or cleared to its already set value.
  27.  ex: You write black onto gray... only 1 bitplane out of the 8 will
  28.  be accessed: to blit a rendered string buffer of 128x8 would need
  29.  32 read/write to past the string, chunky 256 read/write (Plus 8x too
  30.  the bandwidth to create the string buffer in chunyk format: pc card
  31.  support 2 color text blit but maybe not all:)
  32.  Now you want to higlight the text in 'blue' , you just need to write
  33.  a rectangle in 1 bitplane and you have a blue highlight (of white or
  34.  black text on gray). in chunky you would need to read & write (I assume
  35.  there you OR or XOR)
  36.  
  37.  Just a counter example... That doens't mean I would choose this
  38.  VS chunky... But I would be interested in having an xbit plannar
  39.  overvlay.
  40.  
  41.  A planar index buffer + a true color buffer... I would love that.
  42.  probably one dedicated to GUI still work the other true color work.
  43.  (the index color of the planar buffer could be 32bit and offer 8bit
  44.  mixing with the back true color buffer, or the other way around
  45.  32bit over a 256 color background)
  46.  
  47.  BTW I thiking of all this because of realtime multimedia...
  48.  A bit off the subject, but a video card like this is my dream :)
  49.  
  50.  Stephan
  51.