summaryrefslogtreecommitdiff
path: root/cmds/bootanimation/BootAnimation.cpp
AgeCommit message (Collapse)Author
2011-05-06clear boot-animation background with black (not transparent) pixelsMathias Agopian
Change-Id: I2fcf9f303e8324cefaa2d96f1c46647f70980bb2
2011-04-20Get rid of the "pid" parameter from createSurfaceMathias Agopian
Change-Id: I28635e3f803e6abe965d79998e305f54a202465d
2011-01-31Show the encryption boot animation.Jason parks
Change-Id: I15892a35238d97302b30f26bec170b9f231a3e15
2010-11-04Merge 42c94791 from open-source masterJean-Baptiste Queru
Change-Id: Id17a1a787b6d46c44ba39d628129a3a27f6d70be
2010-11-03Fix the animation disappeared issueChih-Wei Huang
The animation movie disappears due to the incorrect logic of commit c11f46259a1e8f4e7e58925aefd1ed9eaf57a7fc. Change-Id: I9c0eac2bf2950fe20e931da367036ddf38d81f52
2010-08-17am 05b20c03: Merge "bootanimation: Don\'t open non-existing bootanimation.zip"Jean-Baptiste Queru
Merge commit '05b20c034d5a1ffe64c15d155dd8511b77b8989b' into gingerbread-plus-aosp * commit '05b20c034d5a1ffe64c15d155dd8511b77b8989b': bootanimation: Don't open non-existing bootanimation.zip
2010-08-10bootanimation: Don't open non-existing bootanimation.zipJim Huang
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
2010-05-28more clean-up in preparation of bigger changesMathias Agopian
the most important change here is the renaming of ISurfaceFlingerClient to ISurfaceComposerClient Change-Id: I94e18b0417f50e06f21377446639c61f65f959b3
2010-02-11split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian
2009-11-06fix [2243164] live wallpaper screen artifacts at end of bootMathias Agopian
make sure to glClear() the areas not touched by the animation
2009-10-01improve boot animation a bitMathias Agopian
2009-09-23the boot animation is back! it broke in a recent check-inMathias Agopian
2009-09-23fix simulator buildMathias Agopian
2009-09-23fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to ↵Mathias Agopian
create flip chain)
2009-08-13Surface::GPU and Surface::HARDWARE are now deprecated; they will be set ↵Mathias Agopian
automatically if needed. this also ripples into the window manager API by making some constant there deprecated as well.
2009-08-06make sure bootanimation will choose the right config wrt the native surfaceMathias Agopian
2009-07-31be more robust when errors occur upon EGL surface creation (ie: don't crash)Mathias Agopian
2009-07-28am e640d259: Merge change 8832 into donutAndroid (Google) Code Review
Merge commit 'e640d259c29b9d919e80b2b3d3f810459135b8f3' * commit 'e640d259c29b9d919e80b2b3d3f810459135b8f3': fix [1996214] Boot animation is occasionally messed up
2009-07-28fix [1996214] Boot animation is occasionally messed upMathias Agopian
2009-05-22merge master to master_glMathias Agopian
2009-05-21this should fix the buildMathias Agopian
2009-05-21split boot animation out of SurfaceFlingerMathias Agopian
Conflicts: data/etc/platform.xml