| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to gleam 0.5 | Anthony Ramine | 2018-05-05 | 2 | -216/+137 |
* | Auto merge of #20631 - brainlessdeveloper:add-webgl-get-renderbuffer-paramete... | bors-servo | 2018-04-25 | 1 | -0/+13 |
|\ |
|
| * | Implement WebGL GetRenderbufferParameter | Fausto Núñez Alberro | 2018-04-24 | 1 | -0/+13 |
* | | Moved Canvas rendering to a single thread. | Brody-Eastwood | 2018-04-23 | 3 | -1090/+1235 |
|/ |
|
* | Implement gl.getParameter(gl.ALIASED_LINE_WIDTH_RANGE) | Matt McCoy | 2018-04-17 | 2 | -3/+5 |
* | Properly clamp arguments to WebGLRenderingContext.depthRange | Anthony Ramine | 2018-04-05 | 1 | -2/+3 |
* | Manually clamp the argument of WebGLRenderingContext.clearDepth | Anthony Ramine | 2018-04-05 | 1 | -2/+3 |
* | Cache BUFFER_USAGE value on the DOM side | Anthony Ramine | 2018-04-04 | 1 | -11/+0 |
* | Add unique canvas IDs to all canvas operations. | Brody Eastwood | 2018-04-02 | 1 | -13/+29 |
* | Bump env_logger to 0.5 and log to 0.4 in every servo crate | Bastien Orivel | 2018-03-28 | 1 | -1/+1 |
* | Use ByteBuf for the canvas messages | Anthony Ramine | 2018-03-26 | 4 | -13/+57 |
* | Implement gl.getParameter(gl.ALIASED_POINT_SIZE_RANGE) | Anthony Ramine | 2018-03-24 | 2 | -1/+4 |
* | Update WR (accelerated webgl fix on mac, line decoration optimizations). | Glenn Watson | 2018-03-23 | 2 | -0/+2 |
* | Implement gl.getParameter(gl.VIEWPORT) | Anthony Ramine | 2018-03-22 | 1 | -4/+7 |
* | Auto merge of #20317 - gootorov:webgl-getFramebufferAttachmentParameter, r=jdm | bors-servo | 2018-03-22 | 1 | -0/+14 |
|\ |
|
| * | Implement WebGL getFramebufferAttachmentParameter API | Igor Gutorov | 2018-03-22 | 1 | -0/+14 |
* | | Bump ipc-channel and bincode | Bastien Orivel | 2018-03-21 | 1 | -1/+1 |
|/ |
|
* | Simplify GetShaderPrecisionFormat | Igor Gutorov | 2018-03-21 | 1 | -15/+2 |
* | Simplify BufferParameter | Igor Gutorov | 2018-03-20 | 1 | -7/+2 |
* | Simplify VertexAttribOffset | Igor Gutorov | 2018-03-20 | 1 | -6/+2 |
* | Simplify GetTexParameter | Igor Gutorov | 2018-03-20 | 1 | -15/+2 |
* | constellation: Make setting up the WebGL state fallible. | Emilio Cobos Álvarez | 2018-03-09 | 1 | -0/+3 |
* | Add WebGL function glGetTexParameter | Martina Kollarova | 2018-03-06 | 1 | -0/+23 |
* | Bump euclid to 0.17 | Bastien Orivel | 2018-02-28 | 1 | -2/+2 |
* | Auto merge of #19868 - CYBAI:specific-assertion, r=emilio | bors-servo | 2018-01-25 | 2 | -2/+2 |
|\ |
|
| * | Use specific assertion for webgl thread | CYBAI | 2018-01-25 | 1 | -1/+1 |
| * | Use specific assertion for canvas | CYBAI | 2018-01-25 | 1 | -1/+1 |
* | | Update WR (new capture API, render target cache optimization) | Glenn Watson | 2018-01-25 | 1 | -5/+9 |
|/ |
|
* | Update WR (minimal use of new transaction API). | Glenn Watson | 2018-01-19 | 1 | -2/+6 |
* | Update WR (removal of RGB8, which isn't supported on some hardware). | Glenn Watson | 2018-01-08 | 1 | -1/+1 |
* | remove unsued IpcReceiver | tigercosmos | 2017-12-20 | 1 | -1/+1 |
* | Revert "Send IPC receiver for canvas as part of CreateCanvasPaintThread message" | Josh Matthews | 2017-12-18 | 1 | -3/+6 |
* | remove unused `self` in canvas_paint_thread | tigercosmos | 2017-12-17 | 1 | -1/+1 |
* | Auto merge of #19547 - tigercosmos:b1, r=jdm | bors-servo | 2017-12-16 | 1 | -6/+3 |
|\ |
|
| * | Send IPC receiver for canvas as part of CreateCanvasPaintThread message | tigercosmos | 2017-12-16 | 1 | -6/+3 |
* | | Update euclid, azure, skia, offscreen_gl_context, plane-split, webrender | Simon Sapin | 2017-12-08 | 1 | -2/+2 |
|/ |
|
* | style: Update cssparser to 0.23. | Emilio Cobos Álvarez | 2017-12-05 | 1 | -1/+1 |
* | Bump image and offscreen_gl_context | Anthony Ramine | 2017-11-15 | 1 | -1/+1 |
* | Set the correct Angle GLSL output when using WebGL 2 | Imanol Fernandez | 2017-11-13 | 1 | -4/+23 |
* | Kick off WebGL 2.0 implementation | Imanol Fernandez | 2017-10-27 | 2 | -15/+29 |
* | Update offscreen_gl_context to v0.12 | Imanol Fernandez | 2017-10-20 | 2 | -2/+7 |
* | Auto merge of #18592 - MortimerGoro:dom_texture, r=jdm | bors-servo | 2017-10-16 | 4 | -2/+118 |
|\ |
|
| * | Implement DOM to texture | Imanol Fernandez | 2017-10-16 | 4 | -2/+118 |
* | | Update WR (details below): | Glenn Watson | 2017-10-16 | 1 | -1/+1 |
|/ |
|
* | Update to cssparser 0.22 (source location in error types) | Simon Sapin | 2017-10-10 | 1 | -1/+1 |
* | Improve Webrender<->WebGL synchronization | Imanol Fernandez | 2017-09-20 | 2 | -13/+26 |
* | Preserve sourceURL comment on style sheets | Tom Tromey | 2017-09-14 | 1 | -1/+1 |
* | Remove get_location_with_offset | Tom Tromey | 2017-09-12 | 1 | -1/+1 |
* | Update rust-cssparser to 0.20.2. | Boris Zbarsky | 2017-09-11 | 1 | -1/+1 |
* | Auto merge of #18242 - joone:ellipse, r=jdm | bors-servo | 2017-09-01 | 1 | -0/+14 |
|\ |
|