Add more F16-backed ImageBitmap tests for WebGLRenderingContext |
|||||
Issue descriptionIn WebGLRenderingContextBase (for example, in WebGLRenderingContextBase::TexImageHelperImageBitmap) the ImageBitmap object can use a SkImage back storage with kRGBA_F16_SkColorType color type. This is not supported at the moment.
,
Nov 27 2017
,
Feb 15 2018
I do believe most of the required support should be already there. We still lack enough testing. What we can do is to replicate / extend texImage-* tests in https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/fast/webgl/ to also check for color managed sources. junov@: WDYT?
,
Feb 15 2018
junov answer: for now we can replicate the tests.
,
Jul 25
,
Oct 16
The code works fine and we have enough coverage for using color managed ImageBitmap on GPU. This bug is mainly about replicating the ImageBitmap resize layout tests in fast/webgl. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by zakerinasab@chromium.org
, Jul 7 2017