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
Radar WebKit Bug Importer
Comment 1 2024-06-14 01:15:13 PDT
Dan Glastonbury
Comment 2 2024-06-14 01:51:35 PDT
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.