Skip to content

Releases: gpujs/gpu.js

Maintenance release

19 Jan 17:01
Compare
Choose a tag to compare

Maintenance release

25 Aug 18:11
d16b5ec
Compare
Choose a tag to compare

Fix #625
Feature experimental internal matrices

Maintenance release

19 Jul 11:52
Compare
Choose a tag to compare

Upgrade HeadlessGL

Maintenance release

01 Apr 12:26
Compare
Choose a tag to compare
fix: #590 add Kernel.onActivate

- which is called after gpu.js switches kernels based off need
fix: Consistent error message for values that are not defined
fix: Add recompiled kernels to gpu.js kernels property and test
fix: Move texture deleting to within the GLKernel Texture implementation
fix: Add Texture.clear as an abstract method on the base Texture
fix: Bump and build

Maintenance release

30 Mar 12:44
Compare
Choose a tag to compare
fix: #585 check for inaccurate results for very small kernel

fix: #585 add features.isSpeedTacticSupported and tests

Fix resize

24 Mar 11:54
Compare
Choose a tag to compare
2.9.1

fix: #586

Faster & Compatiblity

22 Mar 21:33
Compare
Choose a tag to compare
  • Better managing when gl.framebufferTexture2D and gl.scissor are called, to cut down on resources
  • More Math.method()'s added
  • Safari textures fix
  • CPU kernels with pipeline: true with immutable: false, by default, now operate similarly/same to GPU

Fix memory leak and Tyepscript definition

20 Mar 12:42
Compare
Choose a tag to compare
2.8.5

fix: Build and build

Fix Memory Leak

20 Mar 12:44
Compare
Choose a tag to compare

Deallocate when clearing textures

Fix Security Issue

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

fix: security