[webkit-changes] [WebKit/WebKit] 118b99: WebGL: multiDrawBuffers, blitFramebuffer do not pr...
Kimmo Kinnunen
noreply at github.com
Mon Feb 3 23:14:47 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 118b99e6716fc6e9bae98c533ebde42bc650194d
https://github.com/WebKit/WebKit/commit/118b99e6716fc6e9bae98c533ebde42bc650194d
Author: Kimmo Kinnunen <kkinnunen at apple.com>
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 at 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
More information about the webkit-changes
mailing list