aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglrenderingcontext.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-15/+15
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-7/+7
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Reuse WebGL ImageKeys after a resize.Imanol Fernandez2017-08-311-4/+0
* Use FnvHashMap in WebGL implementation.Imanol Fernandez2017-08-241-5/+5
* Implement WebGL OES_standard_derivatives extension.Imanol Fernandez2017-08-221-3/+8
* Fix bound textures and framebuffers when a WebGL Canvas is resizedImanol Fernandez2017-08-171-0/+16
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-270/+178
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-178/+270
* Improve WebGL architecture.Imanol Fernandez2017-08-151-270/+178
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-1/+1
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-3/+3
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-16/+16
* Untry scriptSimon Sapin2017-06-181-21/+21
* Update WR (CPU text optimizations, image format renames).Glenn Watson2017-06-161-2/+2
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* Count number of braces on a line in .Alan Jeffrey2017-06-071-0/+4
* Add pref to force WebGL context creation failureBenjamin Dahse2017-06-061-0/+5
* Auto merge of #16913 - jdm:canvas2d, r=jdmbors-servo2017-05-191-2/+2
|\
| * Use the origin of the actual image response when determining if a canvas is o...SendilKumar N2017-05-191-2/+2
* | Implement WebGL extensions.Imanol Fernandez2017-05-181-16/+319
|/
* Fix WebGL premultiplied alpha. Fix texImage2D calls with RGB images.Imanol Fernandez2017-04-281-28/+83
* Fix highp precision in shaders & Implement WebGL::GetShaderPrecisionFormatImanol Fernandez2017-04-211-0/+22
* Fix indentation errors in servo rust code that tidy now finds.coalman2017-04-181-2/+2
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Replace uses of spidermonkey-specific JS_GetArrayBufferViewType with ArrayBuf...Sam Liu2017-02-201-4/+4
* Make typed_array_or_sequence_to_vec support typed arrays.Josh Matthews2017-02-101-21/+31
* Use TypedArrayderor18691072017-02-101-38/+36
* webgl: Fix handling of UNPACK_ALIGNMENT.Eric Anholt2017-01-281-22/+57
* webgl: Add support for premultiplying alpha.Eric Anholt2017-01-281-9/+76
* webgl: Convert non-raw TexImage sources to the requested format.Eric Anholt2017-01-281-4/+67
* webgl: Implement FLIP_Y_AXIS unpacking flag for TexImage, TexSubImage.Eric Anholt2017-01-281-4/+36
* Add a check to BlendFunc for invalid constantioctaptceb2017-01-111-0/+33
* webgl: Add missing overload of bufferData().Eric Anholt2017-01-041-0/+32
* webgl: Allow enable/disable of STENCIL_TESTEric Anholt2017-01-041-1/+1
* webgl: Validate enums for blendEquation.Eric Anholt2016-12-311-0/+8
* Remove and allow some dead code.Ms2ger2016-12-221-35/+0
* Remove HeapGCValueAnthony Ramine2016-12-121-15/+15
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Auto merge of #14075 - MortimerGoro:webgl-resize, r=MortimerGorobors-servo2016-12-011-0/+24
|\
| * Implement WebGLContext resize, r=emilioImanol Fernandez2016-12-011-0/+24
* | Expose WebGL-related interfaces only in WindowAnthony Ramine2016-11-301-13/+14
|/
* update depsGregory2016-11-221-9/+10
* script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-75/+67
* webgl: Fix out-of-bounds readpixels handling.Eric Anholt2016-11-051-6/+105
* webgl: Throw an error on readPixels(width < 0 || height < 0)Eric Anholt2016-11-051-0/+4
* webgl: Update FBO status when textures or RBs are reallocated.Eric Anholt2016-11-051-2/+11
* webgl: Detach RBs and textures from the bound FBO on deletion.Eric Anholt2016-10-251-0/+26
* webgl: Add support for FBO attachments.Eric Anholt2016-10-251-0/+26