Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptBench
/
gpu.js
Public
forked from
gpujs/gpu.js
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
gpu.js
test
on
develop
User selector
All users
All time
Commit history
Commits on Mar 28, 2022
fix: OffscreenCanvas, ImageBitmap, and ImageData throws
robertleeplummerjr
committed
7bc4992
View commit details
Copy full SHA for 7bc4992
View code at this point
Browse repository at this point
Commits on Jan 26, 2022
feat: Read from `ImageData`
Show description for 8dcd054
robertleeplummerjr
committed
8dcd054
View commit details
Copy full SHA for 8dcd054
View code at this point
Browse repository at this point
feat: Read from ImageBitmap
Show description for 5622b01
robertleeplummerjr
committed
5622b01
View commit details
Copy full SHA for 5622b01
View code at this point
Browse repository at this point
feat: Read from OffscreenCanvas
Show description for 8a7baba
robertleeplummerjr
committed
8a7baba
View commit details
Copy full SHA for 8a7baba
View code at this point
Browse repository at this point
Commits on Jan 19, 2021
Merge branch 'master' into develop
robertleeplummerjr
committed
3be597d
View commit details
Copy full SHA for 3be597d
View code at this point
Browse repository at this point
Commits on Jan 18, 2021
Added a fix for a crash when using a pipeline kernel and a constant texture
stopyoukid
committed
40a83ec
View commit details
Copy full SHA for 40a83ec
View code at this point
Browse repository at this point
Commits on Jan 5, 2021
feat: Removal of istanbul handling
Show description for 7e3fa3a
robertleeplummerjr
committed
7e3fa3a
View commit details
Copy full SHA for 7e3fa3a
View code at this point
Browse repository at this point
Commits on Dec 2, 2020
fix: Ensure arguments are targeted correctly
Show description for e3fd163
robertleeplummerjr
committed
e3fd163
View commit details
Copy full SHA for e3fd163
View code at this point
Browse repository at this point
Commits on Aug 25, 2020
fix: Merge master in, bump, and build
robertleeplummerjr
committed
c09e0b6
View commit details
Copy full SHA for c09e0b6
View code at this point
Browse repository at this point
feat: Experimental internally defined matrixes
robertleeplummerjr
committed
bee7178
View commit details
Copy full SHA for bee7178
View code at this point
Browse repository at this point
Commits on May 2, 2020
fix: Mixing var and let/const contexts
robertleeplummerjr
committed
e8202a6
View commit details
Copy full SHA for e8202a6
View code at this point
Browse repository at this point
Commits on Apr 1, 2020
fix: #590 add Kernel.onActivate
Show description for 4d2f27e
robertleeplummerjr
committed
4d2f27e
View commit details
Copy full SHA for 4d2f27e
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
fix: #585 check for inaccurate results for very small kernel
Show description for 7e62639
robertleeplummerjr
committed
7e62639
View commit details
Copy full SHA for 7e62639
View code at this point
Browse repository at this point
Commits on Mar 24, 2020
fix: #586
robertleeplummerjr
committed
1955ad3
View commit details
Copy full SHA for 1955ad3
View code at this point
Browse repository at this point
Commits on Mar 22, 2020
fix: #572 excessive calls, reuse textures
Show description for 61dfe8a
robertleeplummerjr
committed
61dfe8a
View commit details
Copy full SHA for 61dfe8a
View code at this point
Browse repository at this point
Commits on Mar 20, 2020
fix: Build
robertleeplummerjr
committed
772eaec
View commit details
Copy full SHA for 772eaec
View code at this point
Browse repository at this point
fix: Memory leaks on build if called more than once
robertleeplummerjr
committed
a37fe28
View commit details
Copy full SHA for a37fe28
View code at this point
Browse repository at this point
Commits on Mar 16, 2020
fix: Clearing cloned textures produces new internal copy when multi references
robertleeplummerjr
committed
8cfbf0c
View commit details
Copy full SHA for 8cfbf0c
View code at this point
Browse repository at this point
fix: Don't call `beforeMutate` if immutable and unit test
robertleeplummerjr
committed
6df34b3
View commit details
Copy full SHA for 6df34b3
View code at this point
Browse repository at this point
Commits on Mar 11, 2020
feat: Bring back `kernel.immutable` and `kernel.setImmutable()` with defaults to `false`
Show description for f88d92c
robertleeplummerjr
committed
f88d92c
View commit details
Copy full SHA for f88d92c
View code at this point
Browse repository at this point
Commits on Mar 10, 2020
feat: Add `texture.empty()` support and tests
robertleeplummerjr
committed
3fe63f6
View commit details
Copy full SHA for 3fe63f6
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
fix: Add missing `Math.tanh` support and test
robertleeplummerjr
committed
54518be
View commit details
Copy full SHA for 54518be
View code at this point
Browse repository at this point
Commits on Feb 16, 2020
fix: Move argument sanitization to when writing strings only
robertleeplummerjr
committed
9286f56
View commit details
Copy full SHA for 9286f56
View code at this point
Browse repository at this point
fix: Underscore and test, version bump, and code coverage command
Show description for 3cc8987
robertleeplummerjr
committed
3cc8987
View commit details
Copy full SHA for 3cc8987
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
fix: Use case of CallExpression
Show description for b69644c
robertleeplummerjr
committed
b69644c
View commit details
Copy full SHA for b69644c
View code at this point
Browse repository at this point
Commits on Jan 23, 2020
fix: #519 funny names from minification and upgrade typescript
Show description for 5a6d817
robertleeplummerjr
committed
5a6d817
View commit details
Copy full SHA for 5a6d817
View code at this point
Browse repository at this point
Commits on Jan 21, 2020
fix: #534
robertleeplummerjr
committed
b2c9051
View commit details
Copy full SHA for b2c9051
View code at this point
Browse repository at this point
fix: Modulo performance and simplify tests
Show description for db54434
robertleeplummerjr
committed
db54434
View commit details
Copy full SHA for db54434
View code at this point
Browse repository at this point
Commits on Jan 19, 2020
fix: If already an IGPUFunction don't convert to one
robertleeplummerjr
committed
16bed15
View commit details
Copy full SHA for 16bed15
View code at this point
Browse repository at this point
Commits on Jan 18, 2020
feat: Finish HTMLCanvas input from PR https://github.com/gpujs/gpu.js/pull/566
Show description for de98b01
robertleeplummerjr
committed
de98b01
View commit details
Copy full SHA for de98b01
View code at this point
Browse repository at this point
Commits on Jan 14, 2020
feat: Handle `++` in function-tracer.js
Show description for 254b067
robertleeplummerjr
committed
254b067
View commit details
Copy full SHA for 254b067
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
fix: #552 remove incorrect texture size checks
Show description for cd0b417
robertleeplummerjr
committed
cd0b417
View commit details
Copy full SHA for cd0b417
View code at this point
Browse repository at this point
Commits on Jan 6, 2020
fix: Remove unneeded file
robertleeplummerjr
committed
bdcdf8c
View commit details
Copy full SHA for bdcdf8c
View code at this point
Browse repository at this point
fix: #553 call `gl.pixelStorei(gl.UNPACK_FLIP_Y_WEBGL, false);` on every texture type and add unit tests
Show description for 03972cc
robertleeplummerjr
committed
03972cc
View commit details
Copy full SHA for 03972cc
View code at this point
Browse repository at this point
Commits on Jan 3, 2020
fix: #559 (line 16 of kernel-run-shortcut.js)
Show description for 316e35a
robertleeplummerjr
committed
316e35a
View commit details
Copy full SHA for 316e35a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.