Skip to content

Tags: lzx81647/gpu.js

Tags

2.9.3

Toggle 2.9.3's commit message
fix: gpujs#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

2.9.2

Toggle 2.9.2's commit message
fix: gpujs#585 check for inaccurate results for very small kernel

fix: gpujs#585 add features.isSpeedTacticSupported and tests

2.9.1

Toggle 2.9.1's commit message
fix: gpujs#586

2.9.0

Toggle 2.9.0's commit message
fix: gpujs#572 excessive calls, reuse textures

feat: introduce WebGL._replaceOutputTexture and WebGL._replaceSubOutputTextures to cut down on resource usage
feat: All supportable Math.methods added
fix: Safari not able to render texture arguments
feat: CPU gets a pipeline that acts like GPU with/without immutable

2.8.5

Toggle 2.8.5's commit message
fix: Build and build

2.8.4

Toggle 2.8.4's commit message
fix: Clearing cloned textures produces new internal copy when multi r…

…eferences

2.8.3

Toggle 2.8.3's commit message
fix: security

2.8.2

Toggle 2.8.2's commit message
fix: Don't call `beforeMutate` if immutable and unit test

2.8.1

Toggle 2.8.1's commit message
fix: Don't call `kernel.updateTextureArgumentRefs` if kernel is mutable

2.8.0

Toggle 2.8.0's commit message
Merge branch 'develop' of https://github.com/gpujs/gpu.js into develop