Commits
User selector
Commit History
Commits on Jul 30, 2021
Stop building WebGPU and the WHLSL compiler to decrease binary size
Show description for f11022ecommitted
Commits on Jun 3, 2021
Drop generic GenericTaskQueue<T> and DeferrableTask<T> now that they are unused
Show description for 8e6d876committedPort media code to the HTML event loop
Show description for c5c550fcommitted
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committedRename Checked::unsafeGet() to Checked::value()
Show description for 2283824committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Apr 25, 2021
Fix handling of overflow of /= and *= operators with double over Checked<uint64_t> and other 64-bit types.
Show description for 8e3e678committed
Commits on Apr 16, 2021
Remove TilingData class
Show description for 3412bd6committed
Commits on Mar 25, 2021
Only preheat MTLCopyAllDevices on Mac
Show description for 909bf13authored andcommitted
Commits on Mar 24, 2021
Preload graphics drivers on a background thread instead of the main thread
Show description for 0903ffbcommitted
Commits on Oct 22, 2020
[WebGPU] Add Dawn implementation skeleton
Show description for d6b3bf6committed
Commits on Oct 20, 2020
[WebGPU] Increase portability of GPUBindGroup
Show description for 06c7c55committed
Commits on Oct 16, 2020
[WebGPU] Centralize Platform Defines
Show description for c1a1e16committed
Commits on Oct 14, 2020
Non-unified build fixes, mid October 2020
Show description for 67246f3committedRemove ACCELERATED_2D_CANVAS build flags and guarded code
Show description for aa6631acommitted
Commits on Sep 30, 2020
[WebGPU] Add platform guards
Show description for 99232b1committed
Commits on Jul 7, 2020
BEGIN_BLOCK_OBJC_EXCEPTIONS/END_BLOCK_OBJC_EXCEPTIONS should not have trailing semicolons
Show description for d852aaacommitted
Commits on Jun 2, 2020
[WebGPU] Update texture creation validation according to the discussion at https://github.com/gpuweb/gpuweb/pull/799/files
Show description for 881286dcommitted
Commits on May 19, 2020
[WebGPU] Validation for GPUDevice.createTexture()
Show description for c663e51committed
Commits on May 4, 2020
Source/WebCore:
Show description for 3a365bbauthored andcommitted
WebGPU: copyTextureToTexture() has an implementation bug (src copy view info is used also as dst)
Show description for 2f7a561authored andcommitted
Commits on Apr 20, 2020
Use #import instead of #include in Objective-C and don't use #pragma once
Show description for 10a179ecommitted
Commits on Apr 9, 2020
Add using WTF::isInBounds to CheckedArithmetic.h
Show description for 4619950committed
Commits on Mar 25, 2020
Rename DragDataMac and DragImageMac to DragDataCocoa and DragImageCocoa
Show description for 0a74ad6committed
Commits on Mar 24, 2020
[ Mac wk2 Debug ] webgpu/whlsl/vector-compare.html is flaky crashing.
Show description for 50db1b9committed
Justin Fan
Commits on Mar 10, 2020
Remove obsolete feature flags
Show description for b16a642committed
Commits on Jan 6, 2020
Rename GraphicsContext3D to GraphicsContextGL
Show description for a3e7bcfcommitted
Commits on Nov 13, 2019
Fix some WebGPU demos
Show description for 77ce9e5committed
Commits on Oct 19, 2019
[ASAN] Fix WebGPU tests after r250258
Show description for d40fd7dcommitted
Commits on Sep 23, 2019
Web Inspector: Canvas: show WebGPU shader pipelines
Show description for 0338cf4committed
Commits on Sep 20, 2019
Unreviewed, rolling out r250114.
Show description for 691536bcommitted
Truitt SavellWeb Inspector: Canvas: show WebGPU shader pipelines
Show description for bd9319ccommitted
Commits on Sep 14, 2019
[WebGPU] Make WebGPURenderPipeline and WebGPUComputePipeline inherit from GPUObjectBase
Show description for 0bb82abcommitted
Justin Fan
Commits on Sep 7, 2019
[WebGPU] Update several interface and enum names to match spec
Show description for b0c99d0committed
Justin Fan