A very incomplete proof of concept GPU renderer for Servo
After updating shaders in webrender, go to servo and:
- Copy the webrender/res directory to servo/resources/shaders
- Go to the servo directory and do ./mach update-cargo -p webrender
- Create a pull request to servo and update the shaders in the servo repository.
To use a custom webrender with servo, go to your servo build directory and:
- Edit servo/.cargo/config - Create this file if it doesn't exist already.
- Add 'paths = ["/Users/UserName/Path/To/webrender"]'
- Build as normal