Skip to content

Releases: gpujs/gpu.js

Fix Memory Leak

16 Mar 14:35
Compare
Choose a tag to compare
2.8.2

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

Performance fix

12 Mar 11:41
Compare
Choose a tag to compare
2.8.1

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

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

11 Mar 11:42
Compare
Choose a tag to compare

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()`

10 Mar 20:20
Compare
Choose a tag to compare

No you can clear your textures without deleting them!

Security release

09 Mar 09:50
Compare
Choose a tag to compare
2.6.11

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

Add missing Math.tanh support

09 Mar 09:50
Compare
Choose a tag to compare
2.6.10

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

Fix oddly named variables and more robust typescript

23 Jan 12:42
dbe3b47
Compare
Choose a tag to compare
Merge pull request #570 from gpujs/fix-519

fix: #519 funny names from minification and upgrade typescript

Fix WebGL2 SubKernels

21 Jan 13:18
Compare
Choose a tag to compare
2.6.4

fix: #534

Modulo performance, accuracy, and member expression fixes

21 Jan 12:39
Compare
Choose a tag to compare
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

18 Jan 13:57
Compare
Choose a tag to compare
feat: Finish HTMLCanvas input from PR https://github.com/gpujs/gpu.js…

…/pull/566

fix: #567
fix: #569
fix: #568
fix: #565
fix: #564