aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglrenderingcontext.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix #9508: Beautify our union enums constructorsAlexander Lopatin2016-02-071-4/+4
* adding image metadata notification capabilities to image cachejmr02016-01-291-1/+2
* Remove unused imports in scriptKishor Bhat2016-01-171-1/+0
* webgl: Check shader compilation status on use_program.Emilio Cobos Álvarez2016-01-131-2/+4
* webgl: Check for bound element array buffer on DrawElementsEmilio Cobos Álvarez2016-01-131-6/+1
* webgl: Check for pending current_program errorsEmilio Cobos Álvarez2016-01-131-4/+8
* webgl: Track uniformlocation's programEmilio Cobos Álvarez2016-01-131-8/+21
* webgl: Implement Uniform1f, Uniform1fv, and Uniform4fEmilio Cobos Álvarez2016-01-131-10/+41
* Add global default method for Reflectable traitChad Kimes2016-01-111-10/+10
* Remove global field from WebGLRenderingContextChad Kimes2016-01-101-11/+9
* task -> threadrohan.prinja2016-01-101-3/+3
* conversions: Make a `is_type_compatible` method for ArrayBufferViews.Emilio Cobos Álvarez2016-01-041-6/+6
* conversions: Add a checked version to array_buffer_view_dataEmilio Cobos Álvarez2016-01-041-8/+7
* conversion: Extrapolate array_buffer_view_dataEmilio Cobos Álvarez2016-01-041-24/+24
* webgl: Unify accessing ArrayBufferView objectsEmilio Cobos Álvarez2016-01-041-28/+13
* Issue #8738: bufferSubData and texImage2D argument sanity checks.Simon Martin2015-12-261-35/+58
* Implement WebGL scissor methodDavid Zbarsky2015-12-151-0/+7
* Implement various WebGL functionsDavid Zbarsky2015-12-131-70/+209
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-1/+1
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-1/+1
* webgl: Add correct error handling to BufferSubDataEmilio Cobos Álvarez2015-12-071-1/+1
* Issue #6791: Allow more array types in bufferData and bufferSubData.Simon Martin2015-12-061-7/+3
* Issue #8462: Add support for BufferSubData, CompressedTexImage2D andSimon Martin2015-12-011-2/+63
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-1/+1
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-3/+3
* Use the conversion traits from js.Ms2ger2015-11-121-10/+13
* webgl: Implement getSupportedExtensionsEmilio Cobos Álvarez2015-11-111-0/+5
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-3/+4
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-3/+3
* merge from masterrohan.prinja2015-11-031-4/+3
|\
| * Removed JS::root Fixes #8251nxnfufunezn2015-10-311-4/+3
* | more refactoringrohan.prinja2015-10-301-2/+2
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+2
|/
* remove get_rooted() and replace all references to it with references to get()rohan.prinja2015-10-291-2/+2
* Make unrooted_must_root a bit more aggressive.Eli Friedman2015-10-231-0/+1
* Clean up the cast callsAnthony Ramine2015-10-211-5/+2
* Introduce trait CastableAnthony Ramine2015-10-211-10/+6
* Make get() and set() on MutNullableHeap use the correct types.Eli Friedman2015-10-151-1/+1
* Don't return a JS<T> from bound_texture_for/Eli Friedman2015-10-151-2/+2
* Stop implementing Copy for JS<T>.Eli Friedman2015-10-151-5/+5
* Update script to work with lint changesManish Goregaokar2015-10-161-5/+3
* webgl: Implement WebGLContextEvent and use it on context creation errorEmilio Cobos Álvarez2015-10-081-1/+12
* webgl: texImage2D with a canvas argumentEmilio Cobos Álvarez2015-09-251-22/+30
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-8/+6
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+1
* Remove needless returnsManish Goregaokar2015-09-041-2/+2
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-65/+65
* Remove helper traitsAnthony Ramine2015-08-271-17/+11
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Auto merge of #7360 - wilmoz:ErgonomicSignature, r=Ms2gerbors-servo2015-08-261-5/+8
|\