home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / x / i386unix / 114 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.7 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!fauern!lrz-muenchen.de!roell
  2. From: roell@informatik.tu-muenchen.de (Thomas Roell)
  3. Newsgroups: comp.windows.x.i386unix
  4. Subject: Re: 32K or 16M colours?
  5. Message-ID: <1992Dec22.130619.18414@news.lrz-muenchen.de>
  6. Date: 22 Dec 92 13:06:19 GMT
  7. References: <linda.724803368@minnie> <1992Dec20.000426.21774@cbnewsj.cb.att.com>
  8.     <TMH.92Dec20235423@keks.first.gmd.de>
  9.     <1992Dec21.032715.14701@cbnewsj.cb.att.com>
  10. Sender: news@news.lrz-muenchen.de (Mr. News)
  11. Organization: Inst. fuer Informatik, Technische Univ. Muenchen, Germany
  12. Lines: 22
  13. In-Reply-To: dwex@cbnewsj.cb.att.com's message of Mon, 21 Dec 1992 03: 27:15 GMT
  14.  
  15. >> If they are (which I doubt) they would be riciculously slow. Also
  16. >> since they usually trade resolution for pixel depth that means X on
  17. >> something like 640x480 (yuck!).
  18. >> 
  19. >Take a look at how the 24-bit SVGA's are implemented.  Packed 3-byte pixels.
  20. >It's going to make working on them rediculous.
  21.  
  22. I don't think 3byte pixels is that rediculus if you look at the memory
  23. contraints given in todays SVGAs. But the price to pay is VERY high.
  24. You can only deal with 24bpp (opposed to 32bpp) by using 32bit
  25. reads/writes. A simple statistic shows that about every second access
  26. will be not correctly aligned and hence at least 2 32bit accesses to
  27. video memroy will be necessary. Having this in mind a 24bpp
  28. framebuffer will be at leat 1.5 times slower than a 32bpp. This is
  29. really a mess ...
  30.  
  31. - Thomas
  32. --
  33. -------------------------------------------------------------------------------
  34. Das Reh springt hoch,                 e-mail: roell@sgcs.com
  35. das Reh springt weit,                #include <sys/pizza.h>
  36. was soll es tun, es hat ja Zeit ...
  37.