Title: [280456] trunk/Source/_javascript_Core
Revision
280456
Author
mmaxfi...@apple.com
Date
2021-07-29 16:54:44 -0700 (Thu, 29 Jul 2021)

Log Message

Add WebGPU to webkit.org/status
https://bugs.webkit.org/show_bug.cgi?id=228623

Reviewed by Robin Morisset.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (280455 => 280456)


--- trunk/Source/_javascript_Core/ChangeLog	2021-07-29 23:12:05 UTC (rev 280455)
+++ trunk/Source/_javascript_Core/ChangeLog	2021-07-29 23:54:44 UTC (rev 280456)
@@ -1,3 +1,12 @@
+2021-07-29  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Add WebGPU to webkit.org/status
+        https://bugs.webkit.org/show_bug.cgi?id=228623
+
+        Reviewed by Robin Morisset.
+
+        * features.json:
+
 2021-07-28  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] Yarr should perform BoyerMoore search

Modified: trunk/Source/_javascript_Core/features.json (280455 => 280456)


--- trunk/Source/_javascript_Core/features.json	2021-07-29 23:12:05 UTC (rev 280455)
+++ trunk/Source/_javascript_Core/features.json	2021-07-29 23:54:44 UTC (rev 280456)
@@ -54,6 +54,20 @@
             "email": "web-evangel...@apple.com",
             "twitter": "@jonathandavis"
         }
+    },
+    {
+        "name": "WebGPU",
+        "status": {
+            "status": "In Development"
+        },
+        "url": "https://webgpu.io",
+        "description": "WebGPU exposes an API for performing operations, such as rendering and computation, on a Graphics Processing Unit.",
+        "keywords": ["webgpu", "gpu", "compute", "3d", "rendering", "render", "wgsl", "shading"],
+        "contact": {
+            "name": "Myles C. Maxfield",
+            "email": "mmaxfi...@apple.com",
+            "twitter": "@Litherum"
+        }
     }
     ],
 
@@ -458,6 +472,16 @@
         "documentation-url": "https://tc39.es/proposal-temporal/docs/",
         "description": "Temporal brings a modern date/time API to the ECMAScript language.",
         "specification": "ESNext"
+    },
+    {
+        "name": "WebGPU",
+        "status": {
+            "status": "In Development"
+        },
+        "url": "https://github.com/gpuweb/gpuweb",
+        "documentation-url": "https://webgpu.io",
+        "description": "WebGPU exposes an API for performing operations, such as rendering and computation, on a Graphics Processing Unit.",
+        "specification": "WebGPU"
     }
     ]
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to