summaryrefslogtreecommitdiffstats
path: root/cmds/bootanimation
Commit message (Collapse)AuthorAgeFilesLines
* am 05b20c03: Merge "bootanimation: Don\'t open non-existing bootanimation.zip"Jean-Baptiste Queru2010-08-171-6/+9
|\ | | | | | | | | | | | | Merge commit '05b20c034d5a1ffe64c15d155dd8511b77b8989b' into gingerbread-plus-aosp * commit '05b20c034d5a1ffe64c15d155dd8511b77b8989b': bootanimation: Don't open non-existing bootanimation.zip
| * bootanimation: Don't open non-existing bootanimation.zipJim Huang2010-08-101-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | While booting from AOSP image, logcat always complains as following: W/zipro ( 1001): Unable to open zip '/data/local/bootanimation.zip': No such file or directory W/zipro ( 1001): Unable to open zip '/system/media/bootanimation.zip': No such file or directory This patch avoids opening non-existing files. Change-Id: I54cc03f125a5e16dbc930515bd2e43c623b63f8f
* | more clean-up in preparation of bigger changesMathias Agopian2010-05-281-1/+1
|/ | | | | | | the most important change here is the renaming of ISurfaceFlingerClient to ISurfaceComposerClient Change-Id: I94e18b0417f50e06f21377446639c61f65f959b3
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-114-6/+8
|
* am c481990b: am b4488930: am 45dd12cb: Merge change I9f3020db into eclairMathias Agopian2009-11-061-0/+15
|\ | | | | | | | | | | | | Merge commit 'c481990b630c7ff5bca155f4b1385f71097500d3' * commit 'c481990b630c7ff5bca155f4b1385f71097500d3': fix [2243164] live wallpaper screen artifacts at end of boot
| * fix [2243164] live wallpaper screen artifacts at end of bootMathias Agopian2009-11-061-0/+15
| | | | | | | | make sure to glClear() the areas not touched by the animation
* | Add back missing shared libraries used in executables in link commands. TheseDoug Kwan2009-10-041-0/+1
|/ | | | | | executables have calls to some shared libraries without explicitly linking them. Currently it works as linker links these libraries via dependencies of other libraries. This is fragile and not the right thing to do.
* improve boot animation a bitMathias Agopian2009-10-012-13/+256
|
* the boot animation is back! it broke in a recent check-inMathias Agopian2009-09-231-1/+1
|
* fix simulator buildMathias Agopian2009-09-231-0/+1
|
* fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to ↵Mathias Agopian2009-09-232-4/+23
| | | | create flip chain)
* Surface::GPU and Surface::HARDWARE are now deprecated; they will be set ↵Mathias Agopian2009-08-131-2/+1
| | | | | | automatically if needed. this also ripples into the window manager API by making some constant there deprecated as well.
* make sure bootanimation will choose the right config wrt the native surfaceMathias Agopian2009-08-061-4/+6
|
* be more robust when errors occur upon EGL surface creation (ie: don't crash)Mathias Agopian2009-07-311-2/+4
|
* resolved conflicts for merge of de36313b to masterMathias Agopian2009-07-281-5/+16
|\
| * fix [1981759] -no-boot-anim has no effectMathias Agopian2009-07-281-5/+15
| |
* | am e640d259: Merge change 8832 into donutAndroid (Google) Code Review2009-07-281-1/+4
|\ \ | |/ | | | | | | | | | | Merge commit 'e640d259c29b9d919e80b2b3d3f810459135b8f3' * commit 'e640d259c29b9d919e80b2b3d3f810459135b8f3': fix [1996214] Boot animation is occasionally messed up
| * fix [1996214] Boot animation is occasionally messed upMathias Agopian2009-07-281-1/+4
| |
* | rename libsgl/libcorecg to libskiaMike Reed2009-07-101-2/+1
| |
* | merge master to master_glMathias Agopian2009-05-223-14/+14
| |
* | this should fix the buildMathias Agopian2009-05-212-4/+4
|/
* split boot animation out of SurfaceFlingerMathias Agopian2009-05-214-0/+410
Conflicts: data/etc/platform.xml