RESOLVED FIXED 169539
WebGPU remote layer hosting
https://bugs.webkit.org/show_bug.cgi?id=169539
Summary WebGPU remote layer hosting
Jon Lee
Reported 2017-03-13 00:26:40 PDT
WebGPU remote layer hosting
Attachments
Patch (10.66 KB, patch)
2017-03-13 00:44 PDT, Dean Jackson
no flags
Patch (10.57 KB, patch)
2017-03-13 00:45 PDT, Dean Jackson
jonlee: review+
Radar WebKit Bug Importer
Comment 1 2017-03-13 00:27:03 PDT
Radar WebKit Bug Importer
Comment 2 2017-03-13 00:27:22 PDT
Dean Jackson
Comment 3 2017-03-13 00:44:14 PDT
Dean Jackson
Comment 4 2017-03-13 00:45:06 PDT
Jon Lee
Comment 5 2017-03-13 00:49:34 PDT
Comment on attachment 304236 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=304236&action=review > Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.mm:897 > + case PlatformCALayer::LayerTypeWebGLLayer: WebGPULayer
Jon Lee
Comment 6 2017-03-13 00:50:55 PDT
Comment on attachment 304236 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=304236&action=review r+ with WebGL -> WebGPU fix in RemoteLayerTreeTransaction.mm. > Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:302 > +#endif ick.
Jon Lee
Comment 7 2017-03-13 00:55:37 PDT
Committed r213786.
Dean Jackson
Comment 8 2017-03-13 00:57:54 PDT
Simon Fraser (smfr)
Comment 9 2017-03-13 08:15:05 PDT
Comment on attachment 304236 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=304236&action=review > Source/WebCore/platform/graphics/ca/PlatformCALayer.h:77 > + LayerTypeWebGPULayer, Does it actually need to be its own layer type, or can we just rename LayerTypeWebGLLayer to be a bit more generic?
Dean Jackson
Comment 10 2017-03-14 14:28:42 PDT
(In reply to comment #9) > Comment on attachment 304236 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=304236&action=review > > > Source/WebCore/platform/graphics/ca/PlatformCALayer.h:77 > > + LayerTypeWebGPULayer, > > Does it actually need to be its own layer type, or can we just rename > LayerTypeWebGLLayer to be a bit more generic? Done in 169628
Note You need to log in before you can comment on or make changes to this bug.