aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas
Commit message (Expand)AuthorAgeFilesLines
* Update to gleam 0.5Anthony Ramine2018-05-052-216/+137
* Auto merge of #20631 - brainlessdeveloper:add-webgl-get-renderbuffer-paramete...bors-servo2018-04-251-0/+13
|\
| * Implement WebGL GetRenderbufferParameterFausto Núñez Alberro2018-04-241-0/+13
* | Moved Canvas rendering to a single thread.Brody-Eastwood2018-04-233-1090/+1235
|/
* Implement gl.getParameter(gl.ALIASED_LINE_WIDTH_RANGE)Matt McCoy2018-04-172-3/+5
* Properly clamp arguments to WebGLRenderingContext.depthRangeAnthony Ramine2018-04-051-2/+3
* Manually clamp the argument of WebGLRenderingContext.clearDepthAnthony Ramine2018-04-051-2/+3
* Cache BUFFER_USAGE value on the DOM sideAnthony Ramine2018-04-041-11/+0
* Add unique canvas IDs to all canvas operations.Brody Eastwood2018-04-021-13/+29
* Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-1/+1
* Use ByteBuf for the canvas messagesAnthony Ramine2018-03-264-13/+57
* Implement gl.getParameter(gl.ALIASED_POINT_SIZE_RANGE)Anthony Ramine2018-03-242-1/+4
* Update WR (accelerated webgl fix on mac, line decoration optimizations).Glenn Watson2018-03-232-0/+2
* Implement gl.getParameter(gl.VIEWPORT)Anthony Ramine2018-03-221-4/+7
* Auto merge of #20317 - gootorov:webgl-getFramebufferAttachmentParameter, r=jdmbors-servo2018-03-221-0/+14
|\
| * Implement WebGL getFramebufferAttachmentParameter APIIgor Gutorov2018-03-221-0/+14
* | Bump ipc-channel and bincodeBastien Orivel2018-03-211-1/+1
|/
* Simplify GetShaderPrecisionFormatIgor Gutorov2018-03-211-15/+2
* Simplify BufferParameterIgor Gutorov2018-03-201-7/+2
* Simplify VertexAttribOffsetIgor Gutorov2018-03-201-6/+2
* Simplify GetTexParameterIgor Gutorov2018-03-201-15/+2
* constellation: Make setting up the WebGL state fallible.Emilio Cobos Álvarez2018-03-091-0/+3
* Add WebGL function glGetTexParameterMartina Kollarova2018-03-061-0/+23
* Bump euclid to 0.17Bastien Orivel2018-02-281-2/+2
* Auto merge of #19868 - CYBAI:specific-assertion, r=emiliobors-servo2018-01-252-2/+2
|\
| * Use specific assertion for webgl threadCYBAI2018-01-251-1/+1
| * Use specific assertion for canvasCYBAI2018-01-251-1/+1
* | Update WR (new capture API, render target cache optimization)Glenn Watson2018-01-251-5/+9
|/
* Update WR (minimal use of new transaction API).Glenn Watson2018-01-191-2/+6
* Update WR (removal of RGB8, which isn't supported on some hardware).Glenn Watson2018-01-081-1/+1
* remove unsued IpcReceivertigercosmos2017-12-201-1/+1
* Revert "Send IPC receiver for canvas as part of CreateCanvasPaintThread message"Josh Matthews2017-12-181-3/+6
* remove unused `self` in canvas_paint_threadtigercosmos2017-12-171-1/+1
* Auto merge of #19547 - tigercosmos:b1, r=jdmbors-servo2017-12-161-6/+3
|\
| * Send IPC receiver for canvas as part of CreateCanvasPaintThread messagetigercosmos2017-12-161-6/+3
* | Update euclid, azure, skia, offscreen_gl_context, plane-split, webrenderSimon Sapin2017-12-081-2/+2
|/
* style: Update cssparser to 0.23.Emilio Cobos Álvarez2017-12-051-1/+1
* Bump image and offscreen_gl_contextAnthony Ramine2017-11-151-1/+1
* Set the correct Angle GLSL output when using WebGL 2Imanol Fernandez2017-11-131-4/+23
* Kick off WebGL 2.0 implementationImanol Fernandez2017-10-272-15/+29
* Update offscreen_gl_context to v0.12Imanol Fernandez2017-10-202-2/+7
* Auto merge of #18592 - MortimerGoro:dom_texture, r=jdmbors-servo2017-10-164-2/+118
|\
| * Implement DOM to textureImanol Fernandez2017-10-164-2/+118
* | Update WR (details below):Glenn Watson2017-10-161-1/+1
|/
* Update to cssparser 0.22 (source location in error types)Simon Sapin2017-10-101-1/+1
* Improve Webrender<->WebGL synchronizationImanol Fernandez2017-09-202-13/+26
* Preserve sourceURL comment on style sheetsTom Tromey2017-09-141-1/+1
* Remove get_location_with_offsetTom Tromey2017-09-121-1/+1
* Update rust-cssparser to 0.20.2.Boris Zbarsky2017-09-111-1/+1
* Auto merge of #18242 - joone:ellipse, r=jdmbors-servo2017-09-011-0/+14
|\