aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/webgl_paint_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-379/+0
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-0/+379
* Improve WebGL architecture.Imanol Fernandez2017-08-151-379/+0
* Update WR.Glenn Watson2017-08-091-12/+20
* Don't delete webrender image keys immediately.Alan Jeffrey2017-07-171-15/+55
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-14/+14
* UntrySimon Sapin2017-06-181-4/+4
* Update WR (CPU text optimizations, image format renames).Glenn Watson2017-06-161-1/+1
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1
* Clear webrender image id when resizing a canvas.Alan Jeffrey2017-06-131-1/+5
* Update WR (various optimizations, gradient improvements).Glenn Watson2017-04-031-19/+33
* Update WR (opaque rect optimization, stacking context culling).Glenn Watson2017-03-271-1/+2
* Update WR (gl/es runtime table, scroll roots).Glenn Watson2017-03-231-12/+29
* Update WR (image tiling, inset box shadow fixes, new key api).Glenn Watson2017-02-271-1/+2
* Update WR (radial gradients, subpixel positioning, tiling changes).Glenn Watson2017-02-011-3/+7
* WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-0/+13
* Update WR (typed units, glyph cache, various features).Glenn Watson2016-12-151-2/+4
* Removed util.Alan Jeffrey2016-12-141-4/+4
* Implement WebGLContext resize, r=emilioImanol Fernandez2016-12-011-2/+2
* canvas: Cleanup CanvasData and layout and script messages.Emilio Cobos Álvarez2016-11-071-6/+14
* Remove old rendering backend.Glenn Watson2016-10-181-40/+31
* Add OSMesa headless mode, run WPT against Webrender, update tests.Glenn Watson2016-09-281-8/+79
* canvas: Deallocate WebRender images on canvasEmilio Cobos Álvarez2016-07-101-0/+8
* Auto merge of #11744 - emilio:wr-default, r=glennwbors-servo2016-07-101-22/+52
|\
| * webgl: Unlock WebRender by default by adding a readback based fallback to Web...Emilio Cobos Álvarez2016-06-151-22/+52
* | Move util::vec::byte_swap to canvas_traitsAnthony Ramine2016-07-041-2/+2
|/
* Update documentation for {CanvasPaintThread, WebGLPaintThread}::new().Ms2ger2016-05-191-2/+2
* webgl: Make the api return the context limits and use them for validationsEmilio Cobos Álvarez2016-04-031-13/+16
* Auto merge of #10291 - jfhumann:10211, r=emiliobors-servo2016-04-011-2/+2
|\
| * #10211: Stop re-exporting webrender_traits WebGL types from canvas_traitsJan-Fabian Humann2016-03-301-2/+2
* | Update webrender to masterEmilio Cobos Álvarez2016-03-311-1/+1
|/
* Simplify channel usage in canvas paint threads.Ms2ger2016-03-291-8/+4
* Change old references of ecoal95Emilio Cobos Álvarez2016-03-231-1/+1
* canvas: Remove all the canvas layerization infrastructureEmilio Cobos Álvarez2016-03-231-16/+2
* Stop returning in-process senders from {CanvasPaintThread, WebGLPaintThread}:...Ms2ger2016-03-211-3/+3
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+1
* Add WebRender integration to Servo.Glenn Watson2016-02-181-481/+84
* This updates gleam to a version that relies on OpenGL 3.3 (which is needed fo...Glenn Watson2016-02-011-8/+8
* Remove remaining unused importsMatthew Kuo2016-01-171-1/+0
* webgl: Improve debuggingEmilio Cobos Álvarez2016-01-131-2/+6
* webgl: Implement Uniform1f, Uniform1fv, and Uniform4fEmilio Cobos Álvarez2016-01-131-2/+4
* modified to use `map` instead of `match`.Josh Leverette2016-01-111-9/+5
* Refactor WebGLPaintTask to prevent creating extra IPC channels #9228Josh Leverette2016-01-101-3/+9
* task -> threadrohan.prinja2016-01-101-0/+571