aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglbuffer.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-2/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-7/+7
* Remove assertion in Drop for WebGLBufferAnthony Ramine2018-10-161-1/+0
* Format script componentchansuke2018-09-191-5/+17
* Use a bytes channel in BufferDataAnthony Ramine2018-09-071-2/+5
* Simplify WebGLBuffer::buffer_dataAnthony Ramine2018-09-071-11/+2
* Fix Drop assertion for WebGLBufferAnthony Ramine2018-08-291-1/+2
* Always use a WebGLVertexArrayObject to handle vertex attribsAnthony Ramine2018-08-021-66/+45
* Store a reference to the WebGLRenderingContext in WebGLObjectAnthony Ramine2018-07-241-30/+28
* Issue #20556: Implement proper checks in WebGLRenderingContext's bindBuffer().Simon Martin2018-05-101-0/+7
* Cache BUFFER_USAGE value on the DOM sideAnthony Ramine2018-04-041-0/+8
* Improve WebGLBuffer::buffer_dataAnthony Ramine2018-04-041-6/+14
* Use ByteBuf for the canvas messagesAnthony Ramine2018-03-261-1/+5
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-16/+13
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-13/+16
* Improve WebGL architecture.Imanol Fernandez2017-08-151-16/+13
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-3/+3
* Implement WebGL extensions.Imanol Fernandez2017-05-181-1/+38
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Expose WebGL-related interfaces only in WindowAnthony Ramine2016-11-301-5/+5
* update depsGregory2016-11-221-2/+3
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+3
* Use wrappers for GL IDsAnthony Ramine2016-06-281-8/+15
* Implement IsBuffer, IsFramebuffer and IsRenderbuffer for WebGLRenderingContextDaniel2016-05-291-0/+8
* #10211: Stop re-exporting webrender_traits WebGL types from canvas_traitsJan-Fabian Humann2016-03-301-5/+6
* Issue #8738: bufferSubData and texImage2D argument sanity checks.Simon Martin2015-12-261-0/+20
* merge from masterrohan.prinja2015-11-031-1/+7
|\
| * webgl: Add destructors for texture, program, shader, buffer and framebufferEmilio Cobos Álvarez2015-11-011-1/+7
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Remove helper traitsAnthony Ramine2015-08-271-9/+4
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* webgl: Implement multiple calls and improve error detectionecoal952015-08-251-3/+16
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+2
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-251-6/+7
* address review commentsecoal952015-07-061-2/+3
* webgl: Make bind* calls more spec-compliantecoal952015-07-061-4/+4
* webgl: Refactor implementation to move logic inside the DOM interfacesecoal952015-07-061-6/+34
* Upgrade to SM 39Michael Wu2015-06-191-5/+5
* Fix WebGL objects inheritanceecoal952015-05-041-3/+4
* It implements enough WebGL spec to draw a triangleDiego Marcos2015-05-021-0/+38