RESOLVED FIXED 219266
Support KHR_parallel_shader_compile
https://bugs.webkit.org/show_bug.cgi?id=219266
Summary Support KHR_parallel_shader_compile
James Darpinian
Reported 2020-11-23 17:08:20 PST
Support KHR_parallel_shader_compile
Attachments
Patch (24.77 KB, patch)
2020-11-23 17:09 PST, James Darpinian
no flags
Patch (33.23 KB, patch)
2020-11-24 15:53 PST, James Darpinian
no flags
Patch (33.24 KB, patch)
2020-11-24 16:01 PST, James Darpinian
no flags
Patch (33.23 KB, patch)
2020-11-24 16:07 PST, James Darpinian
no flags
Patch (33.76 KB, patch)
2020-11-30 11:10 PST, James Darpinian
no flags
James Darpinian
Comment 1 2020-11-23 17:09:23 PST
Kimmo Kinnunen
Comment 2 2020-11-23 22:39:07 PST
Comment on attachment 414816 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=414816&action=review Looks good to me > Source/WebCore/html/canvas/KHRParallelShaderCompile.h:36 > + virtual ~KHRParallelShaderCompile(); Nit: maybe the virtual here could be removed and override/final added?
Kenneth Russell
Comment 3 2020-11-24 13:16:34 PST
Comment on attachment 414816 [details] Patch Looks good to me modulo Kimmo's feedback. r+
James Darpinian
Comment 4 2020-11-24 15:53:53 PST
Kenneth Russell
Comment 5 2020-11-24 16:00:52 PST
Comment on attachment 414855 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=414855&action=review Good to see the conformance test and associated fixes. One minor comment about Kimmo's previous review. r+ > Source/WebCore/html/canvas/KHRParallelShaderCompile.h:36 > + virtual ~KHRParallelShaderCompile(); Kimmo had a comment about marking this final in the last patch set.
James Darpinian
Comment 6 2020-11-24 16:01:46 PST
James Darpinian
Comment 7 2020-11-24 16:02:58 PST
Comment on attachment 414816 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=414816&action=review Thanks, I updated the patch with a test and a behavior change for the context loss case. The test and spec clarification are also upstream here: https://github.com/KhronosGroup/WebGL/pull/3188 >> Source/WebCore/html/canvas/KHRParallelShaderCompile.h:36 >> + virtual ~KHRParallelShaderCompile(); > > Nit: maybe the virtual here could be removed and override/final added? Done.
James Darpinian
Comment 8 2020-11-24 16:07:38 PST
EWS
Comment 9 2020-11-30 10:24:02 PST
Tools/Scripts/svn-apply failed to apply attachment 414857 [details] to trunk. Please resolve the conflicts and upload a new patch.
James Darpinian
Comment 10 2020-11-30 11:10:26 PST
EWS
Comment 11 2020-11-30 12:30:01 PST
Committed r270257: <https://trac.webkit.org/changeset/270257> All reviewed patches have been landed. Closing bug and clearing flags on attachment 415036 [details].
Radar WebKit Bug Importer
Comment 12 2020-11-30 12:31:16 PST
Note You need to log in before you can comment on or make changes to this bug.