100 Commits

Author SHA1 Message Date
Ib Green
b1b1ba34c7
chore(core): Rename api to core (#1783) 2023-08-18 17:52:53 -04:00
Ib Green
eb5f1b3827
@ibgreen chore: v9 doc updates (#1713) 2022-12-15 11:59:54 -05:00
Ib Green
c816a40e83
chore(docs): Reorganize docs (#1483) 2021-07-23 07:43:17 -07:00
Ib Green
269e690c5c
chore(typescript): settings and markdown formatting (#1435) 2021-01-14 13:34:04 -08:00
Xiaoji Chen
4d6926fd51
Texture supports continuous update from HTMLVideoElement (#1418) 2020-11-30 10:37:28 -08:00
Tarek Sherif
ca1e74a0e3
Fix doc links (#1322) 2019-12-17 13:56:44 -05:00
Tarek Sherif
5a82e115b9
Transform feedback tutorial and example (#1315) 2019-12-11 11:20:21 -08:00
Tarek Sherif
ae31af8efe
Update docs (#1305) 2019-12-03 14:19:52 -05:00
Tarek Sherif
878ea378fc
Update docs and examples (#1291) 2019-11-08 14:52:00 -05:00
Tarek Sherif
9baad74bf3
Optimizations (#1283) 2019-10-17 17:45:26 -04:00
1chandu
66acb14c80
Tranform Refactor: fix regressions (#1234) 2019-09-12 11:27:33 -07:00
1chandu
305fa30416
Add support for specifying custom device pixel ratio. (#1155)
* Add support for custom device pixel ratio
* Move window access to single place, `getDevicePixelRatio`
* Handle getting `drawingBufferWidth/height` down, properly so aspect ratio is maintained.
* Add utility methods for CSS to Device conversion
* Add docs and unit tests.
* Add developer guide for understanding CSS to Device conversion.
2019-09-11 17:18:23 -07:00
1chandu
f32d106b78
Add EXT_float_blend to feature table (#1210) 2019-08-23 11:21:42 -07:00
Xiaoji Chen
abf9ac95e1
Debug module tests & bug fixes (#1169) 2019-07-19 11:06:31 -07:00
Tarek Sherif
88de7d7106
Fxaa (#1164) 2019-07-18 16:57:27 -04:00
Taylor Baldwin
9a4606cf15
fix texture2D type/dataFormat inference (#1159) 2019-07-11 15:35:45 -04:00
Taylor Baldwin
0460131a9b
misc fixes to Framebuffer docs (#1160) 2019-07-11 15:34:57 -04:00
Xintong Xia
53026ec42d
Fix mipmap generation (#1148) 2019-06-24 10:09:13 -07:00
Jian Huang
f2e07a23ac fix website issues (#1140) 2019-06-04 13:39:23 -04:00
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