[Webkit-unassigned] [Bug 222822] WebGL2: SRGB8_ALPHA8 *sometimes* does not linearize texture color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 8 11:23:32 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=222822

Brendan Duncan <brendanduncan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #422412|0                           |1
        is obsolete|                            |

--- Comment #3 from Brendan Duncan <brendanduncan at gmail.com> ---
Created attachment 422590

  --> https://bugs.webkit.org/attachment.cgi?id=422590&action=review

Revised RGB8_ALPHA8 tests

Three variants of the test:

srgb8_alpha8_oneFrame.html: Draws a single frame of the video, SRGB8_ALPHA8 format. Chrome displays in linear color (darkened); Safari displays in sRGB (original color).

srgb8_alpha8_video.html: Draws the video as its playing in SRGB8_ALPHA8, using ontimeupdate. ontimeupdate playback is not smooth, just demonstrating incorrect color on video.

srgb8_alpha8_compare.html: Two canvases, one drawing the video frame as SRGB8, and the second using SRGB8_ALPHA8. The SRGB8 version is correct, the SRGB8_ALPHA8 version is incorrect.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210308/c0a611ea/attachment-0001.htm>


More information about the webkit-unassigned mailing list