WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
275472
[WebGL] Return large getBufferSubData via shmem
https://bugs.webkit.org/show_bug.cgi?id=275472
Summary
[WebGL] Return large getBufferSubData via shmem
Dan Glastonbury
Reported
2024-06-14 01:14:42 PDT
While investigating qa.esc.art, I noticed that physx engine is returning 3.5 MB of data inline via IPC. Looking at RemoteGraphicsContextGLProxy::eadPixels, any amount of data transfer over 64 kB is returned via shared memory. RemoteGraphicsContextGLProxy::getBufferSubData should do the same.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-06-14 01:15:13 PDT
<
rdar://problem/129831454
>
Dan Glastonbury
Comment 2
2024-06-14 01:51:35 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/29812
EWS
Comment 3
2024-06-18 21:23:06 PDT
Committed
280157@main
(13571d41220a): <
https://commits.webkit.org/280157@main
> Reviewed commits have been landed. Closing PR #29812 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug