965 Commits

Author SHA1 Message Date
Ib Green
fc6da900d4
Remove deprecated loader functions (#882) 2019-02-01 12:30:48 -08:00
Ib Green
cd4ddc3f14
Code cleanup, prep for async textures (#879) 2019-01-31 19:09:39 -08:00
Ib Green
234db05a9a
Add support for Accessor.buffer (#869) 2019-01-30 18:38:17 -08:00
Georgios Karnas
ef34ca48db
Create custom eslint rule to detect wrong probe.gl logger usage (#873) 2019-01-30 18:24:22 -08:00
Ib Green
ea6f240f11
Deprecation Fixes and Cleanup (#868) 2019-01-29 15:52:00 -08:00
Xiaoji Chen
bc6d72d975
remove excessive debug import (#867) 2019-01-29 08:59:53 -08:00
Xiaoji Chen
423d16e417
Examples and website bug fixes (#864) 2019-01-25 11:24:19 -08:00
Filip Spiridonov
dec46c4e5d
Fix a localhost:8080 reference in the link 2019-01-24 17:37:03 -08:00
Jerome Cukier
c493bfc124
Merge pull request #861 from uber/edit-toc
editing table of contents
2019-01-23 12:56:03 -08:00
Jerome Cukier
5fb64ec316 editing table of contents to correct inconsistencies and add all orphan files 2019-01-23 11:55:49 -08:00
Xiaoji Chen
11928e0ca1
Fix loadTexture util (#860) 2019-01-23 11:23:16 -08:00
Fedor Baart
959b3a8526 Fix documentation for AnimationLoop.canvas prop #858 (#859) 2019-01-22 09:41:13 -08:00
Jian Huang
6618759d55 v7.0.0-alpha.7 v7.0.0-alpha.7 2019-01-18 21:28:49 -08:00
Jian Huang
a16ab9f660
add new lighting glsl API and better check for lighting_uEnabled. (#856)
* add new lighting glsl API and better check for lighting_uEnabled.

* code review changes
2019-01-18 21:23:59 -08:00
Xiaoji Chen
37130b3840 v7.0.0-alpha.6 v7.0.0-alpha.6 2019-01-18 15:01:15 -08:00
Jian Huang
60d9d24c03 apply lint (#855) 2019-01-18 14:53:36 -08:00
Jian Huang
b8ffd900d5
fix lint scripts (#854) 2019-01-18 14:42:05 -08:00
Xiaoji Chen
c9a2131045
Fix parameter forwarding in loadTextures (#853) 2019-01-18 14:38:59 -08:00
Jian Huang
92195237ce v7.0.0-alpha.5 v7.0.0-alpha.5 2019-01-16 14:57:30 -08:00
Jian Huang
eacbe5b38a
disable lighting by default (#852)
* disable lighting by default

* code review changes

* make the bool flag work
2019-01-16 14:51:11 -08:00
Ib Green
48b36a635b
Forward shadertools exports (temporarily) to avoid breaking deck.gl (#851) 2019-01-15 15:38:29 -08:00
Xiaoji Chen
753340e507
Add tests for missing attribute components (#850) 2019-01-15 13:56:20 -08:00
Ib Green
fd1861e29a
Move shadertools to separate module (#847) 2019-01-14 18:03:23 -08:00
Xiaoji Chen
1ac803f7ae v7.0.0-alpha.4 v7.0.0-alpha.4 2019-01-14 16:44:02 -08:00
Xiaoji Chen
f1c074f119
Attribute enhancements (#846) 2019-01-14 16:01:01 -08:00
Jian Huang
53e1ec020c
lighting docs (#841)
* lighting docs

* review feedbacks
2019-01-14 12:52:16 -08:00
Xiaoji Chen
deb4515add
Add tests for dev-modules; fix glsl-remove-comments bug (#844) 2019-01-10 19:42:23 -08:00
Ib Green
a54bddcb01
Gatsby-based website (#830) 2019-01-10 09:39:12 -08:00
1chandu
443ca471d3
Transform: rename buffer params (#843)
* Transform: rename buffer params
2019-01-08 17:11:14 -08:00
Ib Green
a1a24f1d59
Fix deprecated constant export (#840) 2019-01-08 15:52:50 -08:00
Jian Huang
abccd5949a v7.0.0-alpha.3 v7.0.0-alpha.3 2019-01-07 14:06:05 -08:00
Jian Huang
ec8d61e7ba
restrict scope of glsl comment remove plugin (#839) 2019-01-07 13:55:32 -08:00
Jian Huang
95ecf86c82
phong lighting module and new lighting classes (#836)
* phong lighting module and new lighting classes

* change module name

* code review changes

* more code review changes

* bug fix
2019-01-07 11:22:09 -08:00
1chandu
6e022b3bc4
Update copy-blit funciton names, unify parameter naming in all methods. (#829)
* Update copy-blit function names, unify parameter naming in all methods.
2019-01-02 11:33:10 -08:00
1chandu
26eb52c742
Transform: Add offset/size support for feedback buffers. (#834)
* TransformFeedback and Transform: Add offset and size support
2019-01-01 16:18:39 -08:00
1chandu
7957323e89
Prepare GPGPU module for publishing, move histopyramid methods. (#828)
* Move histopyramid files to gpgpu module
2018-12-22 10:01:36 -08:00
Ib Green
91c33f66f3
Update copy-and-blit.md
Per discussion with Ravi
2018-12-21 15:54:06 -08:00
Jian Huang
62cf9ca833 update test dependency 2018-12-20 11:48:37 -08:00
1chandu
94213258af
Move Framebuffer copy utitlity methods into global scope (#816)
* Move Framebuffer copy utitlity methods into global scope
* Merge Texture.copyFramebuffer with copyFramebufferToTexture
* Add toFramebuffer util method
2018-12-20 10:50:09 -08:00
Jian Huang
2749d7fa1a add pre-push to enable auto testing for push action 2018-12-20 10:45:22 -08:00
1chandu
1232d1a79f
Fix website build (#826) 2018-12-20 10:34:40 -08:00
1chandu
a4463c03f2
Remove old (duplicate) files (#825) 2018-12-19 21:09:58 -08:00
1chandu
c2bd7f364f
Fix a crash (#824) 2018-12-19 16:52:57 -08:00
Ib Green
6697d4f607
Move makeDebugContext to @luma.gl/debug (#822) 2018-12-19 13:09:48 -08:00
Ib Green
fb352cbcc6
Create separate module for WebGL constants (#819) 2018-12-19 11:00:23 -08:00
1chandu
92f50eaa78
Histopyramid: Traversal (#814)
* Histopyramid Generation: Add support for non POW2 and non square textures.
* Histopyramid Tranversal: add support and unit tests
2018-12-18 16:32:48 -08:00
Xiaoji Chen
5e47371e26
Prepare dev modules for publish (#820) 2018-12-18 16:18:05 -08:00
Ib Green
563c137d5c
Move API Tracing to debug module (#818) 2018-12-18 14:16:51 -08:00
Xiaoji Chen
a099febde9
Move shader module test util into debug submodule (#817) 2018-12-18 13:24:36 -08:00
Ravi Akkenapally
708ebd5c5f v7.0.0-alpha.2 v7.0.0-alpha.2 2018-12-17 20:36:15 -08:00