Bug 218865 - [GPU Process] GraphicsContext::drawPattern() should take a NativeImage argument
Summary: [GPU Process] GraphicsContext::drawPattern() should take a NativeImage argument
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks: 217342
  Show dependency treegraph
 
Reported: 2020-11-12 11:50 PST by Said Abou-Hallawa
Modified: 2020-11-12 14:32 PST (History)
5 users (show)

See Also:


Attachments
Patch (42.69 KB, patch)
2020-11-12 11:59 PST, Said Abou-Hallawa
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (46.35 KB, patch)
2020-11-12 12:06 PST, Said Abou-Hallawa
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (46.34 KB, patch)
2020-11-12 12:13 PST, Said Abou-Hallawa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2020-11-12 11:50:47 PST
This will allow recording the DisplayList item DrawPattern with the renderingResourceIdentifier of the NativeImage. When replaying it back, the renderingResourceIdentifier will be resolved to a NativeImage and the item will be applied the same way we for DrawNativeImage.
Comment 1 Said Abou-Hallawa 2020-11-12 11:59:42 PST
Created attachment 413960 [details]
Patch
Comment 2 Said Abou-Hallawa 2020-11-12 12:06:58 PST
Created attachment 413962 [details]
Patch
Comment 3 Said Abou-Hallawa 2020-11-12 12:13:14 PST
Created attachment 413964 [details]
Patch
Comment 4 EWS 2020-11-12 14:31:27 PST
Committed r269753: <https://trac.webkit.org/changeset/269753>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 413964 [details].
Comment 5 Radar WebKit Bug Importer 2020-11-12 14:32:19 PST
<rdar://problem/71344323>