Confirmed users
54
edits
Line 60: | Line 60: | ||
*** TexSubImage2D missing(need check spec) | *** TexSubImage2D missing(need check spec) | ||
* {{Bug|982040}} - [dolphin] hwc doesn't work | * {{Bug|982040}} - [dolphin] hwc doesn't work /Solomon | ||
** Uploaded a WIP patch to avoid b2g crash when enabling HWC. | ** Uploaded a WIP patch to avoid b2g crash when enabling HWC. | ||
** The composition still be performed will GPU even the HWC is enabled. It's due to there still no color-fill and RB-swap function implemented in vendors's HAL libs | ** The composition still be performed will GPU even the HWC is enabled. It's due to there still no color-fill and RB-swap function implemented in vendors's HAL libs | ||
** Vendor will implement color-fill and RB swap feature in HWC HAL | ** Vendor will implement color-fill and RB swap feature in HWC HAL | ||
* {{Bug|987563}} - SIGSEGV in HwcComposer2D::Commit() due to lack of both colorFill and RB-Swap | * {{Bug|987563}} - SIGSEGV in HwcComposer2D::Commit() due to lack of both colorFill and RB-Swap /Solomon | ||
** debugging (root cause was found, need to discuss and check the proper place of fix) | ** debugging (root cause was found, need to discuss and check the proper place of fix) | ||