aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/libpng-1.2.19
Commit message (Collapse)AuthorAgeFilesLines
* fix BUILD_DEBUG_EMULATOR buildIliyan Malchev2012-06-011-1/+2
| | | | | Change-Id: Ib888b8114d77270383c6ac563fb36bfdaf7b72fc Signed-off-by: Iliyan Malchev <malchev@google.com>
* Fix incorrect orientation at boot.David 'Digit' Turner2010-10-201-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The goldfish kernel's event driver is very picky about the state of the virtual device it talks to. Essentially, it can only listen to h/w events if the corresponding IRQ is raised _after_ it has completed some initial setup. If the IRQ is raised before, the driver will refuse to listen to events, and any interaction becomes impossible. We changed the way our UI windows are built and managed previously, and this had the unfortunate effect of sending one h/w event too soon, which, in the old code, would raise the IRQ prematurely. This resulted in an input freeze. To work around this the UI code was modified to not send the initial h/w event, but this resulted in bad orientation of the home screen at the end of the boot sequence. This change allows the virtual device to wait for the kernel driver before raising the IRQ, in the case any h/w event has been buffered. It also removes the hack in the UI code, allowing the send of the initial h/w event at startup. BONUS MINOR CHANGES: EsounD probe: fix error message. console: fix compiler warnings libpng: proper handling of MMX support. android-configure.sh: fix --ignore-audio handling The option didn't do anything if the audio development packages are properly installed on the system. Change-Id: Ib134158873d5cb72290c9676d92d20233226c889
* Don't build MMX stuff on PowerPCMarcus Comstedt2010-10-051-1/+5
| | | | Change-Id: Ieab047784761f8b9d0862b817319a903f26a4bf5
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0321-0/+36620
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0321-36620/+0
|
* Initial ContributionThe Android Open Source Project2008-10-2121-0/+36620