245 Commits

Author SHA1 Message Date
Nick Hingston
9b9b9df62b test case for input byte offset 2018-09-07 17:53:59 +01:00
Nick Hingston
35f8bcb56b forgot to add test case file 2018-09-05 22:54:51 +01:00
Nick Hingston
b22eb00e8a Merge branch 'develop' into 359-addfunction-params-wrong 2018-09-05 22:33:19 +01:00
Nick Hingston
72056816c4 fix #359 nested addFunction 2018-09-05 22:32:31 +01:00
Robert Plummer
e2996f8229 bump version number
remove some unneeded console.log messages
remove commented out utility line
2018-09-05 16:55:00 -04:00
Nick Hingston
72e65b206e Merge branch 'develop' into 361-multi-dimensional-output-slow 2018-09-05 21:05:13 +01:00
Nick Hingston
30e5ddb37a make splitArray performant and fix test cases 2018-09-05 21:04:23 +01:00
viziionary
88dcbc8acb Merge remote-tracking branch 'upstream/master' into develop 2018-09-03 14:59:21 -05:00
viziionary
a2b9cb00fc Added forgotten unit test 2018-09-02 13:48:12 -05:00
Nick Hingston
d680aded0d fix modulus issue 2018-09-02 17:38:21 +01:00
Robert Plummer
e59452aa98 fix: add sampler2DArray where missing
fix: use highp in webgl2
fix: unit tests to to test for exception in webgl1
2018-09-02 11:28:44 -04:00
viziionary
8b1f51ddac Mid progress update, supporting all constant types 2018-09-02 08:31:30 -05:00
Robert Plummer
91833f531d fix: Make images work with constants and CPU
fix: Allow for pixel.r, pixel.g, pixel.b, pixel.a
2018-09-01 15:30:37 -04:00
viziionary
f5951ccb32 Mid progress update 2018-09-01 08:36:34 -05:00
Robert Plummer
c3afd102d8 fix: unit test simplicity and ultimate check as well as strongly typed check in kernels 2018-08-31 08:07:20 -04:00
viziionary
8a893297a8 Unit testing and feature completion 2018-08-30 18:30:37 -05:00
Nick Hingston
62f7d7633a fix recursive function - reuse assert.async 2018-08-05 10:13:40 +01:00
Nick Hingston
ba5f940057 code review comments 2018-08-05 10:03:43 +01:00
Nick Hingston
2450d4cdd4 fix webgl leaks on all test cases 2018-07-30 21:11:56 +01:00
Nick Hingston
92612c1c2f fix leaking WegGl contexts 2018-07-30 20:30:31 +01:00
Nick Hingston
462e4d510f auto check if integer division bug exists 2018-07-26 09:05:08 +01:00
Nick Hingston
98e1bf7688 fix integer division issues on some cards 2018-07-25 18:14:06 +01:00
Robert Plummer
8ee7428e35 Closes #350 - Add Float32Array support on CPU fallback 2018-07-24 15:16:28 -04:00
Nick Hingston
995b9f4e31 merge develop 2018-07-23 11:53:32 +01:00
Nick Hingston
607cc154d8 add test cases 2018-07-23 11:50:43 +01:00
Nick Hingston
35bba9559f dont comvert uin8 & 16 arrays 2018-07-23 11:46:58 +01:00
Nick Hingston
c47d1f8a9f code review comments 2018-07-13 19:59:23 +01:00
Nick Hingston
e6471be6a5 fix test names and complete 279 tests 2018-07-13 18:28:23 +01:00
Nick Hingston
da225d3e60 fix #279 problems with calculated sizes 2018-07-13 17:54:29 +01:00
Nick Hingston
f658164b40 fix #300 nested array issue 2018-07-12 22:17:17 +01:00
Robert Plummer
b7e9dfc47b Fix unit test, and bump release numbers 2018-07-12 16:29:36 -04:00
Nick Hingston
41b1ef8a20 fix merge conflicts from develop 2018-07-12 20:03:09 +01:00
Robert Plummer
a8d5d02c79 Minor fix for 3d kernel maps and test 2018-07-11 18:54:01 -04:00
Robert Plummer
01a18acbdb Minor cleanup
Removal of unused methods and properties, and a doc cleanup.
Version bump
2018-07-11 16:06:25 -04:00
Robert Plummer
fe992769be Merge branch 'develop' into 314-large-input-array-addressing 2018-07-09 17:44:14 -04:00
Nick Hingston
7bbb957bea fix issue with nested addressing 2018-07-06 19:42:04 +01:00
Nick Hingston
b3000f07c9 use ints for addressing - now supports up to 2^31 2018-07-05 21:07:42 +01:00
Robert Plummer
efdc14a770 Fix 335 by checking output setting at build time.
bump version for release
2018-07-04 16:06:50 -04:00
Nick Hingston
21f655f48e allow for 2^24 addresses (was 2^23) 2018-07-03 12:05:54 +01:00
Nick Hingston
531efee1a3 fix test case 2018-07-02 21:29:48 +01:00
Nick Hingston
ae5f3cf5a1 fix my boringly repeative mistake of not adding new files 2018-07-02 20:56:19 +01:00
Nick Hingston
693a84741d fix problem with thread.y and z index being incorrect in some hardware 2018-07-02 17:23:03 +01:00
Robert Plummer
54445608c3 Edge case for test using variables for #243, just making sure 2018-06-29 21:40:19 -04:00
Robert Plummer
2d57f2a0b4 simplify tests, fix z and y edge cases, button up for release 2018-06-28 22:26:39 -04:00
Robert Plummer
407ffd1aae cleanup of unit tests, all passing but one, cpu w/ offset 2018-06-27 14:30:46 -04:00
Robert Plummer
439af19982 add states tracking, and cleanup script. Almost all unit tests passing now with inputs. 2018-06-27 14:11:26 -04:00
Robert Plummer
cde8eab625 #243 Some unit tests, not totally done, but at least x, and x & y. Z is failing. 2018-06-22 15:56:23 -04:00
Robert Plummer
66b2649185 Partially fix #243, mvp 2018-06-22 11:58:20 -04:00
Robert Plummer
81ac3f21a0 maintenance, broken test 2018-06-22 10:18:49 -04:00
Robert Plummer
9ad50b8850 maintenance, cleanup of documentation and allow for native functions on node. 2018-06-22 10:17:10 -04:00