servo / webrender

A GPU-based renderer for the web
https://doc.servo.org/webrender/
Mozilla Public License 2.0
3.1k stars 276 forks source link

[Feature] Enable Angle on Linux Platform #4852

Closed EliasTheGrandMasterOfMistakes closed 3 months ago

EliasTheGrandMasterOfMistakes commented 3 months ago

Is possible to enable angle on linux in the same of windows for platforms with vulkan drivers and OpenGLES up to 3.1? Angle can be really good to render using Vulkan on platforms that not had opengl native support.

mrobinson commented 3 months ago

This repository tracks the downstream port of WebRender that is mainly used in Servo. Large design changes and feature development are done in the Gecko project. I recommend looking there for new features, though I'm not sure how intrusive this change would be.