| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Auto merge of #26354 - jdm:mmatyas__webgl_fns_getparam2, r=jdm | bors-servo | 2020-04-29 | 1 | -17/+49 |
|\ |
|
| * | Add support for some more WebGL2 limit parameters | Mátyás Mustoha | 2020-04-29 | 1 | -17/+49 |
* | | Add support for WebGL2 buffer types in GetBufferParameter | Mátyás Mustoha | 2020-04-28 | 1 | -2/+4 |
* | | Auto merge of #26289 - he4d:master, r=jdm | bors-servo | 2020-04-24 | 1 | -9/+9 |
|\ \ |
|
| * | | Replaced failible boolean with an enum | Tobias Tschinkowitz | 2020-04-23 | 1 | -9/+9 |
* | | | webgl: Update IDL from upstream to avoid overloading issues. | Josh Matthews | 2020-04-23 | 1 | -45/+46 |
|/ / |
|
* / | Fix InvalidateSubFramebuffer error handling | Mátyás Mustoha | 2020-04-22 | 1 | -1/+1 |
|/ |
|
* | Automatically enable WebGL 2 for specific domains. | Josh Matthews | 2020-04-15 | 1 | -1/+22 |
* | webgl: Only error when beginning transform feedback on programs that have no ... | Josh Matthews | 2020-04-08 | 1 | -1/+1 |
* | webgl: Fix active uniform block length check. | Josh Matthews | 2020-04-07 | 1 | -1/+2 |
* | Add initial support for VertexAttribI4*, VertexAttribIPointer | Istvan | 2020-04-07 | 1 | -1/+133 |
* | Update euclid | Manish Goregaokar | 2020-04-07 | 1 | -2/+1 |
* | Auto merge of #26025 - szeged:webgl_draw_range_elements, r=jdm | bors-servo | 2020-03-30 | 1 | -0/+68 |
|\ |
|
| * | Add support for DrawRangeElements in WebGL2 | Istvan | 2020-03-30 | 1 | -0/+68 |
* | | Make LayoutCanvasWebGLRenderingContextHelpers methods take self | Anthony Ramine | 2020-03-29 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #26048 - nox:layout-2020-transparent-data, r=jdm | bors-servo | 2020-03-28 | 1 | -1/+1 |
|\ |
|
| * | Give a lifetime parameter to LayoutDom | Anthony Ramine | 2020-03-28 | 1 | -1/+1 |
* | | Auto merge of #25998 - jdm:vao-drop, r=nox | bors-servo | 2020-03-27 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | webgl: Ignore webgl communication errors when dropping vertex array objects. | Josh Matthews | 2020-03-19 | 1 | -3/+3 |
* | | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -4/+2 |
|/ |
|
* | Do not try to read pixels from an FBO without read buffer | Mátyás Mustoha | 2020-03-17 | 1 | -1/+5 |
* | Add support for WebGL2 read and draw buffer settings | Mátyás Mustoha | 2020-03-16 | 1 | -0/+69 |
* | webgl: Don't panic on sampler3D and sampler2DArray uniforms. | Josh Matthews | 2020-03-13 | 1 | -0/+3 |
* | Add support for some more WebGL2 renderbuffer functions | Mátyás Mustoha | 2020-03-13 | 1 | -2/+57 |
* | Add VertexArrayObject support for WebGL2 | Istvan Miklos | 2020-03-13 | 1 | -1/+41 |
* | Add support for WebGL2 GetIndexedParameter | Mátyás Mustoha | 2020-03-10 | 1 | -20/+115 |
* | Add support for WebGL2 GetFragDataLocation | Mátyás Mustoha | 2020-03-09 | 1 | -0/+6 |
* | Update SpiderMonkey | Anthony Ramine | 2020-03-06 | 1 | -0/+1 |
* | Add support for WebGL2 FramebufferTextureLayer | Mátyás Mustoha | 2020-03-04 | 1 | -0/+30 |
* | Add support for WebGL2 framebuffer invalidation | Mátyás Mustoha | 2020-03-03 | 1 | -0/+84 |
* | Add support for WebGL2 clear buffer operations | Mátyás Mustoha | 2020-02-24 | 1 | -0/+132 |
* | Add support for WebGL2 getFramebufferAttachmentParameter | Mátyás Mustoha | 2020-02-21 | 1 | -3/+179 |
* | Add support for WebGL2 framebuffer attachments | Mátyás Mustoha | 2020-02-21 | 1 | -4/+50 |
* | Add initial support for WebGL2 read framebuffer | Mátyás Mustoha | 2020-02-14 | 1 | -2/+47 |
* | Add support for WebGL2 `MAX_COLOR_ATTACHMENTS` and `MAX_DRAW_BUFFERS` | Mátyás Mustoha | 2020-02-14 | 1 | -0/+2 |
* | Modify `script` to prevent further violations of snake_case | Kunal Mohan | 2020-01-18 | 1 | -0/+2 |
* | Auto merge of #25545 - szeged:mmatyas__webgl_fns_versions, r=jdm | bors-servo | 2020-01-17 | 1 | -0/+10 |
|\ |
|
| * | Add WebGL2 specific version strings | Mátyás Mustoha | 2020-01-17 | 1 | -0/+10 |
* | | Auto merge of #25543 - szeged:mmatyas__webgl_fns_uniforms_p3, r=jdm | bors-servo | 2020-01-17 | 1 | -4/+217 |
|\ \ |
|
| * | | Add support for WebGL2 uniform matrix operations | Mátyás Mustoha | 2020-01-17 | 1 | -4/+217 |
| |/ |
|
* | | Auto merge of #25538 - szeged:mmatyas__webgl_fns_uniforms_p2, r=jdm | bors-servo | 2020-01-16 | 1 | -46/+51 |
|\| |
|
| * | Add support for WebGL2 uniform array operations | Mátyás Mustoha | 2020-01-16 | 1 | -46/+51 |
* | | Auto merge of #25519 - szeged:mmatyas__webgl_fns_uniforms, r=jdm | bors-servo | 2020-01-15 | 1 | -4/+222 |
|\| |
|
| * | Add support for WebGL2 unsigned uniform operations | Mátyás Mustoha | 2020-01-15 | 1 | -4/+222 |
* | | Add support for WebGL2 `RASTERIZER_DISCARD` enum. | Mátyás Mustoha | 2020-01-14 | 1 | -4/+21 |
|/ |
|
* | Add initial support for WebGL2 uniform buffer functions | Mátyás Mustoha | 2020-01-09 | 1 | -15/+342 |
* | Add support for WebGL2 ReadPixels functions | Mátyás Mustoha | 2019-11-26 | 1 | -7/+360 |
* | Add Support for WebGL Transormfeedback | Istvan Miklos | 2019-11-08 | 1 | -2/+232 |
* | Implement the basic WebGL2 buffer data operations | Mátyás Mustoha | 2019-11-05 | 1 | -8/+309 |
* | Use surfman for managing GL surfaces | Patrick Walton | 2019-11-01 | 1 | -1/+1 |