67 Commits

Author SHA1 Message Date
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
1chandu
3d4d7f2a54
5.1 Audit comments (#399)
* 5.1 Audit comments
2018-02-08 02:09:29 -08:00
1chandu
b10a7d0b62
TransformFeedback: Add varyingMap support + new TF instancing example. (#385)
* TF: Fix vayringMap and add TF+Instancing example.
* update whatsnew doc.
2018-01-18 16:03:11 -08:00
1chandu
6b030cfab3
Transform Feedback: Add Support to Model.draw and minor API changes. (#383)
* Add TF support to Model
* Move withParameters from Model to Program
2018-01-17 09:39:10 -08:00
1chandu
92b932e52d
Remove deprecated API (#373)
* Remove deprecated API
2017-12-14 15:15:23 -08:00
1chandu
78831dcd8e Fix buffer.getData default parameters and target setting. (#317)
* Fix buffer.getData default parameters and target setting.
2017-09-21 21:52:51 -07:00
Shaojing Li
6a9c2e2445 Update links for the docs (#284)
* Update links for the docs
2017-07-26 19:58:23 -07:00
Shaojing Li
e3db9cafae doc update (#282) 2017-07-26 00:07:03 -07:00
1chandu
1ae87cea75 Fix styling in documentation (#281) 2017-07-25 21:35:18 -07:00
1chandu
e8bffc590f More documentation fixes (#276)
Documentation fixes, no functional changes.
2017-07-24 18:51:14 -07:00
1chandu
46fb26cf00 Documentation fixes (#274)
- Documentation fixes
- Remove deprecated usage in examples.
2017-07-21 22:47:49 -07:00
Ib Green
ce3d45bcc9 API Audit - change 'settings' to 'parameters' (#264) 2017-07-11 09:05:53 -07:00
Ib Green
8b322bf987 Remove duplicate docs for faature management (#265) 2017-07-11 09:05:11 -07:00
Ib Green
79e8888197 Export feature detection functions (#260) 2017-07-09 12:22:00 -07:00
1chandu
496e9b9dd9 Enable Query object and add unit tests (#238)
- Replace raw gl timer queries with Query object.
- Add more unit tests for Query class.
2017-06-29 15:22:04 -07:00