Confirmed users
346
edits
Line 71: | Line 71: | ||
* {{Bug|931733}} - Ease vendor porting of HAL_PIXEL_FORMAT_XXX for color format conversion./solomon | * {{Bug|931733}} - Ease vendor porting of HAL_PIXEL_FORMAT_XXX for color format conversion./solomon | ||
** Due to GrallocImage.getAsSurface() seems used by video thumbnail and WebGL's canvas, ChiaJung's work in 880114 can be levaraged for this bug, which converts specified YUV color to RGB with GPU in upstream path, and then remove all the code in GrallocImage.getAsSurface(), after making sure if there no possible callers of GrallocImage.getAsSurface(), | ** Due to GrallocImage.getAsSurface() seems used by video thumbnail and WebGL's canvas, ChiaJung's work in 880114 can be levaraged for this bug, which converts specified YUV color to RGB with GPU in upstream path, and then remove all the code in GrallocImage.getAsSurface(), after making sure if there no possible callers of GrallocImage.getAsSurface(), | ||
* {{Bug|945992}} - Crash in CompositorChild::ActorDestroy while receiving calls and SMS continuously /Jerry | |||
** Bug 940851 is in QCom's source tree. | |||
*** Need to find where we delete the parent side ipc actor. | |||
* {{Bug|945082}} - lockscreen fade-out animation is still < 60fps /Jerry | |||
**B2G spends a lot of time for creating a new render target and setting the new render target | |||
***Try to avoid the creation flow. | |||
**The homescreen first page's rendering cost is still very large. | |||
***Try to find the bottleneck. | |||
==Input== | ==Input== |