Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the signature of WebGLRenderingContext::BufferSubData | Anthony Ramine | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | Properly use Float32List and Int32List for WebGL uniform methods | Anthony Ramine | 2018-04-03 | 1 | -124/+68 |
| | |||||
* | Remove obsolete BufferDataSource | Anthony Ramine | 2018-04-03 | 1 | -2/+2 |
| | |||||
* | Implement WebGLRenderingContextBase.getAttachedShaders | Anthony Ramine | 2018-03-24 | 1 | -0/+8 |
| | |||||
* | Appease test-tidy | Igor Matuszewski | 2018-03-23 | 1 | -1/+2 |
| | |||||
* | Adapt uniform[fv] and similar to accept typed array args | Igor Matuszewski | 2018-03-23 | 1 | -95/+147 |
| | |||||
* | Change WebGL function signatures accepting typed arrays | Igor Matuszewski | 2018-03-23 | 1 | -42/+38 |
| | |||||
* | Fix some more WebGL methods | Anthony Ramine | 2018-03-23 | 1 | -4/+3 |
| | |||||
* | Make some WebGL parameters non-optional (fixes #8753) | Anthony Ramine | 2018-03-22 | 1 | -31/+36 |
| | | | | | | | Those parameters aren't optional in the current spec. The test element-array-buffer-delete-recreate.html now fails because we don't actually implement gl.getParameter(gl.CURRENT_PROGRAM). | ||||
* | Implement WebGL getFramebufferAttachmentParameter API | Igor Gutorov | 2018-03-22 | 1 | -0/+12 |
| | |||||
* | Add WebGL function glGetTexParameter | Martina Kollarova | 2018-03-06 | 1 | -0/+6 |
| | | | | | | | Set the expected result of the test `tex-input-validation.html` to CRASH, since that is caused by unrelated problems. The test was previously not executing completely, because it stopped when it didn't find the implementation of getTexParameter. | ||||
* | Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject> | Simon Sapin | 2018-01-22 | 1 | -2/+2 |
| | |||||
* | Add configuration for webgl2 tests and update test expectations | Imanol Fernandez | 2017-11-02 | 1 | -1/+2 |
| | |||||
* | Kick off WebGL 2.0 implementation | Imanol Fernandez | 2017-10-27 | 1 | -0/+914 |