671 Commits

Author SHA1 Message Date
Ib Green
9400fe5cfd
Add markdown lint. Start adressing warnings (#507) 2018-04-20 10:49:21 -07:00
Ib Green
2b857d1b48
VertexArray docs, initial cleanup round (#506) 2018-04-20 07:15:56 -07:00
Ib Green
7273fd34a7
Update docs for running examples (#505) 2018-04-20 07:15:08 -07:00
Ib Green
78dfcceb89
Fix website examples (#502) 2018-04-19 12:19:52 -07:00
Ib Green
a0030a1cb0
Update examples to webpack 4 (#501) 2018-04-18 18:00:03 -07:00
Jian Huang
82ec83dd45 update lock file 2018-04-16 14:14:41 -07:00
Ib Green
717a33b2e2
Updates on master for 5.2.0-beta.2 (#499) 2018-04-16 13:56:05 -07:00
Ib Green
ecd5da3d42
VertexArray: move private methods to end of class (#498) 2018-04-16 13:27:30 -07:00
Ib Green
ccdfb550df
Fix browser test of Framebuffer.blit (#497) 2018-04-16 12:44:19 -07:00
Xintong Xia
3b87f7408a fix markdown file for webgl-lessons 2018-04-11 11:15:11 -07:00
Xintong Xia
0a5f3c0ad4 fix examples and controls 2018-04-11 11:15:01 -07:00
Xintong Xia
b0f5389faa fix webpack file for example 14 and 15 2018-04-11 11:14:49 -07:00
Jiulong Hu
47ebb80173 fix a typo in README (#489) 2018-04-11 11:14:30 -07:00
Jiulong Hu
2715caa07c Delete duplicate file (#486) 2018-04-03 11:16:00 -07:00
Ib Green
5c82026787 v5.2.0-alpha.12 2018-04-03 07:13:38 -07:00
1chandu
2aa3285521
UniformBufferLayout: Fix offset calculation, add unit tests. (#485)
* UniformBufferLayout: Fix offset calculation, add unit tests.
2018-04-02 17:43:38 -07:00
Ib Green
b86886ea56
Fixes to electron support, debug mode and AnimationLoop (#483) 2018-04-02 13:19:00 -07:00
1chandu
ab97b56925
PickingModule: picking_filterColor method (#464)
PickingModule: Add picking_filterColor method
2018-04-02 10:02:50 -07:00
Xiaoji Chen
2360375eb1 Add AnimationLoopProxy class (#453) 2018-04-02 09:01:08 -07:00
Ib Green
eccc47532d
Clean up debug mode (#481) 2018-04-01 18:33:37 -07:00
Ib Green
84bce0100b
Introduce babel 7 (#479) 2018-04-01 17:50:04 -07:00
Ib Green
060778c080
Update examples to webpack 4 (#480) 2018-04-01 17:48:37 -07:00
Ib Green
fc86dc8673
Update luma.gl Whats New (#471) 2018-04-01 13:43:16 -07:00
Ravi Akkenapally
1474437a92 v5.2.0-alpha.10 v5.2.0-alpha.10 2018-03-30 15:22:39 -07:00
Jian Huang
6e8781ecc8
Integrate test-browser with "git commit" (#468)
* Integrate test-browser with "git commit"

* fix CI issue
2018-03-30 13:25:03 -07:00
1chandu
1305ba2cfb
Fix Uniform Buffer binding (#473) 2018-03-29 18:00:29 -07:00
Ravi Akkenapally
cde26c0172 5.2.0-alpha.9 5.2.0-alpha.9 2018-03-27 16:30:44 -07:00
1chandu
dbde659d6a
Allow null uniforms (#472) 2018-03-27 16:27:11 -07:00
Ib Green
df5ca5847f
Add metrics collection (#466) 2018-03-27 15:29:29 -07:00
Ravi Akkenapally
fbfbb01613 5.2.0-alpha.8 2018-03-26 19:46:52 -07:00
1chandu
bdb341b223
Do not delete Program objects (#467)
* Do not delete Program objects while they are cached.
2018-03-26 19:36:00 -07:00
1chandu
98749e31ff
WebGL2 : Add asynchronous mode for readPixels using PBOs. (#450)
* Framebuffer: add asynchronous readPixelsToBuffer (PIXEL_PACK_BUFFER)
2018-03-23 10:51:54 -07:00
Ib Green
842db60670 v5.2.0-alpha.7 2018-03-22 17:44:58 -07:00
Ib Green
e6ba67a5eb
Disable babel minification (temporarily) (#461) 2018-03-22 17:44:13 -07:00
Ib Green
de0a91824c v5.2.0-alpha.5 2018-03-22 15:23:29 -07:00
Ib Green
315532969c
Fix uniform test error (#460) 2018-03-22 15:21:28 -07:00
1chandu
82373d62f8
Fix test-browser regressions (#456)
* Fix test-browser regressions
2018-03-21 20:00:43 -07:00
Ib Green
b9e83e81dc v5.2.0-alpha.4 2018-03-21 17:39:54 -07:00
Ib Green
d68ae400b6
Size Reduction: esnext distribution (#455) 2018-03-21 16:57:48 -07:00
Ib Green
d3d7cc11e3
Dist Size #3/3: Add babel-minify. Remove use of external assert. Misc dist size changes. (#449) 2018-03-21 16:51:10 -07:00
Xintong Xia
a5c918b614
Merge pull request #452 from uber/example-15
Example 15
2018-03-21 06:27:51 +01:00
Michael Wenzel
ffbc01de8a Fix shader compilation issues in IE 11 (#444)
* Fix shader compilation issues in IE 11
* Add conditional IE 11 check to avoid performance hit for other browsers
* memoize canCompileGLGSExtension; revert examples change
2018-03-20 21:19:18 -07:00
Xintong Xia
60a0c0a70e resolve comments 2018-03-20 10:14:40 +01:00
Xintong Xia
4fe6eb1fb7 add example 15 2018-03-20 10:14:40 +01:00
Xintong Xia
5de6a75a11 add example 15 2018-03-20 10:14:40 +01:00
Ib Green
cf88b06503
Add test-size script for bundle size testing (#447) 2018-03-19 15:39:50 -07:00
Ib Green
db6162c1e0
Move tests into test/src (#446) 2018-03-19 14:50:25 -07:00
1chandu
3983065508
Fix uniform unit tests (#445)
* Fix uniform tests
* Fix Math.max call
2018-03-19 11:16:05 -07:00
Xintong Xia
7922db2f4c
Merge pull request #441 from uber/example-14
add example 14
2018-03-19 17:58:24 +01:00
Xintong Xia
fee364292d remove wip/14 2018-03-19 15:27:32 +01:00