This website requires JavaScript.
Explore
Help
Register
Sign In
eric
/
matrix
Watch
1
Star
0
Fork
0
You've already forked matrix
mirror of
https://github.com/Rezmason/matrix.git
synced
2026-04-15 21:09:29 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00805c884e47901dcdd3581e284a2f035bc9aee2
matrix
/
js
/
webgpu
History
Rezmason
00805c884e
Ran formatter.
2025-05-29 20:33:16 -07:00
..
bloomPass.js
Fixed some major bugs: the WebGPU cache should store loaded images and text, never GPU resource handles; renamed renderer "formulate" to "configure"; WebGPU renderer's configure function needs early returns after each major await, in case there's a new config; the render loops are now locally stored closures; renderers now have start and stop functions; fixed bugs in the REGL and WebGPU mirror passes; WebGPU bloom pass now enforces texture dimensions are greater than zero; the react component now stores the renderer type in a useRef and returns early from renderer init awaits to prevent multiple renderers from instantiating.
2025-05-25 03:30:26 -07:00
endPass.js
WebGPU Renderer now awaits the submitted work in the old device's queue before destroying it
2025-05-26 12:03:52 -07:00
imagePass.js
Added cache check to WebGPU renderer's loadShader method. Un-commented entries into config.js. Inclusions are now explicit dynamic import lambdas, so the cache functions can detect and call them; however, webpack and rollup seem to use them differently.
2025-05-20 07:57:27 -07:00
mirrorPass.js
Fixed some major bugs: the WebGPU cache should store loaded images and text, never GPU resource handles; renamed renderer "formulate" to "configure"; WebGPU renderer's configure function needs early returns after each major await, in case there's a new config; the render loops are now locally stored closures; renderers now have start and stop functions; fixed bugs in the REGL and WebGPU mirror passes; WebGPU bloom pass now enforces texture dimensions are greater than zero; the react component now stores the renderer type in a useRef and returns early from renderer init awaits to prevent multiple renderers from instantiating.
2025-05-25 03:30:26 -07:00
palettePass.js
Added cache check to WebGPU renderer's loadShader method. Un-commented entries into config.js. Inclusions are now explicit dynamic import lambdas, so the cache functions can detect and call them; however, webpack and rollup seem to use them differently.
2025-05-20 07:57:27 -07:00
rainPass.js
Added cache check to WebGPU renderer's loadShader method. Un-commented entries into config.js. Inclusions are now explicit dynamic import lambdas, so the cache functions can detect and call them; however, webpack and rollup seem to use them differently.
2025-05-20 07:57:27 -07:00
renderer.js
Ran formatter.
2025-05-29 20:33:16 -07:00
stripePass.js
Added cache check to WebGPU renderer's loadShader method. Un-commented entries into config.js. Inclusions are now explicit dynamic import lambdas, so the cache functions can detect and call them; however, webpack and rollup seem to use them differently.
2025-05-20 07:57:27 -07:00
utils.js
Ran formatter.
2025-05-29 20:33:16 -07:00