aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_extensions
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix collapsible_if warnings (#31852)Oluwatobi Sofela2024-03-251-4/+4
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-2/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-012-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-1120-49/+71
* No tracing of nop traceable fields (#29926)Samson2023-08-041-1/+5
* webgl: Mark float/half-float textures as filterable in webgl2.Josh Matthews2020-05-131-1/+4
* Implement EXT_frag_depthAlexandrov Sergey2020-05-113-2/+76
* webgl: Fix tidyMátyás Mustoha2020-04-301-4/+6
* webgl: Fix support for float/half-float texture formats.Josh Matthews2020-04-305-40/+24
* Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-171-2/+20
* Fix misspelled "get_suported_extensions" functionDaniel Alley2020-04-061-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-2015-50/+6
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-152-2/+2
* webgl: Always convert float/half-float-based types to internal texture types.Josh Matthews2019-10-292-26/+18
* Replace use of gleam in webgl with sparkle.Josh Matthews2019-09-111-1/+1
* Make GL/GLES decisions based on the API in use.Josh Matthews2019-07-124-8/+14
* Add initial support for WebGL compressed texturesMátyás Mustoha2019-05-214-0/+188
* Rustfmt has changed its default style :/Simon Sapin2018-12-2813-13/+13
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-1918-18/+18
* `cargo fix --edition-idioms`Simon Sapin2018-11-082-3/+3
* Reorder importsPyfisch2018-11-0617-36/+44
* Format remaining filesPyfisch2018-11-063-11/+14
* `cargo fix --edition`Simon Sapin2018-11-0617-84/+84
* Implement WEBGL_color_buffer_float and EXT_color_buffer_half_float (fixes #22...Josh Matthews2018-11-056-9/+126
* Properly support gl_PointSize and gl_PointCoordAnthony Ramine2018-10-183-6/+6
* Format script componentchansuke2018-09-1915-151/+259
* Use WebGLResult for returns of instanced draw methodsAnthony Ramine2018-09-061-2/+8
* Auto merge of #21313 - jdm:glstuff, r=noxbors-servo2018-08-023-15/+6
|\
| * webgl: Emulate some renderbuffer formats in non-GLES.Josh Matthews2018-08-023-15/+6
* | Always use a WebGLVertexArrayObject to handle vertex attribsAnthony Ramine2018-08-023-151/+12
|/
* Store a reference to the WebGLRenderingContext in WebGLObjectAnthony Ramine2018-07-241-9/+1
* Implement instanced WebGL drawing calls (part of #20791)Anthony Ramine2018-07-083-1/+123
* Rename VertexAttribs::set_from to VertexAttribs::clone_fromAnthony Ramine2018-07-051-2/+2
* Introduce VertexAttribDataAnthony Ramine2018-07-051-4/+4
* Rename BoundAttribBuffers to VertexAttribs and make it store a sliceAnthony Ramine2018-07-051-6/+12
* Implement EXT_blend_minmaxAnthony Ramine2018-06-223-1/+66
* Properly enable EXT_shader_texture_lodAnthony Ramine2018-06-222-1/+6
* Implement checks for vertex attribs enabled as arrays without a bound bufferAnthony Ramine2018-06-201-12/+12
* Don't check for GL_OES_element_index_unit with desktop GL (fixes #20921)Anthony Ramine2018-06-121-1/+5
* Implement EXT_texture_filter_anisotropicAnthony Ramine2018-06-063-7/+91
* Implement EXT_shader_texture_lodAnthony Ramine2018-06-042-0/+49
* Move WebGLVertexArrayObjectOES to script::domAnthony Ramine2018-05-242-86/+0
* Add OESElementIndexUint to WebGLExtensions::register_all_extensionsAnthony Ramine2018-05-241-0/+1
* Implement OES_element_index_uint (fixes #20384)Anthony Ramine2018-03-233-4/+67
* Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>Simon Sapin2018-01-222-6/+8
* Add support for filtering WebGL extensions based on WebGL versionImanol Fernandez2017-10-3111-23/+85
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-182-14/+16
* Replace uses of libcore with libstd in components/scriptSimon Sapin2017-10-162-4/+3
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-162-8/+7