Skip to content

Tags: ynctl240398/gpu.js

Tags

2.11.2

Toggle 2.11.2's commit message
fix: Ensure arguments are targetted correctly

2.10.0

Toggle 2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gpujs#637 from gpujs/625-framebuffer-leak

625 framebuffer leak

2.9.5

Toggle 2.9.5's commit message
Merge branch 'develop'

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