Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

gpu.js

GPU Accelerated JavaScript
Collective - Host: opensource - https://opencollective.com/gpujs - Code: https://github.com/gpujs/gpu.js

Merge pull request #305 from gpujs/297-array-images

Closes #297 array of images

github.com/gpujs/gpu.js - 26e14d9ab87d70b8972cc33fd0f5bf6b0a5e80f9 authored over 6 years ago by Robert Plummer <[email protected]>
update readme

github.com/gpujs/gpu.js - b0ccde2869b96ff5950a49d2812b8744a0684f41 authored over 6 years ago by Robert Plummer <[email protected]>
update readme

github.com/gpujs/gpu.js - a154c1fb5aa3a703bb10a2a5b87c34ff7e0f0385 authored over 6 years ago by Robert Plummer <[email protected]>
cleanup tests, bump version number, prep for release

github.com/gpujs/gpu.js - 08ca02b8ef95096f2860bc7bcfa6931d1c834966 authored over 6 years ago by Robert Plummer <[email protected]>
cleanup on webgl1 and move over to webgl2 where html image array is only supported.

github.com/gpujs/gpu.js - 2dc7c12fdc8e937ac1c0f9de54a3614156095bd6 authored over 6 years ago by Robert Plummer <[email protected]>
remove console logging

simplify test

github.com/gpujs/gpu.js - b41b51dc9605fd6833ffe5e9ae25f1de519dbfa4 authored over 6 years ago by Robert Plummer <[email protected]>
Nearly completed, though not fully working

github.com/gpujs/gpu.js - 3c152beb85dfa9eb8b8f259e124c9b6cc9cfc52e authored over 6 years ago by Robert Plummer <[email protected]>
Merge pull request #304 from gpujs/296-image-support

Closes #296 adds image support

github.com/gpujs/gpu.js - 419be53fc06767b16d5a3dcf56b8b81c629814cb authored over 6 years ago by Robert Plummer <[email protected]>
Add documentation

github.com/gpujs/gpu.js - 9913eeaafe93ee721943e7bd320eea3caf001bad authored over 6 years ago by Robert Plummer <[email protected]>
cleanup test, fix kernel for webgl 2, bump version number, and build awaiting release

github.com/gpujs/gpu.js - 20745c867107191a2c68f4b0472098592a73bac1 authored over 6 years ago by Robert Plummer <[email protected]>
working 100% cpu fallback

github.com/gpujs/gpu.js - 24d9ac4e1a747d899b531a04c920aa95daea8bd4 authored over 6 years ago by Robert Plummer <[email protected]>
slightly improve the output of image on cpu

github.com/gpujs/gpu.js - 6b25e95649644e8cba57916d50ee30e514b037fb authored over 6 years ago by Robert Plummer <[email protected]>
get cpu version running, but still distorted

github.com/gpujs/gpu.js - 2e1c1c74387ae7f2478fd4a122949f3a1286a8d5 authored over 6 years ago by Robert Plummer <[email protected]>
Implement (slightly broken) api usage of:

```js
var imageKernel = gpu.createKernel(function(image) {
const pixel = image[this.thread.y][t...

github.com/gpujs/gpu.js - bd2885085a088a622afbf635d3255ca3e3660977 authored over 6 years ago by Robert Plummer <[email protected]>
Closes #299

Add documentation for sharing canvas and contexts.

github.com/gpujs/gpu.js - 697c112d83abd988d10c84a6144061f87b1267d4 authored over 6 years ago by Robert Plummer <[email protected]>
flip the image and move color to fragment shader for webgl1

github.com/gpujs/gpu.js - b00950a829d08beeb2b5819764621b8378426d29 authored over 6 years ago by Robert Plummer <[email protected]>
flip the image and move color to fragment shader

github.com/gpujs/gpu.js - 23f1ce74c034d9b83516e7c74b85c25a145114eb authored over 6 years ago by Robert Plummer <[email protected]>
#296 Add initial working support, with visual test

github.com/gpujs/gpu.js - 9a914e2e8552f0ebb861c1b1bdd5575de9b6c870 authored over 6 years ago by Robert Plummer <[email protected]>
Merge pull request #287 from rwieruch/patch-1

Join Slack Community: Briim - Machine Learning in JavaScript

github.com/gpujs/gpu.js - 1bb63042a06e29b91262a87160f405616de3301a authored over 6 years ago by Robert Plummer <[email protected]>
Merge pull request #286 from galatolofederico/develop

Support for the do-while construct

github.com/gpujs/gpu.js - 788fcf212a5269a3a34b830daa44e8274e173ab6 authored over 6 years ago by Robert Plummer <[email protected]>
Merge pull request #291 from chocolateboy/patch-1

Fix doc typo

github.com/gpujs/gpu.js - 4125599567daf29d4249084dd6adc2ed4834d0d9 authored over 6 years ago by Robert Plummer <[email protected]>
Fix doc typo

github.com/gpujs/gpu.js - a2c2b1c72931f1eb354d860c0e52cee71bab68cf authored over 6 years ago by chocolateboy <[email protected]>
add slack community to README.md

github.com/gpujs/gpu.js - c60df1a1324cd13a69d12000868fbc5c0805e512 authored over 6 years ago by Robin Wieruch <[email protected]>
Wrote tests for the do{...}while(...) construct

github.com/gpujs/gpu.js - 265aaae9d6460338ed3df993de629d18cfe9dbd3 authored over 6 years ago by Federico Galatolo <[email protected]>
Added support for the do{...}while(...) construct

github.com/gpujs/gpu.js - e2c00aadcdf0b7a36c236375266e8468192a3dfe authored over 6 years ago by Federico Galatolo <[email protected]>
Add link to automatically built documentation

doxdox rocks

github.com/gpujs/gpu.js - 53c42a7e1158c7b82eab543110eb4b56484ce816 authored almost 7 years ago by Robert Plummer <[email protected]>
Merge pull request #262 from gpujs/261-webgl2

261 - webgl2

github.com/gpujs/gpu.js - b99960c9d1838d3a2e46ca3a66400559d4e4929f authored almost 7 years ago by Robert Plummer <[email protected]>
webgl1 and webgl2, together at last, and tested.

github.com/gpujs/gpu.js - af7060d88e65fe8f3591dcb53e25f999558ca054 authored almost 7 years ago by Robert Plummer <[email protected]>
first build, getting ready to test

github.com/gpujs/gpu.js - ed247f51ff298d8e10014e4d78e3f40bcebde5dd authored almost 7 years ago by Robert Plummer <[email protected]>
making both webgl's play nice together

github.com/gpujs/gpu.js - 01fa8369d9632909e7f6e6058eef6e5cbd34536d authored almost 7 years ago by Robert Plummer <[email protected]>
shrinking webgl2 to only what is needed, this broke a lot, but will resolve shortly.

github.com/gpujs/gpu.js - f84bee295c60863b6689d33bf345717e07b33364 authored almost 7 years ago by Robert Plummer <[email protected]>
moving to correct home

github.com/gpujs/gpu.js - 36e47132fb0ed5af902976df8f819a36d1fcbe7a authored almost 7 years ago by Robert Plummer <[email protected]>
moving to correct home

github.com/gpujs/gpu.js - 0824151477158737ea6bd493805979285192c84d authored almost 7 years ago by Robert Plummer <[email protected]>
build

github.com/gpujs/gpu.js - f0970cd32c89587edae10144c7f77d914a3bdce7 authored almost 7 years ago by Robert Plummer <[email protected]>
Merge branch 'develop' into 261-webgl2

github.com/gpujs/gpu.js - ab7ab1799baa5669ce1af34b282c8ccf3201e251 authored almost 7 years ago by Robert Plummer <[email protected]>
Merge pull request #276 from gpujs/272-framebuffer-performance

272 increase performance on framebuffers

github.com/gpujs/gpu.js - d1ce3da35c27604911d8a7c511e6dd9e760f6dfe authored almost 7 years ago by Robert Plummer <[email protected]>
more framebufferTexture2D to where textures are created, thus making framebuffers more something that is setup at build, or if absolutely needed to modify

github.com/gpujs/gpu.js - 283b249bd099bfbb54e7f1a46196716dc1e2dd43 authored almost 7 years ago by Robert Plummer <[email protected]>
Merge pull request #275 from gpujs/272-cached-uniform-setting

make uniforms only set if their values indeed change, and add tests

github.com/gpujs/gpu.js - 61af1139c1668d558619da4e54af82ee53e25552 authored almost 7 years ago by Robert Plummer <[email protected]>
build

github.com/gpujs/gpu.js - 504735e4fbbc441640a8861fe8f7705d33773244 authored almost 7 years ago by Robert Plummer <[email protected]>
Merge branch '272-cached-uniform-setting' into 261-webgl2

github.com/gpujs/gpu.js - bdc0b6bf9f5b153839e12dafe32f70f0b54542a4 authored almost 7 years ago by Robert Plummer <[email protected]>
make uniforms only set if their values indeed change, and add tests

github.com/gpujs/gpu.js - 5850030e8176fe5a7d3be54dce12a0087bc8a135 authored almost 7 years ago by Robert Plummer <[email protected]>
merge latest from develop

github.com/gpujs/gpu.js - c94ee123ffac980353664c678c12f5736c0e6eff authored almost 7 years ago by Robert Plummer <[email protected]>
Merge branch 'develop' into 261-webgl2

github.com/gpujs/gpu.js - 1d99c94499d3ca214e2c0e1d5fc60e358e873fe6 authored almost 7 years ago by Robert Plummer <[email protected]>
Merge pull request #274 from gpujs/272-kernel-performance

272 kernel performance

github.com/gpujs/gpu.js - 2f37e8762da7e751ddc5b135c5f405ea3768c4b5 authored almost 7 years ago by Robert Plummer <[email protected]>
passing unit tests, bump version in preparation for release

github.com/gpujs/gpu.js - 98bd5b820325c87197db2f727d18490ea1a95068 authored almost 7 years ago by Robert Plummer <[email protected]>
reuse dimensions on textures to prevent `utils.getDimensions(inputTexture, true);` call, which clones deep

github.com/gpujs/gpu.js - 5c7187af790bc6b1658b243d93391dc39cc1392d authored almost 7 years ago by Robert Plummer <[email protected]>
Merge branch 'develop' into 261-webgl2

github.com/gpujs/gpu.js - 42882d714fa689a471e84d4b3143b78b3086aa21 authored almost 7 years ago by Robert Plummer <[email protected]>
remove unneeded texture generation

github.com/gpujs/gpu.js - 21bb5ba265c2b61f35a4f3e1f4dbd572048144f1 authored almost 7 years ago by Robert Plummer <[email protected]>
Merge branch 'develop' into 261-webgl2

github.com/gpujs/gpu.js - 3b839b37b004fc85b3366c7f2be82a781c19aa5c authored almost 7 years ago by Robert Plummer <[email protected]>
Merge pull request #271 from gpujs/270-falsey

fix, test, bump version number, and make.

github.com/gpujs/gpu.js - 71fa13b6bc5e82ee259d2a1fec1ff4ad4e3362a1 authored almost 7 years ago by Robert Plummer <[email protected]>
fix, test, bump version number, and make.

github.com/gpujs/gpu.js - 7898fed31ff75af16f008b22b4213d196fc14912 authored almost 7 years ago by Robert Plummer <[email protected]>
bump version number

github.com/gpujs/gpu.js - ef18f2c4b1cf5a48c060e0f82b366df150df7323 authored almost 7 years ago by Robert Plummer <[email protected]>
make

github.com/gpujs/gpu.js - f0d06303843ee79543bd0e98ef368a30d34f6863 authored almost 7 years ago by Robert Plummer <[email protected]>
Merge branch 'develop' into 261-webgl2

github.com/gpujs/gpu.js - a7fad9cc64f2b4a6347094fa8ad2ab92cae2dadb authored almost 7 years ago by Robert Plummer <[email protected]>
fix up two small items that made it, using arguments out of context in `_setupSubOutputTextures`

and fix reference to my hasty change from `setupOutputTexture` to `_setupOutputTexture`

github.com/gpujs/gpu.js - 1cdaf7e73c370b87535bd88a88ec77c8c5949c6c authored almost 7 years ago by Robert Plummer <[email protected]>
Merge branch 'develop' into 261-webgl2

github.com/gpujs/gpu.js - 8ab9457ad760b9e214f94cc1d97eaf482933b3fb authored almost 7 years ago by Robert Plummer <[email protected]>
adding more combinations of unit tests

they are all passing, but just trying to try every combination

github.com/gpujs/gpu.js - 2ba6698aa3c45f0a93ec331f2950f1f9471d4c57 authored almost 7 years ago by Robert Plummer <[email protected]>
fix up webgl2

github.com/gpujs/gpu.js - fd3178ca98d18981b2042810080444091730e5db authored almost 7 years ago by Robert Plummer <[email protected]>
Merge branch 'develop' into 261-webgl2

github.com/gpujs/gpu.js - 9865a4b419b37ff53995894a38e04cad492859fe authored almost 7 years ago by Robert Plummer <[email protected]>
Merge pull request #269 from gpujs/267-immutable-sub-kernels

fix #267 by refining implementation a bit

github.com/gpujs/gpu.js - 502e97c7846d1e5a21ebb863925e6db3c99fa341 authored almost 7 years ago by Robert Plummer <[email protected]>
fix #267 by refining implementation a bit

github.com/gpujs/gpu.js - 4eda87735a614aeca6a95256eb7255b77c56dbe9 authored almost 7 years ago by Robert Plummer <[email protected]>
fix documentation

github.com/gpujs/gpu.js - 26479a161002bc23e6ddc1457038b3297d696754 authored almost 7 years ago by Robert Plummer <[email protected]>
Merge pull request #266 from gpujs/259-intercept-atan2

fix #259 by handling when atan2 is used directly in the interpreter

github.com/gpujs/gpu.js - 8a885524419be50ee781a9037d0a4095a44da03e authored almost 7 years ago by Robert Plummer <[email protected]>
fix #259 by handling when atan2 is used directly in the interpreter

also add unit tests ensuring resolved

github.com/gpujs/gpu.js - 01299be9f09c5c61d165d4da069f87d8f4bec4a9 authored almost 7 years ago by Robert Plummer <[email protected]>
update documentation on Alpha

github.com/gpujs/gpu.js - 3c2369bff2f8316cddcbacfd83ec9935ad666ea0 authored almost 7 years ago by Robert Plummer <[email protected]>
make and bump version number

github.com/gpujs/gpu.js - e5d51fd462830ac11236bf59f44885acf09443d6 authored almost 7 years ago by Robert Plummer <[email protected]>
Merge branch 'develop' into 261-webgl2

github.com/gpujs/gpu.js - c668e169435e04bb1e1b600b487479256602e3aa authored almost 7 years ago by Robert Plummer <[email protected]>
Merge pull request #264 from gpujs/263-toString

263 - get toString working correctly again

github.com/gpujs/gpu.js - 225946ba8b8b952620a0835f6b8d993c129e8c05 authored almost 7 years ago by Robert Plummer <[email protected]>
add minimal documentation for `outputImmutable`

github.com/gpujs/gpu.js - 9522ae840cc591208156e218f0643ebad8183d9a authored almost 7 years ago by Robert Plummer <[email protected]>
make

github.com/gpujs/gpu.js - 7c61ff260fdcfc1edb43452579b1b7b0c3d994b2 authored almost 7 years ago by Robert Plummer <[email protected]>
merge, and bump version

github.com/gpujs/gpu.js - 898ce6239e23208f2aac5691d30ab930f219f1df authored almost 7 years ago by Robert Plummer <[email protected]>
Merge branch 'develop' into 263-toString

github.com/gpujs/gpu.js - 01da37135e6834a70bd278893df97f7b2a188b04 authored almost 7 years ago by Robert Plummer <[email protected]>
Merge pull request #256 from gpujs/255-ouput-immutable

255 - implement new option to prevent overwrite of output texture

github.com/gpujs/gpu.js - a2f3158f8102cb2b35f3f3c04fd4d9c67d3ce7df authored almost 7 years ago by Robert Plummer <[email protected]>
get toString working correctly again

github.com/gpujs/gpu.js - 6f164744f503c517d589e77091246f2483748380 authored almost 7 years ago by Robert Plummer <[email protected]>
all tests now online, use `EXT_color_buffer_float`

github.com/gpujs/gpu.js - f4408414d0e0885825b620d004071a3fbfc1acd1 authored almost 7 years ago by Robert Plummer <[email protected]>
all tests but a couple to do with Floats running on chrome and firefox

github.com/gpujs/gpu.js - 8d0145fb70a092e9e43f031fe8d822e786ec03f2 authored almost 7 years ago by Robert Plummer <[email protected]>
getting some help on freenode, so made tests run using cdn's rather than node_modules

github.com/gpujs/gpu.js - fdf547cb8025d0c19f0695c5969abc68be877a8a authored almost 7 years ago by Robert Plummer <[email protected]>
closer to webgl2, still failing some tests when reusing or multiple targets

github.com/gpujs/gpu.js - 178d47b0ef7eca97ff874ab3d491f113496f657f authored almost 7 years ago by Robert Plummer <[email protected]>
Adding documentation on using `premultipliedAlpha`

github.com/gpujs/gpu.js - e0d376f59ebb53057430f0da89c74388febca6e0 authored almost 7 years ago by Robert Plummer <[email protected]>
almost working 100%

github.com/gpujs/gpu.js - ce8db7fc2b33943153b46655b8ddc4142a2787a9 authored almost 7 years ago by Robert Plummer <[email protected]>
implement new option to prevent overwrite of output texture

github.com/gpujs/gpu.js - 6c62bb263fbd33e2dd9017d4b248a76616300b67 authored almost 7 years ago by Robert Plummer <[email protected]>
bump version number to v1.0.0

[man of war](https://en.wikipedia.org/wiki/Portuguese_man_o%27_war)

github.com/gpujs/gpu.js - 4173dd9610b9c04fa064e7e2e12b5f066d7eeac7 authored about 7 years ago by Robert Plummer <[email protected]>
Merge pull request #237 from gpujs/236-modes-resimplify

resolve logic for #236

github.com/gpujs/gpu.js - 71a313fb729ba459d3f7c9b4f99ea67b6311bd38 authored about 7 years ago by Robert Plummer <[email protected]>
rebuild

github.com/gpujs/gpu.js - 45103b7f154a12ec639990c6896b21a053eb6a6c authored about 7 years ago by Robert Plummer <[email protected]>
Merge branch 'develop' into 236-modes-resimplify

github.com/gpujs/gpu.js - b7befbb8ab255f00740b4a9b61244b126918a988 authored about 7 years ago by Robert Plummer <[email protected]>
Merge pull request #235 from gpujs/58-float-issue

propose changes for fix how floating values are handled

github.com/gpujs/gpu.js - 22428faded2625a94460654455dbe4a50827db82 authored about 7 years ago by Robert Plummer <[email protected]>
resolve logic, ty @fuzzie360!

github.com/gpujs/gpu.js - bc855ce1a0a90206e7f7dcd13f85c52ddd825429 authored about 7 years ago by Robert Plummer <[email protected]>
resolve logic, ty @fuzzie360!

github.com/gpujs/gpu.js - 0cf6eb663dd3f7739177e2be7f054e28d96693d6 authored about 7 years ago by Robert Plummer <[email protected]>
resolve logic, ty @fuzzie360!

github.com/gpujs/gpu.js - 3854f086abf85330aefddadb158d1e74099542e9 authored about 7 years ago by Robert Plummer <[email protected]>
propose changes for fix how floating values are handled

github.com/gpujs/gpu.js - 2cb67c4244e075be92e3f8d6aa9724df72436a44 authored about 7 years ago by Robert Plummer <[email protected]>
add let and const detection, future helper

github.com/gpujs/gpu.js - 1b74546ea53e329a0dac4062b2376199a0f8d34f authored about 7 years ago by Robert Plummer <[email protected]>
Merge pull request #234 from loyd/233-kernel-map-float-output

Fix floatOutput in createKernelMap

github.com/gpujs/gpu.js - a734467dbfaa042a4325db33e92293b139b628f4 authored about 7 years ago by Robert Plummer <[email protected]>
Add missed floatOutput testing

github.com/gpujs/gpu.js - b5104ddacc159f461a2cc491d7df69d345469572 authored about 7 years ago by Paul Loyd <[email protected]>
fix #233

github.com/gpujs/gpu.js - 89ac2592f3c3ceb58fa24240e82f66f4f67d9205 authored about 7 years ago by Paul Loyd <[email protected]>
fix #209

replace ast with correct variable name and some inline documentation correction
bump version number

github.com/gpujs/gpu.js - b6163c1090f5441beb58c29cf371b25643bd13fb authored about 7 years ago by Robert Plummer <[email protected]>
fix #227

remove unused variable
bump version number

github.com/gpujs/gpu.js - ceca63a2ddb7410c2db6e239018cb41ad81194ef authored about 7 years ago by Robert Plummer <[email protected]>
bump version number

github.com/gpujs/gpu.js - d7c131731cad88c79651c39da3dfe4d072fe0383 authored about 7 years ago by Robert Plummer <[email protected]>
fix #222 provide debugger support for node fallback and passive on others

Also, I got tired of typing commands for building, so I added on to npm scripts, `npm make`

github.com/gpujs/gpu.js - cac049f287446780dbb2f39bb914838c656aa079 authored about 7 years ago by Robert Plummer <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

github.com/gpujs/gpu.js - a7390e1d26de2afe9f6fe4fdcbd3f43d1d6ddb34 authored about 7 years ago by Robert Plummer <[email protected]>
fix #220 with unit tests

I was able to unify the FunctionNodeBase.astMemberExpressionUnroll for reuse in both CPU and WebG...

github.com/gpujs/gpu.js - 4b15eea5b38869cba6e6130f3cc9c8e002d880aa authored about 7 years ago by Robert Plummer <[email protected]>