Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 118b99e6716fc6e9bae98c533ebde42bc650194d
https://github.com/WebKit/WebKit/commit/118b99e6716fc6e9bae98c533ebde42bc650194d
Author: Kimmo Kinnunen <[email protected]>
Date: 2025-02-03 (Mon, 03 Feb 2025)
Changed paths:
M Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.cpp
Log Message:
-----------
WebGL: multiDrawBuffers, blitFramebuffer do not prepare for drawing buffer
write
https://bugs.webkit.org/show_bug.cgi?id=286909
rdar://144075740
Reviewed by Dan Glastonbury.
The preparations were missing from commit 289054@main. The
drawBuffers/drawBuffersEXT do not need to prepare, they are not draw
operations.
* Source/WebCore/platform/graphics/angle/GraphicsContextGLANGLE.cpp:
(WebCore::GraphicsContextGLANGLE::blitFramebuffer):
(WebCore::GraphicsContextGLANGLE::drawBuffers):
(WebCore::GraphicsContextGLANGLE::multiDrawArraysANGLE):
Canonical link: https://commits.webkit.org/289770@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