Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from open-source master | Jean-Baptiste Queru | 2009-09-15 | 1 | -0/+126 |
|\ | |||||
| * | Added SDL_config.h to use on FreeBSD | Alexey Tarasov | 2009-09-08 | 1 | -0/+126 |
| | | |||||
* | | Fix EsounD audio backend and bump version number. | David 'Digit' Turner | 2009-08-21 | 1 | -12/+11 |
|/ | | | | | | | | | | | | | | | | | | | | | The original esdaudio.c file from upstream contains a nasty race condition that can be triggered when the emulator exists while the audio record thread is in a blocking read() call. In this case, exit() will end up calling esd_fini_in which will try to pthread_join() the blocked thread, resulting in a dead-lock. This change just gets rid of the helper threads and just performs audio output and input in the main event loop, avoiding blocking i/o completely. I haven't experienced any difference compared to the original one, be it in audio lag or CPU usage when playing a simple MP3 file in the emulated system. The change also updates the update-audio.sh script since we don't store our sources in p4 anymore. A small fix in common.sh deals removes an obsolete special case that is not needed anymore when determining the location of the host prebuilt binaries. The version number is also bumped to 1.12 and CHANGES.TXT updated accordingly. | ||||
* | Add our modified SDL sources under distrib/sdl-1.2.12 | David 'Digit' Turner | 2009-06-08 | 663 | -560/+181792 |
| | | | | | | Fix distrib/make-distrib.sh script to work with git Fix distrib/build-emulator.sh to accomodate for new SDL configure script Handle Tiger SDK usage in SDL configure script | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 52 | -0/+48664 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 52 | -48664/+0 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -2/+4 |
| | |||||
* | auto import from //branches/cupcake/...@127436 | The Android Open Source Project | 2009-01-22 | 1 | -5/+15 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -2/+0 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 52 | -0/+48654 |