aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas_traits
Commit message (Expand)AuthorAgeFilesLines
* servo: Update `ipc-channel` to pick up `bincode` support.Patrick Walton2015-08-081-2/+2
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-252-36/+73
* canvas: Move to shared memory for images and canvas backing stores.Patrick Walton2015-07-242-1/+6
* Auto merge of #6487 - pcwalton:background-tiling, r=glennwbors-servo2015-07-071-1/+2
|\
| * gfx: Use a pattern instead of tiling images manually.Patrick Walton2015-07-071-1/+2
* | address review commentsecoal952015-07-061-1/+0
* | webgl: implement getErrorecoal952015-07-061-1/+2
* | webgl: Make bind* calls more spec-compliantecoal952015-07-061-10/+15
* | webgl: Refactor implementation to move logic inside the DOM interfacesecoal952015-07-061-3/+21
|/
* Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.Ms2ger2015-06-251-0/+1
* Use euclid from crates.ioecoal952015-06-192-8/+6
* Auto merge of #6357 - ecoal95:more-webgl, r=pcwaltonbors-servo2015-06-131-0/+6
|\
| * webgl: Add multiple WebGL calls (activeTexture + blend*)ecoal952015-06-131-0/+6
* | rust-geom API changesCorey Farwell2015-06-131-4/+4
|/
* Implementation of pattern fill style for canvas.Hyowon Kim2015-06-131-0/+55
* Remove gfx_traits from the dependencies of [script].Mátyás Mustoha2015-06-121-1/+14
* Add attributes for canvas shadows.Hyowon Kim2015-06-121-1/+5
* Implement new WebGL interfaces and methodsecoal952015-06-061-7/+22
* WebGLRenderingContext getters and `getParameter`ecoal952015-06-011-0/+2
* Add WebGLContextAttributes supportecoal952015-06-012-0/+6
* Layerize canvasecoal952015-05-202-0/+456