]> zoso.dev Git - libnemo.git/shortlog
libnemo.git
2025-01-04 Chris DuncanPush new bundles for platform testing.
2025-01-04 Chris DuncanRestore additional block performance tests now that...
2025-01-04 Chris DuncanAdd PowGpu performance tests outside of Block scope...
2025-01-04 Chris DuncanReset `found` flag between executions.
2025-01-04 Chris DuncanExport PowGpu from main for users beyond Blocks. Small...
2025-01-04 Chris DuncanConfigure UBO buffer during static initialization.
2025-01-04 Chris DuncanFix threshold offset in Javascript. Tweak commenting...
2025-01-04 Chris DuncanPass in random data to initialize nonce.
2025-01-04 Chris DuncanReduce block performance test for getting powgpu right.
2025-01-04 Chris DuncanRemove logging.
2025-01-04 Chris DuncanMove atomic check to start of main. Add atomic check...
2025-01-04 Chris DuncanTweak logging.
2025-01-04 Chris DuncanWhitespace.
2025-01-04 Chris DuncanDo a bit reversal to create a psuedo random looking...
2025-01-03 Chris DuncanBundle changes to test on other platforms.
2025-01-03 Chris DuncanFix nonce output to CPU which is expecting the 32-bit...
2025-01-03 Chris DuncanRemove redundant comment.
2025-01-03 Chris DuncanRename variables for a little more clarity.
2025-01-03 Chris DuncanChange blake2b function name to align with reference...
2025-01-03 Chris DuncanTweak commenting and test loop size.
2025-01-02 Chris DuncanOnly try to load GPU every tenth of a second.
2025-01-02 Chris DuncanExtend dispatch dimensions. Tweak commenting.
2025-01-02 Chris DuncanRemove unused RAF call. Warn user if pow completed...
2025-01-02 Chris DuncanEnsure nonce hex string is 16 characters.
2025-01-02 Chris DuncanInitialize v before computation loop. Change from poten...
2025-01-02 Chris DuncanTest against actual threshold.
2025-01-02 Chris DuncanExplicitly specify units are unsigned.
2025-01-02 Chris DuncanDereference array args instead of creating copies.
2025-01-02 Chris DuncanExplicitly specify integers are unsigned.
2025-01-02 Chris DuncanTweak author credit comment for BLAKE2b derivation...
2025-01-02 Chris DuncanFix default export const to separate this class from...
2025-01-02 Chris DuncanFix invocation ID construction. Add "found" flag as...
2025-01-02 Chris DuncanStart experimenting with 4-byte assignment using workgr...
2025-01-02 Chris DuncanClean up commenting.
2025-01-02 Chris DuncanFix pointer dereferencing which was creating a copy...
2025-01-02 Chris DuncanChange work vector to 3 dimensions to store "found...
2025-01-02 Chris DuncanRemove zero threshold from block used for testing.
2025-01-01 Chris DuncanPrepare to write out entire work value. Revert to globa...
2025-01-01 Chris DuncanClarified limitations of workgroup dispatching and...
2024-12-31 Chris DuncanPoint block pow to PowGpu for testing.
2024-12-31 Chris DuncanRefactor WebGPU pow to align with MDN compute shader...
2024-12-31 Chris DuncanInitial WebGPU conversion.
2024-12-30 Chris DuncanRedefine shader ints as uints where applicable, and...
2024-12-30 Chris DuncanAdd typings for WebGPU created by the W3C working group.
2024-12-30 Chris DuncanCopy pow file to start converting it to WebGPU.
2024-12-29 Chris DuncanPush latest updates to global file for mobile testing.
2024-12-29 Chris DuncanRemove logging.
2024-12-29 Chris DuncanWrite test to validate generated PoW.
2024-12-29 Chris DuncanRemove receive block from performance testing since...
2024-12-27 Chris DuncanConvert work uniform to UBO.
2024-12-27 Chris DuncanAdd blockhash to UBO.
2024-12-27 Chris DuncanMove threshold and workload into UBO. Remove temp vars...
2024-12-24 Chris DuncanFix receive threshold.
2024-12-24 Chris DuncanLog work value in block perf test.
2024-12-24 Chris DuncanDelete performance and console logging in Pow.
2024-12-24 Chris DuncanDelete unused files.
2024-12-24 Chris DuncanRemove unused commented code.
2024-12-23 Chris DuncanClarify which benchmarks belong to which project.
2024-12-22 Chris DuncanFormatting.
2024-12-22 Chris DuncanFix appending to innerHTML. Add per-work times to output.
2024-12-22 Chris DuncanFix reference.
2024-12-22 Chris DuncanFull url for testing lib on mobile.
2024-12-22 Chris DuncanUpload build for online testing.
2024-12-22 Chris DuncanLine breaks.
2024-12-21 Chris DuncanPost work as it is calculated to testing page.
2024-12-21 Chris DuncanStart building out visible content in testing webpage.
2024-12-21 Chris DuncanIncrease block performance count now that it's basicall...
2024-12-21 Chris DuncanKeep Pow pool static across all Block instances.
2024-12-21 Chris DuncanCombine work bytes for upload to GPU and split them...
2024-12-21 Chris DuncanFix listener not being inherited properly by classes...
2024-12-20 Chris DuncanConvert NanoNaCl to actual class to ease import/export...
2024-12-20 Chris DuncanLinting.
2024-12-19 Chris DuncanRename pow worker file to indicate it uses WebGL so...
2024-12-19 Chris DuncanTemporarily log frame time averages until changes are...
2024-12-18 Chris DuncanTest receive block first.
2024-12-18 Chris DuncanMove uniform transfers outside of draw loop where possible.
2024-12-18 Chris DuncanSingle-pixel rendering idea hurt performance, so scrap...
2024-12-18 Chris DuncanGet query version working by storing and reading the...
2024-12-17 Chris DuncanSet clear color in static initializer.
2024-12-17 Chris DuncanReformat original PoW credit.
2024-12-17 Chris DuncanFormatting.
2024-12-17 Chris DuncanMake pixel array static so it can be allocated once...
2024-12-16 Chris DuncanReorder block performance tests.
2024-12-16 Chris DuncanRemove unnecessary unreachable return statement.
2024-12-16 Chris DuncanRemove unneeded comment.
2024-12-16 Chris DuncanFormatting.
2024-12-16 Chris DuncanFix pool incorrectly dividing up jobs and falling short...
2024-12-16 Chris DuncanWrap worker calls in try-catch blocks.
2024-12-16 Chris DuncanFix import of NanoNaCl that was not executing on import.
2024-12-16 Chris DuncanConvert BIP44 ckd to class and update imports in worker.
2024-12-16 Chris DuncanFix typo in worker target function name.
2024-12-16 Chris DuncanFix worker blob files being discarded as soon as the...
2024-12-16 Chris DuncanRemove event listeners from old independent workers.
2024-12-15 Chris DuncanDraw depends on a specific work value, so move them...
2024-12-15 Chris DuncanDelete unused const and related function since it will...
2024-12-15 Chris DuncanAssign bytes in loop. Assign frag color with multiplica...
2024-12-15 Chris DuncanFormatting.
2024-12-15 Chris DuncanFormatting.
2024-12-15 Chris DuncanRevert "Pass SIGMA82 into shader as uniform."
2024-12-15 Chris DuncanPass SIGMA82 into shader as uniform.
next