Commits
User selector
Commit History
Commits on Sep 19, 2023
Proxy webgpu calls back to the main thread. NFC (#20124)
Show description for 992d1e9authored
Commits on Aug 31, 2023
Handle WGPU_WHOLE_SIZE in SetIndexBuffer/SetVertexBuffer (#20168)
Show description for a1a024fauthored
Commits on Aug 16, 2023
Add addToLibrary compile time helper function (#20044)
Show description for 8ab7b6dauthored
Commits on Aug 4, 2023
- authored
More use of JS string template literals. NFC (#19971)
Show description for c5d1a85authored
Commits on Aug 1, 2023
WebGPU: fix missed handling of sentinel values (#19929)
Show description for 6f5b680authored
Commits on Jul 26, 2023
Fixes for WebGPU + wasm64 (#19902)
Show description for 5c96b3fauthored
Commits on Jul 11, 2023
Commits on Jun 30, 2023
- authored
Automatically convert i32 pointer args to unsigned when CAN_ADDRESS_2GB is set (#19740)
Show description for 1b3533eauthored
Commits on Jun 29, 2023
Automatically convert return pointers to unsigned in CAN_ADDRESS_GB mode. (#19755)
Show description for 716f0b2authored
Commits on Jun 27, 2023
Automate i64 -> i53 conversions parameters and return values of JS library funcs. (#19711)
Show description for 3d9a5b0authored
Commits on Jun 24, 2023
Remove receiveI64ParamAsI32s helper function (#19701)
Show description for b8b6819authored
Commits on Jun 23, 2023
WebGPU: update to dawn@acd91e (#19659)
Show description for 412fd75authored
Commits on Jun 1, 2023
[WebGPU] more use of i53 helpers. NFC (#19488)
Show description for 6ea8b08authored
Commits on May 9, 2023
Minor cleanups to library_webgpu.js (#19316)
Show description for d9a6a12authoredRemove some hardcoded exports that can now be handled by JS __deps. NFC (#19313)
Show description for 4874997authored
Commits on Apr 26, 2023
Chrome compatibility. Function arguments are not required anymore. (#19249)
Show description for 7f3c740andauthored
Commits on Mar 29, 2023
Deprecate `allocateUTF8` in favor of `stringToNewUTF8` (#19089)
Show description for 4e15675authored
Commits on Mar 21, 2023
[WebGPU] Fix texture GetFormat to return enum int (#19027)
Show description for c4ea568authored
Commits on Mar 9, 2023
Mark USE_PTHREADS as legacy. NFC (#18923)
Show description for d24f3caauthored
Commits on Mar 2, 2023
WebGPU: fix memory leak when calling destroy on a buffer (#18790)
Show description for 32f517candauthored
Commits on Feb 27, 2023
Allow JS -> native dependencies to be specified in __deps. NFC (#18849)
Show description for ca5f2bcauthored
Commits on Jan 26, 2023
WebGPU: use 'auto' if pipeline is not specified (#18605)
Show description for dd4cd69authored
Commits on Jan 18, 2023
Take advantage of JS default parameters in JS library code. NFC (#18546)
Show description for 07a2f1cauthored
Commits on Dec 20, 2022
webgpu: Fix handling of WGPU_WHOLE_SIZE and large u64s (#18142)
Show description for 3b22497authored
Commits on Dec 6, 2022
Use `null` at the end of {{{ }}} code blocks that are side-effect only. NFC (#18324)
Show description for 54ddebbauthored
Commits on Sep 19, 2022
Commits on Sep 6, 2022
Disable LEGACY_RUNTIME by default (#17558)
Show description for 829b933authored
Commits on Aug 3, 2022
Update WebGPU to dawn @98f18d (#17507)
Show description for ca3e10cauthored
Commits on Jul 26, 2022
Rename tests/ to test/. NFC (#17502)
Show description for 7d291a7authored
Commits on Jul 14, 2022
Fix webgpu warning when configuring swapchain on canvas (#17421)
Show description for 541a3f9andauthored