Commits
User selector
Commit History
Commits on Jan 18, 2021
Commits on Mar 30, 2020
fix: #585 check for inaccurate results for very small kernel
Show description for 7e62639committed
Commits on Mar 22, 2020
fix: #572 excessive calls, reuse textures
Show description for 61dfe8acommitted
Commits on Mar 20, 2020
Commits on Mar 9, 2020
Commits on Feb 11, 2020
fix: Use case of CallExpression
Show description for b69644ccommitted
Commits on Jan 21, 2020
fix: Modulo performance and simplify tests
Show description for db54434committed
Commits on Jan 14, 2020
feat: Handle `++` in function-tracer.js
Show description for 254b067committed
Commits on Jan 8, 2020
fix: #552 remove incorrect texture size checks
Show description for cd0b417committed
Commits on Jan 6, 2020
- committed
fix: #553 call `gl.pixelStorei(gl.UNPACK_FLIP_Y_WEBGL, false);` on every texture type and add unit tests
Show description for 03972cccommitted
Commits on Dec 25, 2019
fix: Memory recycling bug, and remove no longer needed renderStrategy
Show description for a3c930dcommitted
Commits on Dec 22, 2019
Commits on Nov 26, 2019
feat: Added features and fixes for the following issues:
Show description for ed1cd94committed
Commits on Oct 3, 2019
Commits on Sep 24, 2019
- committed
fix: Unit tests for #500, #501, #502, #503, #504
Show description for 83cedd8committed
Commits on Jul 5, 2019
fix: Move jellyfish images to actual files
Show description for 8283290committed
Commits on Jun 29, 2019
- committed
fix: Examples file reference
Show description for e9bdc31committed
Commits on Jun 25, 2019
fix: Deep types and tests to lookup arguments BEFORE return types
Show description for 1c820a7committed
Commits on Jun 20, 2019
fix: #483 Handle and test Int32Array, Int16Array, and Int8Array transfer types
Show description for 914bae0committed
Commits on Jun 17, 2019
feat: Pre type check with FunctionTracer
Show description for 7bcfbedcommitted
Commits on Jun 3, 2019
fix: Proper `kernel.toString()` unit tests (good grief, so many!) for CPU and GPU
Show description for 27f4efbcommitted
Commits on May 17, 2019
Commits on May 8, 2019
Commits on Apr 24, 2019
fix: Check `getExtension` is truthy before calling and unit tests
Show description for 8bb5e6bcommittedfix: Move varWarn to and unit test that all FunctionNode's use it
Show description for b9f7d7bcommitted
Commits on Apr 21, 2019
fix: 8 and 16 bit packing when using single precision float
Show description for b60e571committed
Commits on Apr 20, 2019
feat: Refactor dimensional values and expose the bitRatio all the way to the function node
Show description for 00ee2bacommitted
Commits on Apr 14, 2019
fix: Add 'Input' handling to astCallExpression and astBinaryExpression
Show description for d068ba2committed
Commits on Apr 11, 2019
fix: Array handling (2,3,4) for webgl2 & webgl1 (headlessgl next)
Show description for ee7baf7committed
Commits on Mar 19, 2019
feat: Full type inference (this is a HUGE feature)
Show description for 1e60084committed
Commits on Mar 18, 2019
fix: Casting for all non-float arguments used with `Math.fn()`
Show description for 4aa08cacommitted
Commits on Mar 13, 2019
fix: When literals are returned from kernel, freeze their type
Show description for 6050e6acommitted