aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xmame
AgeCommit message (Collapse)Author
2010-11-30xmame: switch to x11 backend(to improve scaling performance on xv-enabled ↵Denis 'GNUtoo' Carikli
devices) On nokia900 the sound has issues and CPU usage is 100% with the SDL backend when scalling the game to fullscreen Using XV and MIT-SHM seem to improve performances: With SDL: SDL found mode:800x480x16 SDL found mode:800x480x16 SDL: Using a mode with a resolution of: 800x480x16 Initialized no effect: bitmap depth = 16, color format = RGB 565 info: audiodevice (null) set to 16bit linear stereo 44100Hz info: sysdep_dsp: using sdl plugin info: dsp: using timer-based audio Average FPS: 16.623416 (988 frames) With X11,XV,MIT-SHM: MIT-SHM & XV Extensions Available. trying to use. Can't find a suitable RGB format - trying YUY2 instead. XInput: Initialization... Initialized no effect: bitmap depth = 16, color format = YUY2 Clearing YUY2 Using Xv & Shared Memory Features to speed up info: set to 16bit linear stereo 44100Hz info: sysdep_dsp: using alsa plugin info: sysdep_mixer: using alsa plugin Average FPS: 23.254317 (828 frames) The nokia900 has an omap SOC, that means that it can uses omapfb, which support xv, so using XV improve the performances in the case of the nokia900 And in the case where XV is not available (XV disabled for testing purposes, still on nokia900): XInput: Initialization... MIT-SHM Extension Available. trying to use... Success. Using Shared Memory Features to speed up Initialized no effect: bitmap depth = 16, color format = RGB 565 info: set to 16bit linear stereo 44100Hz info: sysdep_dsp: using alsa plugin info: sysdep_mixer: using alsa plugin Average FPS: 18.793345 (1267 frames) Which is a bit faster than SDL. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-11-30xmame: fix runtime endianess issue and bump PRDenis 'GNUtoo' Carikli
Without that fix we have(at runtime): xmame.SDL error: compiled byte ordering doesn't match machine byte ordering. compiled for MSB first, are you sure you chose the right cpu in makefile.unix? on arm little endian Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-16xmame: move oldest and unfetchable entries to obsolete/Rolf Leggewie
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>