Bug 193247 - [WebGPU] Update createRenderPipeline for WebGPUPipelineLayout
Summary: [WebGPU] Update createRenderPipeline for WebGPUPipelineLayout
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Justin Fan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-01-08 11:40 PST by Justin Fan
Modified: 2019-01-14 12:44 PST (History)
9 users (show)

See Also:


Attachments
Patch (15.62 KB, patch)
2019-01-08 11:56 PST, Justin Fan
no flags Details | Formatted Diff | Diff
Patch (15.61 KB, patch)
2019-01-08 11:59 PST, Justin Fan
no flags Details | Formatted Diff | Diff
Patch for landing (15.52 KB, patch)
2019-01-08 12:58 PST, Justin Fan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Fan 2019-01-08 11:40:42 PST
[WebGPU] Update PipelineLayout::create for MTLArgumentEncoders
Comment 1 Justin Fan 2019-01-08 11:56:20 PST
Created attachment 358617 [details]
Patch
Comment 2 Justin Fan 2019-01-08 11:59:59 PST
Created attachment 358618 [details]
Patch
Comment 3 Justin Fan 2019-01-08 12:01:07 PST
<rdar://problem/46908800>
Comment 4 Dean Jackson 2019-01-08 12:05:57 PST
Comment on attachment 358618 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=358618&action=review

> Source/WebCore/platform/graphics/gpu/GPURenderPipelineDescriptor.h:47
> +    // Needed, as aggregate initialization of derived structs is not supported until C++17.

I don't think we need this comment.
Comment 5 Justin Fan 2019-01-08 12:58:26 PST
Created attachment 358626 [details]
Patch for landing
Comment 6 WebKit Commit Bot 2019-01-08 13:36:27 PST
Comment on attachment 358626 [details]
Patch for landing

Clearing flags on attachment: 358626

Committed r239744: <https://trac.webkit.org/changeset/239744>
Comment 7 WebKit Commit Bot 2019-01-08 13:36:28 PST
All reviewed patches have been landed.  Closing bug.
Comment 8 Justin Fan 2019-01-08 16:31:33 PST
<rdar://problem/46908800>
Comment 10 Justin Fan 2019-01-14 12:44:16 PST
(In reply to Truitt Savell from comment #9)
> looks like https://trac.webkit.org/changeset/239744/webkit 
> 
> caused
> http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.
> html#showAllRuns=true&tests=webgpu%2Fvertex-buffer-triangle-strip.html 
> 
> To start failing continuously on High Sierra and up. Image diff shows it is
> failing to render a green square. 
> 
> Diff:
> https://build.webkit.org/results/
> Apple%20High%20Sierra%20Release%20WK2%20(Tests)/r239749%20(8737)/webgpu/
> vertex-buffer-triangle-strip-diffs.html

Addressed in https://bugs.webkit.org/show_bug.cgi?id=193289.