Title: [246397] trunk/Source/WebCore
- Revision
- 246397
- Author
- [email protected]
- Date
- 2019-06-12 23:28:01 -0700 (Wed, 12 Jun 2019)
Log Message
[WHLSL] Hook up compute
https://bugs.webkit.org/show_bug.cgi?id=198644
Unreviewed build fix. Release iOS build would complain that pipelineState was unused.
* platform/graphics/gpu/cocoa/GPUComputePassEncoderMetal.mm:
(WebCore::GPUComputePassEncoder::dispatch):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (246396 => 246397)
--- trunk/Source/WebCore/ChangeLog 2019-06-13 06:06:53 UTC (rev 246396)
+++ trunk/Source/WebCore/ChangeLog 2019-06-13 06:28:01 UTC (rev 246397)
@@ -1,3 +1,13 @@
+2019-06-12 Antoine Quint <[email protected]>
+
+ [WHLSL] Hook up compute
+ https://bugs.webkit.org/show_bug.cgi?id=198644
+
+ Unreviewed build fix. Release iOS build would complain that pipelineState was unused.
+
+ * platform/graphics/gpu/cocoa/GPUComputePassEncoderMetal.mm:
+ (WebCore::GPUComputePassEncoder::dispatch):
+
2019-06-12 Myles C. Maxfield <[email protected]>
[WHLSL] Hook up compute
Modified: trunk/Source/WebCore/platform/graphics/gpu/cocoa/GPUComputePassEncoderMetal.mm (246396 => 246397)
--- trunk/Source/WebCore/platform/graphics/gpu/cocoa/GPUComputePassEncoderMetal.mm 2019-06-13 06:06:53 UTC (rev 246396)
+++ trunk/Source/WebCore/platform/graphics/gpu/cocoa/GPUComputePassEncoderMetal.mm 2019-06-13 06:28:01 UTC (rev 246397)
@@ -92,8 +92,7 @@
return;
}
- auto pipelineState = m_pipeline->platformComputePipeline();
- ASSERT(pipelineState);
+ ASSERT(m_pipeline->platformComputePipeline());
BEGIN_BLOCK_OBJC_EXCEPTIONS;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes