[Webkit-unassigned] [Bug 216574] New: ANGLE EAGL EGL_ANGLE_iosurface_client_buffer implementation is incorrect for simulator
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 15 11:48:34 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=216574
Bug ID: 216574
Summary: ANGLE EAGL EGL_ANGLE_iosurface_client_buffer
implementation is incorrect for simulator
Product: WebKit
Version: WebKit Local Build
Hardware: iPhone / iPad
OS: iOS 13
Status: NEW
Severity: Normal
Priority: P2
Component: ANGLE
Assignee: webkit-unassigned at lists.webkit.org
Reporter: kkinnunen at apple.com
CC: dino at apple.com
ANGLE EAGL EGL_ANGLE_iosurface_client_buffer implementation is incorrect for simulator
- the buffer unpack state probably should be always set when calling glTexImage2D. Now it's only called if textureData != nullptr
- the unpack buffer should be set to nullptr
- the texture data base address should be obtained based on the plane of the texture
https://developer.apple.com/documentation/iosurface/1419379-iosurfacegetbaseaddressofplane?language=objc
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200915/71085413/attachment.htm>
More information about the webkit-unassigned
mailing list