]>
zoso.dev Git - nano-pow.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Chris Duncan [Sat, 11 Jan 2025 05:50:42 +0000 (21:50 -0800)]
Deprecate unnecessary test tooling file and just include the few functions being used in the test page itself.
Chris Duncan [Sat, 11 Jan 2025 05:47:40 +0000 (21:47 -0800)]
Add some more context to testing page.
Chris Duncan [Sat, 11 Jan 2025 05:37:29 +0000 (21:37 -0800)]
Try to log WebGPU errors to catch iOS timing out.
Chris Duncan [Sat, 11 Jan 2025 05:29:34 +0000 (21:29 -0800)]
Add absolute paths to git repo files.
Chris Duncan [Sat, 11 Jan 2025 05:23:02 +0000 (21:23 -0800)]
Finalize testing page. Track dist folder so that mobile testing can see its files.
Chris Duncan [Sat, 11 Jan 2025 04:02:21 +0000 (20:02 -0800)]
Avoid gt/lt in innerHTML.
Chris Duncan [Sat, 11 Jan 2025 04:00:06 +0000 (20:00 -0800)]
Initial move to webpage for test output.
Chris Duncan [Sat, 11 Jan 2025 02:25:49 +0000 (18:25 -0800)]
Fix year.
Chris Duncan [Fri, 10 Jan 2025 23:26:00 +0000 (15:26 -0800)]
Copy README from libnemo which will need to be rewritten. Add nano-webgl-js to devdeps for comparison testing. Extract random hash generation to test config file.
Chris Duncan [Fri, 10 Jan 2025 23:13:24 +0000 (15:13 -0800)]
Rename compute shader and remove old version.
Chris Duncan [Fri, 10 Jan 2025 23:03:14 +0000 (15:03 -0800)]
Clean up unneeded files. Convert compute shader into .wgsl file supported by esbuild plugin. Update copyright notices. Rewrite test file and page.
Chris Duncan [Fri, 10 Jan 2025 18:18:29 +0000 (10:18 -0800)]
Update devdeps. Formatting for linebreak.
Chris Duncan [Fri, 10 Jan 2025 16:16:34 +0000 (08:16 -0800)]
Increase max workgroup size and remove a dispatch dimension in order to compute more in parallel as well as simplify nonce construction.
Chris Duncan [Fri, 10 Jan 2025 01:01:22 +0000 (17:01 -0800)]
Update copyright notices.
Chris Duncan [Fri, 10 Jan 2025 00:16:18 +0000 (16:16 -0800)]
Initial commit. Repo is mainly copied from ongoing work in libnemo so this will need cleanup.