home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / programm / 15815 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.4 KB  |  29 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!elroy.jpl.nasa.gov!usc!sol.ctr.columbia.edu!destroyer!cs.ubc.ca!uw-beaver!june.cs.washington.edu!wille
  3. From: wille@june.cs.washington.edu (Robert Wille)
  4. Subject: 1024x1024 raster limitation
  5. Message-ID: <1992Nov13.184752.9782@beaver.cs.washington.edu>
  6. Sender: news@beaver.cs.washington.edu (USENET News System)
  7. Organization: University of Washington Computer Science
  8. Date: Fri, 13 Nov 92 18:47:52 GMT
  9. Lines: 18
  10.  
  11. I've read that a raster must be less than 1024x1024.  I've noticed that
  12. the blitter (pre-ECS, anyway) cannot perform a blit larger than 1024 in
  13. either dimension.  Are there any other things in the system that preclude
  14. having a raster larger than that?  Like, the video chip's modulus register?
  15.  
  16. The reason I'm asking this is because I'd like to create a bitmap for a
  17. Screen that is 640x400x16 colors and is interleaved.  So, to intuition I
  18. should present a bitmap that appears to be 2560x400x4 planes and to the
  19. blitter 640x1600x1 plane.  As long as my blit's aren't longer than 1024 
  20. lines (corresponding to 256 scan lines), the blitter should be able to
  21. do blits into this bitmap.  Are there any constraints in the video hardware
  22. or the OS that would not allow me to have a bitmap that is 2560 pixels wide?
  23.  
  24. -- 
  25. Robert
  26.  
  27. There is evidence that the brain is like a computer.  If that's true, 
  28. then there really aren't any stupid people.  Just people running DOS.
  29.