aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglrenderbuffer.rs
Commit message (Expand)AuthorAgeFilesLines
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+8
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Replaced failible boolean with an enumTobias Tschinkowitz2020-04-231-7/+6
* Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-171-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Add support for some more WebGL2 renderbuffer functionsMátyás Mustoha2020-03-131-7/+33
* Allow more WebGL2 FBO attachment formatsMátyás Mustoha2020-03-031-0/+25
* Add support for WebGL2 framebuffer attachmentsMátyás Mustoha2020-02-211-6/+12
* Add initial support for WebGL2 read framebufferMátyás Mustoha2020-02-141-10/+14
* Use surfman for managing GL surfacesPatrick Walton2019-11-011-1/+1
* webgl: Update framebuffer completion status when attached renderbuffer/textur...Josh Matthews2019-09-231-1/+16
* Don't panic if WebGL thread can't be reached during finalization.Josh Matthews2019-07-291-5/+9
* Make GL/GLES decisions based on the API in use.Josh Matthews2019-07-121-4/+12
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-3/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+4
* Format remaining filesPyfisch2018-11-061-7/+17
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10
* Implement WEBGL_color_buffer_float and EXT_color_buffer_half_float (fixes #22...Josh Matthews2018-11-051-6/+19
* Properly support gl_PointSize and gl_PointCoordAnthony Ramine2018-10-181-2/+2
* Implement Drop for WebGLRenderbufferAnthony Ramine2018-10-161-0/+6
* webgl: Use standard texture format for WebGL-specific DEPTH_STENCIL format.Josh Matthews2018-09-211-3/+3
* Format script componentchansuke2018-09-191-9/+9
* webgl: Mark framebuffers as uninitialized when their attached renderbuffer's ...Josh Matthews2018-09-141-0/+1
* webgl: Remove knowledge of attached framebuffers from renderbuffers and textu...Josh Matthews2018-09-101-34/+4
* webgl: Ensure that renderbuffers have been bound before attaching to a frameb...Josh Matthews2018-09-101-1/+5
* webgl: Ensure that depth and stencil attachments are rebound after messing wi...Josh Matthews2018-09-101-1/+43
* webgl: Move framebuffer initialization logic to WebGL thread.Josh Matthews2018-09-101-0/+10
* webgl: Emulate some renderbuffer formats in non-GLES.Josh Matthews2018-08-021-7/+26
* Store a reference to the WebGLRenderingContext in WebGLObjectAnthony Ramine2018-07-241-29/+30
* Properly implement the checks for gl.renderbufferStorage (fixes #20563)Anthony Ramine2018-07-091-2/+0
* Properly check the right internal formats in gl.renderbufferStorageAnthony Ramine2018-04-061-4/+7
* 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 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-14/+10
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-10/+14
* Improve WebGL architecture.Imanol Fernandez2017-08-151-14/+10
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-3/+3
* 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
* webgl: Add an interface for getting the size of renderbuffers.Eric Anholt2016-11-051-0/+8
* webgl: Add support for renderbufferStorage().Eric Anholt2016-10-251-1/+28
* 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/+11