Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9af3eb62b5fc62ee1ef8269b5fb9e323203571f5
      
https://github.com/WebKit/WebKit/commit/9af3eb62b5fc62ee1ef8269b5fb9e323203571f5
  Author: Vitaly Dyachkov <[email protected]>
  Date:   2024-04-18 (Thu, 18 Apr 2024)

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

  Log Message:
  -----------
  [WPE][WebXR] Assertion fails `gl.checkFramebufferStatus(GL::FRAMEBUFFER) == 
GL::FRAMEBUFFER_COMPLETE` in `WebXROpaqueFramebuffer::blitShared()`
https://bugs.webkit.org/show_bug.cgi?id=272822

Reviewed by Mike Wyrzykowski.

The WebXR session may end in the middle of the frame.
In this case, we should discard the frame because graphics resources
acquired by the session could already be deallocated.

* Source/WebCore/Modules/webxr/WebXRSession.cpp:
(WebCore::WebXRSession::onFrame):

Canonical link: https://commits.webkit.org/277659@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