Releases: gpujs/gpu.js
Releases · gpujs/gpu.js
v2 release candidate 26
- Addition of the
tactic
feature, allowing for adjusting the performance of the GPU programs
v2 release candidate 25
- Fix dev mode to work with destroy
- Fix array switching with array type is not defined in single precision mode
GPU
instance to work with kernels that have no contexts
v2 release candidate 24
- Fix edge case literal handling and added unit tests
- Updated a typescript method
v2 release candidate 23
- Update typescript definitions
- Fix how
Array{1|2|3}D(2|3|4)
handles an initial value that is a texture - Fix minification
- DoxDox documentation issue
v2 release candidate 22
- Ensure Node 8+ support
- Faster building commands
- Specific support for
Array1D(2|3|4)
,Array2D(2|3|4)
,Array3D(2|3|4)
,Array(2)
,Array(3)
, andArray(4)
and unit tests - Fix a mandelbulb example
- Ensure all unit tests that are supported can run in Safari
- Better fallback support in Node
- Removed unneeded variables in glsl
- Fix Typescript details for
GPUVariableType
,IKernelSettings
, andITypesList
v2 release candidate 21
- Fix dev mode to have much better support
- Fix
Input
's to work with dev mode - Fix declarations in for loops when using a literal are only safe
v2 release candidate 20
- Test images cleanup
- added
warnVarUsage
andDealing With Transpilation
- Test dynamic arguments and provide some fixes for
- Fix
onRequestFallback
andonRequestSwitchKernel
settings when using setting methods
v2 release candidate 19
- Correct wording for validateSettings errors and use
Error
instance in CPU Kernel - Add missing precision for
sampler2DArray
in WebGL2 fragment shader, for iOS React Native support via expo - Add validateSettings in typings file
- Fix offscreen-canvas.js broken test from bin to dist move
v2 release candidate 18
- Fix ternary test context
- Fix Mandelbrot Set in GPU.js, not webgl
- Browser distribution files, for CDN's
- Type checking on division
- Beginning setup of travis-ci builds with use in BrowserStack
- Fix failing unit test from missing
needsArgumentType
property in test setup
v2 release candidate 17
- Fix deep type return to get arguments prior to looking up return type
- Fix error message when a single line to not repeat unrelated line parts