This is MesaGL 3.0. This port supports 8/15/16/24bit displays on public
screens under CyberGraphX (respective Picasso96), AGA, or any other
graphics driver for 8bit.
There are some Variables you might set:
"Set MESA_DEBUG ON/OFF <number>"
OFF disables output of information, ON enables it. The number ranges from
0 (OFF) to 5. The higher the number the more output.
"Set MESA_TRUECOLOR ON/OFF MATCH"
OFF uses the original 189 colors for matching.
ON enables 255 color palette instead of 189, and enables fast colormatching
(with shifts). MATCH disables shift-match, but gives better quality. (For
example, the shift-match does not know white, but a bright blue)
"Set MESA_PENCACHE ON/OFF"
OFF disables caching of matches, ON enables it. This is only valid for
non-shift matches. With this you could speed up the drawing between 1 and
nearly infinite times (it does not slow down the matching times).
Note: MesaGL 3.0 and this driver are both in BETA state.
|