Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8ee0645671b6fcb4f017ceeccd0e4ea23f8716a8
      
https://github.com/WebKit/WebKit/commit/8ee0645671b6fcb4f017ceeccd0e4ea23f8716a8
  Author: Vitaly Dyachkov <[email protected]>
  Date:   2024-04-12 (Fri, 12 Apr 2024)

  Changed paths:
    M Source/WebCore/Modules/webxr/WebXROpaqueFramebuffer.cpp

  Log Message:
  -----------
  [WebXR][WPE] REGRESSION(276825@main): ASSERTION FAILED: 
`gl.checkFramebufferStatus(GL::READ_FRAMEBUFFER) == GL::FRAMEBUFFER_COMPLETE` 
in `WebXROpaqueFramebuffer::resolveMSAAFramebuffer()`
https://bugs.webkit.org/show_bug.cgi?id=272452

Reviewed by Mike Wyrzykowski.

Since we never create the internal MSAA color buffer on non-apple
platforms, we should always draw directly to `m_drawFramebuffer`.

* Source/WebCore/Modules/webxr/WebXROpaqueFramebuffer.cpp:
(WebCore::WebXROpaqueFramebuffer::blitShared):

Canonical link: https://commits.webkit.org/277419@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to