aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglbuffer.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-2/+5
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-3/+7
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-15/+15
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+6
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Replaced failible boolean with an enumTobias Tschinkowitz2020-04-231-11/+10
* Auto merge of #25998 - jdm:vao-drop, r=noxbors-servo2020-03-271-2/+2
|\
| * webgl: Ignore webgl communication errors when dropping vertex array objects.Josh Matthews2020-03-191-2/+2
* | Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
|/
* Add initial support for WebGL2 uniform buffer functionsMátyás Mustoha2020-01-091-1/+7
* Implement the basic WebGL2 buffer data operationsMátyás Mustoha2019-11-051-9/+24
* Don't panic if WebGL thread can't be reached during finalization.Josh Matthews2019-07-291-8/+12
* 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
|\