aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/webgl_thread.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Improve debugging output for WebGL errors.Josh Matthews2018-05-291-103/+104
* Implement most of the unsupported parameters in gl.getParameter()Anthony Ramine2018-05-241-0/+20
* Update to gleam 0.5Anthony Ramine2018-05-051-214/+135
* Implement WebGL GetRenderbufferParameterFausto Núñez Alberro2018-04-241-0/+13
* Implement gl.getParameter(gl.ALIASED_LINE_WIDTH_RANGE)Matt McCoy2018-04-171-2/+4
* 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
* Use ByteBuf for the canvas messagesAnthony Ramine2018-03-261-3/+12
* Implement gl.getParameter(gl.ALIASED_POINT_SIZE_RANGE)Anthony Ramine2018-03-241-0/+3
* Update WR (accelerated webgl fix on mac, line decoration optimizations).Glenn Watson2018-03-231-0/+1
* Implement gl.getParameter(gl.VIEWPORT)Anthony Ramine2018-03-221-4/+7
* Implement WebGL getFramebufferAttachmentParameter APIIgor Gutorov2018-03-221-0/+14
* 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
* Add WebGL function glGetTexParameterMartina Kollarova2018-03-061-0/+23
* Auto merge of #19868 - CYBAI:specific-assertion, r=emiliobors-servo2018-01-251-1/+1
|\
| * Use specific assertion for webgl threadCYBAI2018-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
* Set the correct Angle GLSL output when using WebGL 2Imanol Fernandez2017-11-131-4/+23
* Kick off WebGL 2.0 implementationImanol Fernandez2017-10-271-4/+5
* Implement DOM to textureImanol Fernandez2017-10-161-0/+62
* Improve Webrender<->WebGL synchronizationImanol Fernandez2017-09-201-9/+10
* Reuse WebGL ImageKeys after a resize.Imanol Fernandez2017-08-311-37/+43
* Use FnvHashMap in WebGL implementation.Imanol Fernandez2017-08-241-7/+7
* Implement WebGL OES_standard_derivatives extension.Imanol Fernandez2017-08-221-1/+2
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-0/+1204
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-1204/+0
* Improve WebGL architecture.Imanol Fernandez2017-08-151-0/+1204