Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
977:9c55b00f8251 | 978:3b1ba22f5a28 |
---|---|
51 Joysticks and joypads (Ikbd, Hardware) | 51 Joysticks and joypads (Ikbd, Hardware) |
52 Audio (Hardware, XBIOS, GSXB, MCSN, STFA, /dev/audio if threads enabled) | 52 Audio (Hardware, XBIOS, GSXB, MCSN, STFA, /dev/audio if threads enabled) |
53 Threads (Multitasking OS only via GNU pth library) | 53 Threads (Multitasking OS only via GNU pth library) |
54 Shared object loader (using LDG library from http://ldg.atari.org/) | 54 Shared object loader (using LDG library from http://ldg.atari.org/) |
55 Audio CD (MetaDOS) | 55 Audio CD (MetaDOS) |
56 OpenGL (using Mesa offscreen rendering driver) | |
56 | 57 |
57 - Driver combinations: | 58 - Driver combinations: |
58 Video Kbd Mouse Timer Joysticks Joypads | 59 Video Kbd Mouse Timer Joysticks Joypads OpenGL |
59 xbios ikbd ikbd vbl(2) ikbd hardware | 60 xbios ikbd ikbd vbl(2) ikbd hardware OSMesa |
60 xbios gemdos xbios vbl(2) xbios hardware | 61 xbios gemdos xbios vbl(2) xbios hardware OSMesa |
61 xbios bios xbios vbl(2) xbios hardware | 62 xbios bios xbios vbl(2) xbios hardware OSMesa |
62 gem gem gem(1) vbl(2) xbios hardware | 63 gem gem gem(1) vbl(2) xbios hardware no |
63 | 64 |
64 (1) GEM does not report relative mouse motion, so xbios mouse driver is used | 65 (1) GEM does not report relative mouse motion, so xbios mouse driver is used |
65 to report this type event. | 66 to report this type event. |
66 | 67 |
67 (2) If you build SDL with threads using the GNU pth library, timers are | 68 (2) If you build SDL with threads using the GNU pth library, timers are |