comparison README.MiNT @ 1064:fba6b67b4d60

Add Centscreen extended modes support
author Patrice Mandin <patmandin@gmail.com>
date Tue, 31 May 2005 12:31:11 +0000
parents 5023cde12cbd
children 9f8aa754622b
comparison
equal deleted inserted replaced
1063:0fb50bfaea7f 1064:fba6b67b4d60
139 However, there is one OpenGL call that has a different prototype in the old 139 However, there is one OpenGL call that has a different prototype in the old
140 implementations: glOrtho(). In the old implementations, it has 6 float as 140 implementations: glOrtho(). In the old implementations, it has 6 float as
141 parameters, in the standard one, it has 6 double parameters. If you want 141 parameters, in the standard one, it has 6 double parameters. If you want
142 to compile testdyngl, or any other SDL program that loads its OpenGL 142 to compile testdyngl, or any other SDL program that loads its OpenGL
143 library, you must change the glOrtho() prototype used in this program. In 143 library, you must change the glOrtho() prototype used in this program. In
144 osmesa.ldg, you can retrieve a glOrtho() with double parameters, by searching 144 osmesa.ldg, you can retrieve a glOrtho() with double parameters, by
145 for the function "glOrtho6d". 145 searching for the function "glOrtho6d".
146 146
147 Xbios video: 147 Xbios video:
148 Video chip is detected using the _VDO cookie. 148 Video chip is detected using the _VDO cookie.
149 Screen enhancers are not supported, but could be if you know how to 149 Screen enhancers are not supported, but could be if you know how to
150 use them. 150 use them.
154 of testing SDL. 154 of testing SDL.
155 TT: 155 TT:
156 320x480x8 and 320x240x8 (software double-lined mode). 156 320x480x8 and 320x240x8 (software double-lined mode).
157 Falcon: 157 Falcon:
158 All modes supported by the current monitor (RVB or VGA). 158 All modes supported by the current monitor (RVB or VGA).
159 BlowUp extended modes, ScreenBlaster 3 current mode, Centscreen current 159 BlowUp and Centscreen extended modes, ScreenBlaster 3 current mode.
160 mode.
161 Clones and any machine with monochrome monitor: 160 Clones and any machine with monochrome monitor:
162 Not supported. 161 Not supported.
163 162
164 Gem video: 163 Gem video:
165 Automatically used if xbios not available. 164 Automatically used if xbios not available.