aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/webgl_paint_task.rs
Commit message (Expand)AuthorAgeFilesLines
* task -> threadrohan.prinja2016-01-101-571/+0
* webgl: Create the paint task object in the threadEmilio Cobos Álvarez2016-01-081-6/+12
* Update offscreen_gl_contextEmilio Cobos Álvarez2015-12-221-5/+3
* Implement WebGL scissor methodDavid Zbarsky2015-12-151-0/+2
* Implement various WebGL functionsDavid Zbarsky2015-12-131-10/+179
* Fix warnings: use clone_from_slice instead of copy_memoryTetsuharu OHZEKI2015-12-111-2/+1
* Auto merge of #8788 - ecoal95:fix-webgl-texturing, r=jdmbors-servo2015-12-041-1/+4
|\
| * webgl: Ensure we don't generate gl errors in the paint taskEmilio Cobos Álvarez2015-12-041-0/+3
| * webgl: Fix texturingEmilio Cobos Álvarez2015-12-031-1/+1
* | Issue #8462: Add support for BufferSubData, CompressedTexImage2D andSimon Martin2015-12-011-0/+2
|/
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-4/+4
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-8/+8
* webgl: Add shader validation and translationecoal952015-08-301-17/+4
* webgl: Implement multiple calls and improve error detectionecoal952015-08-251-170/+68
* sort all usesJohann Tuffe2015-08-201-5/+5
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-251-24/+42
* canvas: Move to shared memory for images and canvas backing stores.Patrick Walton2015-07-241-3/+6
* webgl: Make bind* calls more spec-compliantecoal952015-07-061-4/+10
* webgl: Refactor implementation to move logic inside the DOM interfacesecoal952015-07-061-6/+22
* Use euclid from crates.ioecoal952015-06-191-1/+1
* webgl: Add multiple WebGL calls (activeTexture + blend*)ecoal952015-06-131-53/+150
* Implement new WebGL interfaces and methodsecoal952015-06-061-22/+133
* WebGLRenderingContext getters and `getParameter`ecoal952015-06-011-6/+21
* Add WebGLContextAttributes supportecoal952015-06-011-5/+9
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-6/+9
* Layerize canvasecoal952015-05-201-4/+16
* Move handling of CanvasWebGLMsgs into WebGLPaintTask::handle_webgl_message.Ms2ger2015-05-141-27/+29
* Remove Glutin dependency for WebGLecoal952015-05-071-39/+10
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-5/+4
* It implements enough WebGL spec to draw a triangleDiego Marcos2015-05-021-3/+122
* WebGL context hardware acceleration + error detectionecoal952015-04-271-42/+63
* Remove as_mut_slice() calls.Ms2ger2015-04-261-1/+1
* Kicks off a WebGL implementationDiego Marcos2015-04-201-0/+112