aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglrenderingcontext.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Layerize canvasecoal952015-05-201-1/+1
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+0
* It implements enough WebGL spec to draw a triangleDiego Marcos2015-05-021-4/+213
* WebGL context hardware acceleration + error detectionecoal952015-04-271-9/+15
* Kicks off a WebGL implementationDiego Marcos2015-04-201-0/+75