WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(214.79 KB, patch)
2020-10-29 07:18 PDT
,
Kimmo Kinnunen
no flags
Details
Formatted Diff
Diff
Patch
(166.82 KB, patch)
2020-11-13 01:59 PST
,
Kimmo Kinnunen
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Patch
(169.37 KB, patch)
2020-11-13 02:35 PST
,
Kimmo Kinnunen
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Patch
(169.39 KB, patch)
2020-11-13 03:42 PST
,
Kimmo Kinnunen
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Patch
(169.39 KB, patch)
2020-11-13 04:05 PST
,
Kimmo Kinnunen
no flags
Details
Formatted Diff
Diff
Patch
(169.44 KB, patch)
2020-11-16 01:22 PST
,
Kimmo Kinnunen
no flags
Details
Formatted Diff
Diff
Show Obsolete
(6)
View All
Add attachment
proposed patch, testcase, etc.
Kimmo Kinnunen
Comment 1
2020-10-29 06:00:33 PDT
Created
attachment 412637
[details]
Patch
Kimmo Kinnunen
Comment 2
2020-10-29 07:18:35 PDT
Created
attachment 412643
[details]
Patch
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
<
rdar://problem/71074121
>
Kimmo Kinnunen
Comment 5
2020-11-13 01:59:29 PST
Created
attachment 414015
[details]
Patch
Kimmo Kinnunen
Comment 6
2020-11-13 02:35:24 PST
Created
attachment 414021
[details]
Patch
Kimmo Kinnunen
Comment 7
2020-11-13 03:42:23 PST
Created
attachment 414028
[details]
Patch
Kimmo Kinnunen
Comment 8
2020-11-13 04:05:49 PST
Created
attachment 414030
[details]
Patch
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
Created
attachment 414201
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug