]> zoso.dev Git - nano-pow.git/shortlog
nano-pow.git
4 days ago Chris DuncanInitial PBO test implementation. Needs refactoring... test/pbo
4 days ago Chris DuncanMove texture binding for downsampling out of loop since...
4 days ago Chris DuncanQuery around draw call only instead of including viewpo...
4 days ago Chris DuncanEnd query immediately after drawing instead of waiting...
4 days ago Chris DuncanLog when reset is done. Fix redundant null check.
4 days ago Chris DuncanInitialize downsample FBO array at setup instead of...
4 days ago Chris DuncanReduce size of pixels array which is way larger than...
4 days ago Chris DuncanReset first when running setup and again on error....
4 days ago Chris DuncanClear RAF on check error.
4 days ago Chris DuncanClean up RAF when generate is done.
4 days ago Chris DuncanComment formatting.
4 days ago Chris DuncanCheck all result pixel values to ensure value is found...
4 days ago Chris DuncanComment formatting.
4 days ago Chris DuncanZero out animation frame handle during reset.
4 days ago Chris DuncanAdd missing context initialization in setup call. Downs...
4 days ago Chris DuncanRemove another debug flag.
4 days ago Chris DuncanFix attempted delete of FBO instead of its texture.
4 days ago Chris DuncanSeparate context from canvas initialization.
4 days ago Chris DuncanRemove unused debug flag now that Logger is used. Add...
4 days ago Chris DuncanFix paths in config files.
4 days ago Chris DuncanUpdate imports and build scripts.
4 days ago Chris DuncanAdjust imports for validate functions.
4 days ago Chris DuncanMove config into its own directory. Update import paths.
4 days ago Chris DuncanMove generate implementations into generate directory.
5 days ago Chris DuncanSplit CPU generate and validate.
5 days ago Chris DuncanUse logger class in CPU implementation.
5 days ago Chris DuncanAdd option to disable generate self-check on test page.
5 days ago Chris DuncanFix timeout error handling.
5 days ago Chris DuncanUse logger class in GL implementation.
5 days ago Chris DuncanRefactor bigint prototype extensions to helper function...
8 days ago Chris DuncanExtend bigint with random function.
8 days ago Chris DuncanFix missing debug flag assignment. Delay config file...
8 days ago Chris DuncanIndicate in output when logs are from browser instance.
9 days ago Chris DuncanExtend GPU timeout periods.
9 days ago Chris DuncanUse logger for debugging. Always reload device when...
9 days ago Chris DuncanSplit initial steps and compute steps for separate...
9 days ago Chris DuncanType guard queue tasks.
9 days ago Chris DuncanAllow queue calls to cut to the front of the line....
9 days ago Chris DuncanExtract queuing feature to utility class.
9 days ago Chris DuncanFix bigint extension when prefix included.
9 days ago Chris DuncanAdd self-check of generate results to test page.
9 days ago Chris DuncanDisable "Go" button on test page during test.
9 days ago Chris DuncanRefactor log utility function into class to allow separ...
9 days ago Chris DuncanDo not start when restoring, it has its own process...
9 days ago Chris DuncanCombine GPU resource creation since they will always...
10 days ago Chris DuncanSimplify error handling again.
10 days ago Chris DuncanImprove error handling throughout GPU.
10 days ago Chris DuncanShort processing queue idle check.
10 days ago Chris DuncanFix processing queue executing multiple tasks.
10 days ago Chris DuncanCatch reset errors.
10 days ago Chris DuncanUse isContextLost as a timeout for recovery. Throw...
10 days ago Chris DuncanContext recovery should take way less than 30s.
10 days ago Chris DuncanConvert context loss flag to timeout tracker to allow...
10 days ago Chris DuncanFail entire GL generate call if context cannot be resto...
11 days ago Chris DuncanLazy load GL canvas and context.
11 days ago Chris DuncanRemove unused WASM variable.
11 days ago Chris DuncanRemove unused import and add logging to server.
11 days ago Chris DuncanDelete redundant buffer binding.
11 days ago Chris DuncanPass input UBO components by separate views and offsets.
11 days ago Chris DuncanSimplify GL uniform nomenclature.
11 days ago Chris DuncanCopy GPU and GL tsconfig files into build/ for IDE...
11 days ago Chris DuncanInclude SPDX headers in generated compute shader.
11 days ago Chris DuncanMerge branch 'test/refactor' into next/cpu
11 days ago Chris DuncanRefactor recovery process for GPU.
12 days ago Chris DuncanImport extensions at entry point only so it doesn't...
12 days ago Chris DuncanFix GPU debug logging.
12 days ago Chris DuncanFix 64-bit CPRNG.
12 days ago Chris DuncanExtract generate queue to outer class that calls API...
12 days ago Chris DuncanUse crypto random values for better quality randomness.
13 days ago Chris DuncanFix license for REUSE compliance.
13 days ago Chris DuncanRename files.
13 days ago Chris DuncanGenerate GL primary draw shader instead of writing...
13 days ago Chris DuncanMove GL shaders into their own directory.
2025-05-30 Chris DuncanFix duplicate null assignment. Separate context conditi...
2025-05-30 Chris DuncanReuse GL canvas and context and improve context loss...
2025-05-30 Chris DuncanRefactor GPU into plain module. Simplify task queueing.
2025-05-30 Chris DuncanRefactor worker to remove event listener prior to shutt...
2025-05-30 Chris DuncanRefactor WASM reset process and remove redundant busy...
2025-05-29 Chris DuncanRefactor GL as plain ES module. Fix incorrect event...
2025-05-29 Chris DuncanRefactor WASM class as plain ES module.
2025-05-29 Chris DuncanAdd missing license info reach REUSE compliance.
2025-05-29 Chris DuncanRemove inaccurate comment.
2025-05-29 Chris DuncanGenerate work once prior to performance timing during...
2025-05-28 Chris DuncanMinor type fixes.
2025-05-28 Chris DuncanRemove incorrect JSDoc and fix class comment.
2025-05-28 Chris DuncanRename API support type definitions.
2025-05-28 Chris DuncanShorten long literal type union for APIs with type...
2025-05-28 Chris DuncanFix infinite loop in CLI hash collection.
2025-05-28 Chris DuncanHandle server listening event more explicitly.
2025-05-28 Chris DuncanDelay API support check until NanoPow is ready. Whitespace.
2025-05-28 Chris DuncanFix license headers.
2025-05-28 Chris DuncanUse CPU as an API that is always supported, and throw...
2025-05-28 Chris DuncanSet default API to best available if not specified...
2025-05-28 Chris DuncanRefactor API support checks into utility classes.
2025-05-28 Chris DuncanMove API support check into its own module for import...
2025-05-28 Chris DuncanRename config class file.
2025-05-28 Chris DuncanRefactor options to provide unvalidated and validated...
2025-05-27 Chris DuncanImplement JSON serialization for options object.
2025-05-27 Chris DuncanServer and CLI fixes.
2025-05-27 Chris DuncanRemove unnecessary logging.
next