home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / System / Mesa-3.1 / Mesa-3.1.readme < prev    next >
Text File  |  2000-01-05  |  2KB  |  41 lines

  1. Short:    Mesa 3.1 (src+binary 68030+68881)
  2. Uploader: Niels.Froehling@Informatik.Uni-Oldenburg.DE (Niels Froehling)
  3. Author:   Brian Paul [ported to MesaGL: Niels.Froehling@Informatik.Uni-Oldenburg.DE (Niels Froehling)]
  4. Type:     util/libs
  5. Requires: ixemul
  6.  
  7.  This is Mesa 3.1.  This port supports 8/15/16/24bit displays on public
  8. screens under CyberGraphX (respective Picasso96), AGA, or any other
  9. graphics driver for 8bit.
  10.  In addition I've merged the Warp3D StormMesa-portions into the source.  I
  11. can't guarantee that they work as the internal sub-driver has been changed
  12. and I do not own a 3D-card to verify it.
  13.  
  14.  There are some Variables you might set:
  15.  
  16.  "Set MESA_DEBUG ON/OFF <number>"
  17.  OFF disables output of information, ON enables it.  The number ranges from
  18. 0 (OFF) to 9.  The higher the number the more output:
  19.   1 - names of functions at function-entry
  20.   2 - status/modus-texts
  21.   5 - detailed results of some functions
  22.   8 - names of all called system-functions out of loops
  23.   9 - names of all called system-functions in loops
  24.  
  25.  "Set MESA_PALETTEMODE COLOR/COLORSHIFT/GREY/WEIGHTED"
  26.  WEIGHTED uses the original 189 colors for matching.
  27.  COLORSHIFT enables 255 color palette instead of 189, and enables fast
  28. colormatching (with shifts).
  29.  COLOR disables shift-match, but gives better quality.  (For example, the
  30. shift-match does not know white, but a bright blue)
  31.  GREY enables 64 grey-levels
  32.  
  33.  "Set MESA_PENCACHE ON/OFF"
  34.  OFF disables caching of matches, ON enables it.  This is only valid for
  35. non-shift matches.  With this you could speed up the drawing between 1 and
  36. nearly infinite times (it does not slow down the matching times).
  37.  
  38.  "Set MESA_PENDITHER ON/OFF"
  39.  OFF disables dithering, ON enables it.  This is only valid for
  40. non-shift matches.  With this you could improve the quality of drawing.
  41.