Skip to content

Releases: gpujs/gpu.js

Fix Memory Leak

Choose a tag to compare

@robertleeplummerjr robertleeplummerjr released this 16 Mar 14:35
2.8.2

fix: Don't call `beforeMutate` if immutable and unit test

Performance fix

Choose a tag to compare

@robertleeplummerjr robertleeplummerjr released this 12 Mar 11:41
2.8.1

fix: Don't call `kernel.updateTextureArgumentRefs` if kernel is mutable

Bring back `kernel.immutable` and `kernel.setImmutable(flag)`

Choose a tag to compare

@robertleeplummerjr robertleeplummerjr released this 11 Mar 11:42

Ty GPU.js community for helping us make a better library!

Today we bring back a feature that was retired, and we're sorry for the inconvenience. We've added documentation and tests to help ensure stability moving forward, as well as documentation identifying which versions were affected.

In addition, we add a more advanced typescript example and more clarity and links in documentation.

Again, ty!

Feature: `texture.clear()`

Choose a tag to compare

@robertleeplummerjr robertleeplummerjr released this 10 Mar 20:20

No you can clear your textures without deleting them!

Security release

Choose a tag to compare

@robertleeplummerjr robertleeplummerjr released this 09 Mar 09:50
2.6.11

fix: Add missing `Math.tanh` support and test

Add missing Math.tanh support

Choose a tag to compare

@robertleeplummerjr robertleeplummerjr released this 09 Mar 09:50
2.6.10

fix: Add missing `Math.tanh` support and test

Fix oddly named variables and more robust typescript

Choose a tag to compare

@robertleeplummerjr robertleeplummerjr released this 23 Jan 12:42
dbe3b47
Merge pull request #570 from gpujs/fix-519

fix: #519 funny names from minification and upgrade typescript

Fix WebGL2 SubKernels

Choose a tag to compare

@robertleeplummerjr robertleeplummerjr released this 21 Jan 13:18
2.6.4

fix: #534

Modulo performance, accuracy, and member expression fixes

Choose a tag to compare

@robertleeplummerjr robertleeplummerjr released this 21 Jan 12:39
fix: Modulo performance and simplify tests

fix: Modulo negatives
fix: Modulo accuracy issue on OSX with `integerCorrectionModulo`
fix: Follow naming convention `div_with_int_check` to `divWithIntCheck`
fix: Member expression with function
fix: CPU variable assignment
fix: `gpu.addFunction` needed to be before createKernel and documentation
fix: mandelbulb.html from above .addFunction

new boolean expressions, canvas element as input, and fixes for modulo operator

Choose a tag to compare

@robertleeplummerjr robertleeplummerjr released this 18 Jan 13:57
2.6.0

feat: Finish HTMLCanvas input from PR https://github.com/gpujs/gpu.js…