| Commit message (Expand) | Author | Age | Files | Lines |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -10/+10 |
* | Format script component | chansuke | 2018-09-19 | 1 | -71/+57 |
* | webgl: Remove knowledge of attached framebuffers from renderbuffers and textu... | Josh Matthews | 2018-09-10 | 1 | -29/+4 |
* | webgl: Ensure that depth and stencil attachments are rebound after messing wi... | Josh Matthews | 2018-09-10 | 1 | -1/+42 |
* | webgl: Remove unnecessary Option from texture API. | Josh Matthews | 2018-09-10 | 1 | -4/+4 |
* | Use the DOM cache for gl.getTexParameter(gl.TEXTURE_*_FILTER) | Anthony Ramine | 2018-08-02 | 1 | -52/+57 |
* | Properly set initial values for WebGL texture filters | Anthony Ramine | 2018-08-02 | 1 | -22/+20 |
* | Store a reference to the WebGLRenderingContext in WebGLObject | Anthony Ramine | 2018-07-24 | 1 | -41/+39 |
* | Implement EXT_texture_filter_anisotropic | Anthony Ramine | 2018-06-06 | 1 | -55/+66 |
* | Fix the error emitted for invalid targets in WebGLTexture::bind | Anthony Ramine | 2018-04-09 | 1 | -1/+1 |
* | Change debug assertions to specific ones | janczer | 2018-02-07 | 1 | -1/+1 |
* | Replace all uses of the `heapsize` crate with `malloc_size_of`. | Nicholas Nethercote | 2017-10-18 | 1 | -3/+3 |
* | Implement DOM to texture | Imanol Fernandez | 2017-10-16 | 1 | -0/+12 |
* | 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 | -3/+3 |
* | 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 |
* | Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox" | Anthony Ramine | 2017-08-16 | 1 | -16/+14 |
* | Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio" | Emilio Cobos Álvarez | 2017-08-16 | 1 | -14/+16 |
* | Improve WebGL architecture. | Imanol Fernandez | 2017-08-15 | 1 | -16/+14 |
* | Upgrade to the latest version of WebRender | Martin Robinson | 2017-07-13 | 1 | -3/+3 |
* | Implement WebGL extensions. | Imanol Fernandez | 2017-05-18 | 1 | -1/+21 |
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
* | Introduce jsmanaged_array | Anthony Ramine | 2016-12-06 | 1 | -1/+1 |
* | Mark JSTraceable and its method as unsafe | Anthony Ramine | 2016-12-06 | 1 | -1/+1 |
* | Expose WebGL-related interfaces only in Window | Anthony Ramine | 2016-11-30 | 1 | -5/+5 |
* | update deps | Gregory | 2016-11-22 | 1 | -2/+3 |
* | webgl: Validate that framebuffer attachment sizes match. | Eric Anholt | 2016-11-05 | 1 | -1/+1 |
* | 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 | -8/+16 |
* | webgl: Refactor texture validations to take advantage of rust type system | Emilio Cobos Álvarez | 2016-06-25 | 1 | -20/+34 |
* | Implement texSubImage2D API | Daosheng Mu | 2016-06-10 | 1 | -1/+10 |
* | Impl copyTexImage2D and copyTexSubImage2D | Daniel Robertson | 2016-05-23 | 1 | -2/+14 |
* | Implement IsShader fn and IsTexture fn for WebGLRenderingContext | Daniel | 2016-05-09 | 1 | -0/+8 |
* | webgl: texture: Make initialize only mark as initialized the current face | Emilio Cobos Álvarez | 2016-04-20 | 1 | -14/+29 |
* | webgl: Validate that the texture should be power of two if the level is | Emilio Cobos Álvarez | 2016-04-19 | 1 | -0/+4 |
* | webgl: finish, flush, detachShader, generateMipmap, Uniform1i | Connor Brewster | 2016-04-02 | 1 | -0/+206 |
* | #10211: Stop re-exporting webrender_traits WebGL types from canvas_traits | Jan-Fabian Humann | 2016-03-30 | 1 | -7/+8 |
* | webgl: Fix texturing | Emilio Cobos Álvarez | 2015-12-03 | 1 | -1/+1 |
* | merge from master | rohan.prinja | 2015-11-03 | 1 | -1/+7 |
|\ |
|
| * | webgl: Add destructors for texture, program, shader, buffer and framebuffer | Emilio Cobos Álvarez | 2015-11-01 | 1 | -1/+7 |
* | | more refactoring | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
|/ |
|
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -2/+1 |
* | Remove needless returns | Manish Goregaokar | 2015-09-04 | 1 | -7/+7 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -14/+5 |
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | webgl: Implement multiple calls and improve error detection | ecoal95 | 2015-08-25 | 1 | -3/+90 |
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -0/+2 |
* | script: Make most of 2D canvas and WebGL run over IPC. | Patrick Walton | 2015-07-25 | 1 | -6/+7 |