FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test/all.html - gpujs/gpu.js · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
gpujs
/
gpu.js
Public
Notifications
You must be signed in to change notification settings
Fork
663
Star
15.4k
Code
Issues
64
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
gpu.js
test
all.html
on
develop
User selector
Datepicker
Commit history
Commits on Aug 3, 2026
feat: webgpu fused-encoder pipeline executor
Show description for 7f7edc5
fuzzie360
and
claude
committed
7f7edc5
View commit details
Copy full SHA for 7f7edc5
View code at this point
Browse repository at this point
feat: threaded fused pipeline executor with memory-resident Atomics barriers
Show description for 00b22c0
fuzzie360
and
claude
committed
00b22c0
View commit details
Copy full SHA for 00b22c0
View code at this point
Browse repository at this point
feat: pipeline compilation phase 2 — webasm fused sync executor
Show description for 90365c2
fuzzie360
and
claude
committed
90365c2
View commit details
Copy full SHA for 90365c2
View code at this point
Browse repository at this point
feat: pipeline compilation phase 1 — tracer, plan IR, generic executor
Show description for 8da6c75
fuzzie360
and
claude
committed
8da6c75
View commit details
Copy full SHA for 8da6c75
View code at this point
Browse repository at this point
fix(gl): expression for-inits, assigned loop counters, and huge float literals (#860, #864)
Show description for 8ba68e6
fuzzie360
and
claude
committed
8ba68e6
View commit details
Copy full SHA for 8ba68e6
View code at this point
Browse repository at this point
fix: the fifteen findings of the final pre-merge adversarial review
Show description for f0d9979
fuzzie360
and
claude
committed
f0d9979
View commit details
Copy full SHA for f0d9979
View code at this point
Browse repository at this point
fix(webasm): bound the module cache; scrub released wasm memories (#870)
Show description for b79dfb9
fuzzie360
and
claude
committed
b79dfb9
View commit details
Copy full SHA for b79dfb9
View code at this point
Browse repository at this point
feat(webasm): accept pipeline kernels; name every cpu degradation (#868)
Show description for 998744b
fuzzie360
and
claude
committed
998744b
View commit details
Copy full SHA for 998744b
View code at this point
Browse repository at this point
Commits on Aug 2, 2026
fix(cpu): three control-flow shapes now match plain JavaScript (#865)
Show description for 11b4c0e
fuzzie360
and
claude
committed
11b4c0e
View commit details
Copy full SHA for 11b4c0e
View code at this point
Browse repository at this point
fix: the twelve findings of the webasm adversarial review
Show description for 09fe649
fuzzie360
and
claude
committed
09fe649
View commit details
Copy full SHA for 09fe649
View code at this point
Browse repository at this point
feat: wire the webasm backend one step above cpu, with its test suite
Show description for fa99720
fuzzie360
and
claude
committed
fa99720
View commit details
Copy full SHA for fa99720
View code at this point
Browse repository at this point
feat(webgpu): Math.random -- PCG in WGSL, seeded, bit-exact under randomSeed
Show description for 499110c
fuzzie360
and
claude
committed
499110c
View commit details
Copy full SHA for 499110c
View code at this point
Browse repository at this point
feat(webgpu): graphical mode -- compute writes colors, a fixed blit presents them
Show description for 85e34bd
fuzzie360
and
claude
committed
85e34bd
View commit details
Copy full SHA for 85e34bd
View code at this point
Browse repository at this point
fix: addFunction survives bundling -- names flow from settings and Function.prototype.name (#863)
Show description for 965671b
fuzzie360
and
claude
committed
965671b
View commit details
Copy full SHA for 965671b
View code at this point
Browse repository at this point
fix: one kernel's arguments no longer clobber another's array constants (#862)
Show description for 22764b3
fuzzie360
and
claude
committed
22764b3
View commit details
Copy full SHA for 22764b3
View code at this point
Browse repository at this point
feat: kernels minified by esbuild compile on every backend
Show description for 2c8a8b4
fuzzie360
and
claude
committed
2c8a8b4
View commit details
Copy full SHA for 2c8a8b4
View code at this point
Browse repository at this point
Commits on Jul 31, 2026
fix: a kernel takes Array or Float32Array (#857), and a local may shadow a constant (#858)
Show description for d17ee42
fuzzie360
and
claude
committed
d17ee42
View commit details
Copy full SHA for d17ee42
View code at this point
Browse repository at this point
Commits on Jul 30, 2026
fix: `x * 0.5` and `0.5 * x` are the same multiplication again
Show description for f0657a2
fuzzie360
and
claude
committed
f0657a2
View commit details
Copy full SHA for f0657a2
View code at this point
Browse repository at this point
fix: reusing a kernel with a different argument type gives that argument's answer
Show description for 5d1b70b
fuzzie360
and
claude
committed
5d1b70b
View commit details
Copy full SHA for 5d1b70b
View code at this point
Browse repository at this point
Commits on Jul 29, 2026
fix: the async contract holds at its seams
Show description for 3be52bb
fuzzie360
and
claude
committed
3be52bb
View commit details
Copy full SHA for 3be52bb
View code at this point
Browse repository at this point
test: the async contract, backend by backend
Show description for 09bafc2
fuzzie360
and
claude
committed
09bafc2
View commit details
Copy full SHA for 09bafc2
View code at this point
Browse repository at this point
Commits on Jul 28, 2026
test: WebGPU suite — 60 async QUnit tests across nine files
Show description for 3a3269d
fuzzie360
and
claude
committed
3a3269d
View commit details
Copy full SHA for 3a3269d
View code at this point
Browse repository at this point
fix: parenthesize assignment-as-expression, and make switch cases work (#854, #855)
Show description for 9f9f9b7
fuzzie360
and
claude
committed
9f9f9b7
View commit details
Copy full SHA for 9f9f9b7
View code at this point
Browse repository at this point
fix: never hoist an index read past a side effect (#300 follow-up)
Show description for 0ee7520
fuzzie360
and
claude
committed
0ee7520
View commit details
Copy full SHA for 0ee7520
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
test: run the QUnit suite in a real browser, and survive a crashing test
Show description for 31caeca
fuzzie360
and
claude
committed
31caeca
View commit details
Copy full SHA for 31caeca
View code at this point
Browse repository at this point
fix: WebGL contexts and kernels leaking from GPU.destroy()
Show description for 73e93c0
fuzzie360
and
claude
committed
73e93c0
View commit details
Copy full SHA for 73e93c0
View code at this point
Browse repository at this point
Commits on Jul 26, 2026
fix: Bitwise NOT ignoring the sign of its operand
Show description for dc39458
fuzzie360
and
claude
committed
dc39458
View commit details
Copy full SHA for dc39458
View code at this point
Browse repository at this point
fix: `/` truncating to an integer divide on most desktop GPUs
Show description for fe4496c
fuzzie360
and
claude
committed
fe4496c
View commit details
Copy full SHA for fe4496c
View code at this point
Browse repository at this point
fix: `i % 2 === 0` failing to compile on some GPUs
Show description for b0dedd2
fuzzie360
and
claude
committed
b0dedd2
View commit details
Copy full SHA for b0dedd2
View code at this point
Browse repository at this point
fix: Kernels throwing on WebGL1 contexts without OES_texture_float
Show description for c650607
fuzzie360
and
claude
committed
c650607
View commit details
Copy full SHA for c650607
View code at this point
Browse repository at this point
test: Add BrowserStack real device and browser testing
Show description for 7914981
fuzzie360
and
claude
committed
7914981
View commit details
Copy full SHA for 7914981
View code at this point
Browse repository at this point
Commits on Jul 24, 2026
fix: Int8Array and Int16Array arguments read as garbage
Show description for 3f0b9e7
fuzzie360
and
claude
committed
3f0b9e7
View commit details
Copy full SHA for 3f0b9e7
View code at this point
Browse repository at this point
Commits on Jul 22, 2026
chore: Release 2.19.1
Show description for 12cba2b
fuzzie360
and
claude
committed
12cba2b
View commit details
Copy full SHA for 12cba2b
View code at this point
Browse repository at this point
Merge PR #683: Fix atan2 implementation to behave like Math.atan2
Show description for 2a92dec
fuzzie360
and
claude
committed
2a92dec
View commit details
Copy full SHA for 2a92dec
View code at this point
Browse repository at this point
chore: Regenerate test/all.html manifest
Show description for d987934
fuzzie360
and
claude
committed
d987934
View commit details
Copy full SHA for d987934
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL