| Commit message (Expand) | Author | Age | Files | Lines |
* | Make GL/GLES decisions based on the API in use. | Josh Matthews | 2019-07-12 | 1 | -3/+4 |
* | Remove offscreen_gl_context dependency from canvas_traits and script. | Josh Matthews | 2019-03-07 | 1 | -2/+1 |
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 1 | -3/+3 |
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -4/+4 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -11/+11 |
* | Format script component | chansuke | 2018-09-19 | 1 | -15/+10 |
* | Simplify gl.getShaderParameter() (fixes #20562) | Anthony Ramine | 2018-07-31 | 1 | -0/+4 |
* | Fix program and shader lifetime cycle | Anthony Ramine | 2018-07-31 | 1 | -9/+8 |
* | Remove an obsolete todo in gl.compileShader() | Anthony Ramine | 2018-07-31 | 1 | -5/+0 |
* | Store a reference to the WebGLRenderingContext in WebGLObject | Anthony Ramine | 2018-07-24 | 1 | -31/+30 |
* | Fix gl.getShaderSource and gl.getShaderInfoLog | Anthony Ramine | 2018-07-08 | 1 | -13/+9 |
* | Pass more GL limits to the ANGLE shader compiler | Anthony Ramine | 2018-07-08 | 1 | -4/+16 |
* | Properly enable EXT_shader_texture_lod | Anthony Ramine | 2018-06-22 | 1 | -0/+2 |
* | Update to gleam 0.5 | Anthony Ramine | 2018-05-05 | 1 | -12/+2 |
* | Implement missing WebGLShader checks | Anthony Ramine | 2018-03-24 | 1 | -65/+78 |
* | Switch from servo/angle to the mozangle crate | Simon Sapin | 2018-03-12 | 1 | -2/+2 |
* | Use specific assertion for DOM webgl shader | CYBAI | 2018-01-26 | 1 | -1/+1 |
* | Set the correct Angle GLSL output when using WebGL 2 | Imanol Fernandez | 2017-11-13 | 1 | -11/+32 |
* | Kick off WebGL 2.0 implementation | Imanol Fernandez | 2017-10-27 | 1 | -4/+15 |
* | Replace all uses of the `heapsize` crate with `malloc_size_of`. | Nicholas Nethercote | 2017-10-18 | 1 | -2/+2 |
* | Remove use of unstable box syntax. | Simon Sapin | 2017-10-16 | 1 | -1/+1 |
* | Rename Root<T> to DomRoot<T> | Anthony Ramine | 2017-09-26 | 1 | -3/+3 |
* | Rename DOMRefCell<T> to DomRefCell<T> | Anthony Ramine | 2017-09-26 | 1 | -5/+5 |
* | Rename dom::bindings::js to dom::bindings::root | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
* | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -1/+1 |
* | Implement WebGL OES_standard_derivatives extension. | Imanol Fernandez | 2017-08-22 | 1 | -1/+4 |
* | Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox" | Anthony Ramine | 2017-08-16 | 1 | -14/+11 |
* | Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio" | Emilio Cobos Álvarez | 2017-08-16 | 1 | -11/+14 |
* | Improve WebGL architecture. | Imanol Fernandez | 2017-08-15 | 1 | -14/+11 |
* | Upgrade to the latest version of WebRender | Martin Robinson | 2017-07-13 | 1 | -4/+4 |
* | Fix highp precision in shaders & Implement WebGL::GetShaderPrecisionFormat | Imanol Fernandez | 2017-04-21 | 1 | -1/+3 |
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
* | Expose WebGL-related interfaces only in Window | Anthony Ramine | 2016-11-30 | 1 | -6/+7 |
* | update deps | Gregory | 2016-11-22 | 1 | -3/+4 |
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -3/+3 |
* | Use wrappers for GL IDs | Anthony Ramine | 2016-06-28 | 1 | -9/+14 |
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -1/+1 |
* | Implement IsShader fn and IsTexture fn for WebGLRenderingContext | Daniel | 2016-05-09 | 1 | -0/+21 |
* | webgl: Remove active_uniform related validation. | Emilio Cobos Álvarez | 2016-04-19 | 1 | -0/+5 |
* | webgl: Make the api return the context limits and use them for validations | Emilio Cobos Álvarez | 2016-04-03 | 1 | -0/+1 |
* | webgl: finish, flush, detachShader, generateMipmap, Uniform1i | Connor Brewster | 2016-04-02 | 1 | -1/+1 |
* | #10211: Stop re-exporting webrender_traits WebGL types from canvas_traits | Jan-Fabian Humann | 2016-03-30 | 1 | -5/+6 |
* | webgl: Check shader compilation status on use_program. | Emilio Cobos Álvarez | 2016-01-13 | 1 | -0/+4 |
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -2/+2 |
* | Implement various WebGL functions | David Zbarsky | 2015-12-13 | 1 | -10/+4 |
* | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -3/+4 |
* | merge from master | rohan.prinja | 2015-11-03 | 1 | -6/+13 |
|\ |
|
| * | Remove JSTraceable implementation from RefCell. | Eli Friedman | 2015-11-02 | 1 | -5/+6 |
| * | webgl: Add destructors for texture, program, shader, buffer and framebuffer | Emilio Cobos Álvarez | 2015-11-01 | 1 | -1/+7 |