diff options
author | Patrice Mandin <patmandin@gmail.com> | 2004-11-17 23:13:15 +0000 |
---|---|---|
committer | Patrice Mandin <patmandin@gmail.com> | 2004-11-17 23:13:15 +0000 |
commit | 0b07ba0ea30b2dd1f4b2d63d6b9adb2a76234c5a (patch) | |
tree | 35f9d73166b4976942cad36426a04f18237a04cf /README.MiNT | |
parent | e5b06d8879c2ec6aa8f425f82911b2f2625d6f7e (diff) | |
download | sdl-0b07ba0ea30b2dd1f4b2d63d6b9adb2a76234c5a.tar.gz |
Add support for OpenGL on Atari using OSMesa, the offscreen rendering driver from Mesa
Diffstat (limited to 'README.MiNT')
-rw-r--r-- | README.MiNT | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/README.MiNT b/README.MiNT index b55ea88bf..fb08fb564 100644 --- a/README.MiNT +++ b/README.MiNT @@ -53,13 +53,14 @@ Audio (Hardware, XBIOS, GSXB, MCSN, STFA, /dev/audio if threads enabled) 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. |