diff README.MiNT @ 978:3b1ba22f5a28

Add support for OpenGL on Atari using OSMesa, the offscreen rendering driver from Mesa
author Patrice Mandin <patmandin@gmail.com>
date Wed, 17 Nov 2004 23:13:15 +0000
parents 92c247cec42d
children 44fd54a0ae5f
line wrap: on
line diff
--- a/README.MiNT	Mon Nov 15 23:34:56 2004 +0000
+++ b/README.MiNT	Wed Nov 17 23:13:15 2004 +0000
@@ -53,13 +53,14 @@
 Threads (Multitasking OS only via GNU pth library)
 Shared object loader (using LDG library from http://ldg.atari.org/)
 Audio CD (MetaDOS)
+OpenGL (using Mesa offscreen rendering driver)
 
 - Driver combinations:
-Video   Kbd     Mouse   Timer   Joysticks Joypads
-xbios   ikbd    ikbd    vbl(2)  ikbd      hardware
-xbios   gemdos  xbios   vbl(2)  xbios     hardware
-xbios   bios    xbios   vbl(2)  xbios     hardware
-gem     gem     gem(1)  vbl(2)  xbios     hardware
+Video   Kbd     Mouse   Timer   Joysticks Joypads	OpenGL
+xbios   ikbd    ikbd    vbl(2)  ikbd      hardware	OSMesa
+xbios   gemdos  xbios   vbl(2)  xbios     hardware	OSMesa
+xbios   bios    xbios   vbl(2)  xbios     hardware	OSMesa
+gem     gem     gem(1)  vbl(2)  xbios     hardware	no
 
 (1) GEM does not report relative mouse motion, so xbios mouse driver is used
 to report this type event.