aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglrenderingcontext.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Make handle_potential_webgl_error more ergonomicwilmoz2015-08-251-5/+8
* | Forbid multiline importswilmoz2015-08-251-5/+4
|/
* webgl: Implement multiple calls and improve error detectionecoal952015-08-251-14/+398
* sort all usesJohann Tuffe2015-08-201-4/+4
* Cleanup WebGLRenderingContext, Websocker, WorkerGlobalScopeManish Goregaokar2015-08-181-8/+6
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+2
* Auto merge of #6812 - ecoal95:webgl-fail, r=jdmbors-servo2015-07-291-9/+12
|\
| * webgl: Make context creation fallible. Fixes #6806ecoal952015-07-281-9/+12
* | Add spec linksBogdan Cuza2015-07-281-3/+3
|/
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-251-40/+78
* address review commentsecoal952015-07-061-16/+18
* webgl: implement getErrorecoal952015-07-061-3/+23
* webgl: Make bind* calls more spec-compliantecoal952015-07-061-10/+24
* webgl: Refactor implementation to move logic inside the DOM interfacesecoal952015-07-061-84/+85
* Stop using Vec::from_raw_buf.Ms2ger2015-06-261-8/+7
* Upgrade to SM 39Michael Wu2015-06-191-46/+48
* Use euclid from crates.ioecoal952015-06-191-1/+1
* Remove usage of String::from_str, deprecated in #6377Simon Sapin2015-06-151-2/+2
* webgl: Add multiple WebGL calls (activeTexture + blend*)ecoal952015-06-131-0/+31
* Implement new WebGL interfaces and methodsecoal952015-06-061-51/+148
* WebGLRenderingContext getters and `getParameter`ecoal952015-06-011-0/+33
* Add WebGLContextAttributes supportecoal952015-06-011-5/+31
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-7/+16