81 Commits

Author SHA1 Message Date
1chandu
17b9446df6
Website: fix links, remove references to Sampler and Texture2DArray (#1079) 2019-04-19 09:33:42 -07:00
Ravi Akkenapally
ffb004f5e8 Revert "Website: Fix broken links"
This reverts commit 1b1dc7d0342980f6165e5ed1dd29ab1d83754029.
2019-04-18 16:22:14 -07:00
Ravi Akkenapally
1b1dc7d034 Website: Fix broken links 2019-04-18 16:15:43 -07:00
Ib Green
91fc46e3fc
Ib/restore debug context (#1015) 2019-03-29 09:04:57 -07:00
Georgios Karnas
f1ebdf7471
Add CubeTexture LOD support (#987) 2019-03-25 00:35:39 -07:00
Tarek Sherif
e22e5415e1
Remove unused/unfinished classes (#1000) 2019-03-22 19:49:53 -04:00
Ib Green
b23928c167
Update imports to @luma.gl/core (#992) 2019-03-19 07:37:37 -07:00
Tarek Sherif
249e7e2b83
Texture3D (#978) 2019-03-13 14:08:34 -04:00
Ib Green
9a91b0a2da
Feature cleanup (#963) 2019-03-12 07:05:38 -07:00
Georgios Karnas
c236705666
Add support for mat attribute types (#959) 2019-03-08 17:55:34 -08:00
Tarek Sherif
bc6a47cdb6
Query cleanup (#950) 2019-03-05 16:39:53 -05:00
Tarek Sherif
4d64b8c482
Frame timers (#934) 2019-02-28 16:00:16 -05:00
Xiaoji Chen
92bf71d542
Expose program readiness when using async textures (#918) 2019-02-19 16:11:35 -08:00
Ib Green
281b6ccff7
New @luma.gl/webgl-state-tracker module (#888) 2019-02-06 16:39:37 -08:00
Ib Green
d9799de1d4
Async Textures (#876) 2019-02-01 16:17:45 -08:00
Ib Green
fc6da900d4
Remove deprecated loader functions (#882) 2019-02-01 12:30:48 -08:00
Ib Green
234db05a9a
Add support for Accessor.buffer (#869) 2019-01-30 18:38:17 -08:00
Ib Green
ea6f240f11
Deprecation Fixes and Cleanup (#868) 2019-01-29 15:52:00 -08:00
1chandu
443ca471d3
Transform: rename buffer params (#843)
* Transform: rename buffer params
2019-01-08 17:11:14 -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
Ib Green
91c33f66f3
Update copy-and-blit.md
Per discussion with Ravi
2018-12-21 15:54:06 -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
1chandu
47b3a3c518
Add support for copyTexSubImage2D, misc fixes (#801)
* Fixes for Framebuffer and Texture classes.
2018-12-10 15:15:53 -08:00
Ravi Akkenapally
a0d309e83f Fix various documentation links 2018-10-09 16:34:59 -07:00
1chandu
09b58b6614
Transform: Add whats new and some fixes. (#740) 2018-10-01 10:59:31 -07:00
1chandu
1850b5c3e0
Add float textures support, update unit tests (#676)
* Add float textures support, update unit tests
2018-08-27 21:49:29 -07:00
Ib Green
ed384c903d
Buffer Cleanup (#664) 2018-08-19 17:26:35 -07:00
Ib Green
482136c80e
Make ocular the default website (#662) 2018-08-19 13:56:02 -07:00
Ib Green
ecab560120
Misc Vertex Array fixes. (#656) 2018-08-18 16:33:22 -07:00
Ib Green
4fb5db165f
Accessor cleanup (#651) 2018-08-18 12:28:06 -07:00
Ib Green
c0df6e54b0
VertexArray refactor (#618) 2018-08-16 14:14:42 -07:00
Kevin Lin
15e5a12e7e Correct MDN link for blendFuncSeparate in docs (#617) 2018-07-20 08:19:56 -07:00
1chandu
7cca238d2a
Buffer: add getElementCount (#592) 2018-07-03 14:45:28 -07:00
Ib Green
d2a5f6cd74
Fix buffer reuse (#582) 2018-06-27 12:47:24 -07:00
Ib Green
e9145ba28a
unbindModels param in Model.transform and Transform.run (#581) 2018-06-27 08:50:06 -07:00
Ib Green
e06fa3969d
VertexArray #3: Move attribute handling to VertexArray (#557) 2018-06-23 18:44:11 -07:00
Ib Green
9cb2ce44ad
Doc refresh for 6.0 (partial) (#570) 2018-06-22 08:38:31 -07:00
Ib Green
56c4433175
Code cleanup (#559) 2018-06-13 17:37:41 -07:00
Ib Green
01710c66c0
Doc Improvements (#558) 2018-06-13 17:36:01 -07:00
Ib Green
87448f0316
Developer Guide Improvements (#543) 2018-06-06 12:38:39 -07:00
1chandu
6ac61f6d14
Docs: More url fixes (#524) 2018-05-24 15:04:15 -07:00
1chandu
f05c63a0aa
Doc links (#521)
* Docs: Fix hyperlinks
* Update website link generation
* Replace website links with actual file path
2018-05-24 11:08:10 -07:00
Xiaoji Chen
7898e18f17
Add Attribute class (#514) 2018-05-16 11:13:54 -07:00
Dan Marshall
bdf03c1583 Fix some docs typos (#512) 2018-05-03 07:01:51 -07:00
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
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
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
0b5da25aa0
Headless context import and creation overhaul (#409) 2018-02-14 15:59:43 -08:00