Bug 237599 - webgl/2.0.y/conformance2/rendering/blitframebuffer-multisampled-readbuffer.html gpu amd metal
Summary: webgl/2.0.y/conformance2/rendering/blitframebuffer-multisampled-readbuffer.ht...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: webgl2conformance
  Show dependency treegraph
 
Reported: 2022-03-08 05:10 PST by Kimmo Kinnunen
Modified: 2022-03-15 06:11 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2022-03-08 05:10:07 PST
webgl/2.0.y/conformance2/rendering/blitframebuffer-multisampled-readbuffer.html gpu amd metal
Comment 1 Kimmo Kinnunen 2022-03-08 05:10:55 PST
PASS WebGL context exists

Test blitFramebuffer when the read buffer is a multisampled srgb image. The filter is: LINEAR
read buffer format is: SRGB8_ALPHA8, draw buffer format is: SRGB8_ALPHA8
PASS getError was expected value: NO_ERROR : setup draw framebuffer should succeed
PASS getError was expected value: NO_ERROR : blitframebuffer should succeed
PASS getError was expected value: NO_ERROR : Blit from a multi-sampled srgb image to a srgb image should succeed
FAIL should be 254,184,69,255
at (0, 0) expected: 254,184,69,255 was 190,138,115,206

Test blitFramebuffer when the read buffer is a multisampled srgb image. The filter is: NEAREST
read buffer format is: SRGB8_ALPHA8, draw buffer format is: SRGB8_ALPHA8
PASS getError was expected value: NO_ERROR : setup draw framebuffer should succeed
PASS getError was expected value: NO_ERROR : blitframebuffer should succeed
PASS getError was expected value: NO_ERROR : Blit from a multi-sampled srgb image to a srgb image should succeed
FAIL should be 254,184,69,255
at (0, 0) expected: 254,184,69,255 was 190,138,115,206
PASS successfullyParsed is true

TEST COMPLETE
Comment 2 Radar WebKit Bug Importer 2022-03-15 06:11:17 PDT
<rdar://problem/90302525>