home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / System / Mesa-3.1 / src / AOS / OPTIONS < prev    next >
Text File  |  1999-09-23  |  1KB  |  28 lines

  1.  There are some Variables you might set:
  2.  
  3.  "Set MESA_DEBUG ON/OFF <number>"
  4.  OFF disables output of information, ON enables it.  The number ranges from
  5. 0 (OFF) to 9.  The higher the number the more output:
  6.   1 - names of functions at function-entry
  7.   2 - status/modus-texts
  8.   5 - detailed results of some functions
  9.   8 - names of all called system-functions out of loops
  10.   9 - names of all called system-functions in loops
  11.  
  12.  "Set MESA_PALETTEMODE COLOR/COLORSHIFT/GREY/WEIGHTED"
  13.  WEIGHTED uses the original 189 colors for matching.
  14.  COLORSHIFT enables 255 color palette instead of 189, and enables fast
  15. colormatching (with shifts).
  16.  COLOR disables shift-match, but gives better quality.  (For example, the
  17. shift-match does not know white, but a bright blue)
  18.  GREY enables 64 grey-levels
  19.  
  20.  "Set MESA_PENCACHE ON/OFF"
  21.  OFF disables caching of matches, ON enables it.  This is only valid for
  22. non-shift matches.  With this you could speed up the drawing between 1 and
  23. nearly infinite times (it does not slow down the matching times).
  24.  
  25.  "Set MESA_PENDITHER ON/OFF"
  26.  OFF disables dithering, ON enables it.  This is only valid for
  27. non-shift matches.  With this you could improve the quality of drawing.
  28.