24 Commits

Author SHA1 Message Date
Robert Plummer
e4692fe836 Merge branch 'develop' into 194-adding-random-support 2018-03-22 14:13:57 -04:00
Paul Loyd
b5104ddacc Add missed floatOutput testing 2017-12-15 21:41:59 +03:00
Robert Plummer
43302c9f11 experimenting with adding random support 2017-12-11 12:50:30 -05:00
Robert Plummer
b9503e8345 #193 solved, by using a flat input that has dimensions 2017-10-05 17:41:12 -04:00
Robert Plummer
1f8de19561 Ensure our demo runs on latest 2017-10-04 15:28:09 -04:00
Robert Plummer
60faeda52f change addGLSLFunction to addNativeFunction, and add unit test 2017-08-28 08:56:59 -04:00
Robert Plummer
d5cb8bbd37 expose means of adding glsl functions directly to kernel 2017-08-15 15:19:02 -04:00
Robert Plummer
bfe1589733 Merge pull request #123 from abhisheksoni27/toArray
Fix texture.toArray() method
2017-07-08 12:02:55 -04:00
Abhishek Soni
93c2864bd5 Added unit tests for texture.toArray() 2017-07-08 20:51:23 +05:30
Abhishek Soni
529f1c014c rename file names to reflect createKernelMap 2017-07-08 12:27:50 +05:30
Abhishek Soni
450d5dc971 Rename in README.md and test/html 2017-07-08 12:22:27 +05:30
Eugene Cheah
4082f2afa1 Experimental GPUCore base class structure, minor gulp adjustments to make it easier to test on remote devices. 2017-07-02 14:24:20 +08:00
Robert Plummer
81275b5ac0 make tests es5 and add the kernel .toString() method, so we can have the entire kernel, and nothing else. 2017-06-29 19:05:56 -04:00
Robert Plummer
08bc22a783 #84 some cpu optimization and basic createKernels support for cpu 2017-06-23 21:53:50 -04:00
Robert Plummer
56dfc42fcd trying to get feedback on freenode 2017-06-16 17:59:25 -04:00
Robert Plummer
323a4e1961 add new feature combineKernels
and fix a return on cpu when in graphic mode
2017-05-17 10:40:20 -04:00
Robert Plummer
ac11420e45 naming conventions and use node_modeuls qunitjs for smaller lib size 2017-05-15 20:45:05 -04:00
Eugene Cheah
366a139378 Follow standardised naming 2016-03-11 01:49:05 +08:00
Eugene Cheah
9853b9221e Merge branch 'master' into eugene-#4-async-api
Conflicts:
	gulpfile.js
	src/gpu.js
	src/utils.js
2016-03-10 23:28:28 +08:00
Fazli Sapuan
b9deeceb38 Standardize names 2016-02-28 21:41:30 +08:00
Eugene Cheah
c3ca03d4c2 Migrated gpu, to gpu core 2016-02-28 18:01:39 +08:00
Eugene Cheah
cb519949be Renamed backend files. to mode_(c/g)pu respectively 2016-02-28 17:00:38 +08:00
Eugene Cheah
a196265101 Added gpu_utils class, to centralised all the reuse util functions (that is not GPU.JS specific) 2016-02-28 16:07:15 +08:00
Eugene Cheah
ddce018af5 Reorganised test files. Added a test-all.html to make it easier to do regression testing. 2016-02-25 13:26:19 +08:00