RESOLVED FIXED 218333
Final refactor for WebGL implementation to use only GraphicsContextGL
https://bugs.webkit.org/show_bug.cgi?id=218333
Summary Final refactor for WebGL implementation to use only GraphicsContextGL
Kimmo Kinnunen
Reported 2020-10-29 05:33:14 PDT
Final refactor for WebGL implementation to use only GraphicsContextGL
Attachments
Patch (213.28 KB, patch)
2020-10-29 06:00 PDT, Kimmo Kinnunen
no flags
Patch (214.79 KB, patch)
2020-10-29 07:18 PDT, Kimmo Kinnunen
no flags
Patch (166.82 KB, patch)
2020-11-13 01:59 PST, Kimmo Kinnunen
ews-feeder: commit-queue-
Patch (169.37 KB, patch)
2020-11-13 02:35 PST, Kimmo Kinnunen
ews-feeder: commit-queue-
Patch (169.39 KB, patch)
2020-11-13 03:42 PST, Kimmo Kinnunen
ews-feeder: commit-queue-
Patch (169.39 KB, patch)
2020-11-13 04:05 PST, Kimmo Kinnunen
no flags
Patch (169.44 KB, patch)
2020-11-16 01:22 PST, Kimmo Kinnunen
no flags
Kimmo Kinnunen
Comment 1 2020-10-29 06:00:33 PDT
Kimmo Kinnunen
Comment 2 2020-10-29 07:18:35 PDT
Sam Weinig
Comment 3 2020-10-29 14:48:21 PDT
Would be a bit easier to review if the unrelated whitespace changes were not part of the change.
Radar WebKit Bug Importer
Comment 4 2020-11-05 04:34:18 PST
Kimmo Kinnunen
Comment 5 2020-11-13 01:59:29 PST
Kimmo Kinnunen
Comment 6 2020-11-13 02:35:24 PST
Kimmo Kinnunen
Comment 7 2020-11-13 03:42:23 PST
Kimmo Kinnunen
Comment 8 2020-11-13 04:05:49 PST
Simon Fraser (smfr)
Comment 9 2020-11-13 10:38:15 PST
Comment on attachment 414030 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=414030&action=review > Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:1790 > + static_cast<GraphicsContextGLOpenGL*>(m_context.get())->compressedTexImage2D(target, level, internalformat, width, height, I think you should add SPECIALIZE_TYPE_TRAITS macros and use downcast<> for all these casts.
EWS
Comment 10 2020-11-16 01:16:57 PST
Tools/Scripts/svn-apply failed to apply attachment 414030 [details] to trunk. Please resolve the conflicts and upload a new patch.
Kimmo Kinnunen
Comment 11 2020-11-16 01:22:22 PST
Kimmo Kinnunen
Comment 12 2020-11-16 01:34:13 PST
(In reply to Simon Fraser (smfr) from comment #9) > I think you should add SPECIALIZE_TYPE_TRAITS macros and use downcast<> for > all these casts. I filed this as bug 218972, so it doesn't block landing this one. IIUC, this is landable given the r+? I'd rather first try to remove the code-paths altogether. They're a bit inconvenient to edit as in Apple env we don't compile these at all.
EWS
Comment 13 2020-11-16 04:57:37 PST
Committed r269850: <https://trac.webkit.org/changeset/269850> All reviewed patches have been landed. Closing bug and clearing flags on attachment 414201 [details].
Note You need to log in before you can comment on or make changes to this bug.