Commits
User selector
Commit History
Commits on Dec 6, 2023
Use `globalThis` rather than `global` in JS compiler. NFC (#20856)
Show description for 0b8d83cauthored
Commits on Dec 1, 2023
Commits on Nov 30, 2023
wgpuShaderModuleGetCompilationInfo implement (#20737)
Show description for b030cedauthored
Commits on Nov 27, 2023
Commits on Nov 21, 2023
Commits on Nov 14, 2023
wgpuDeviceCreateRenderPipelineAsync implement (#20679)
Show description for b86cf40andauthored
Commits on Oct 27, 2023
webgpu: do not require descriptor in CreateSampler (#20532)
Show description for 1dedd1bandauthored
Commits on Oct 26, 2023
Commits on Oct 10, 2023
Commits on Sep 20, 2023
[wasm64] Fix window system/graphics JS libraries (#20276)
Show description for cb40f59authored
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