Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUnsatisfied build dependencies on Linux (Debian) #423
Closed
Comments
ILyoan
added a commit
to ILyoan/servo
that referenced
this issue
May 10, 2013
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
…details More explanation and step-by-step handholding for Python virtualenv and selenium setup
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
* Switch all filter effects to run through the single source blend shader, instead of composite shader. * Each render target uses a single alpha batcher now that the batching algorithm is reasonably efficient. * Change tile size to 256x256. This seems to be a better tradeoff for GPU vs CPU time on all sites I tried. * Switch blend targets to only allocate the used rect, rather than the entire tile size rect. Closes servo#423.
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Optimizations to filter effects, blend targets, and batching. * Switch all filter effects to run through the single source blend shader, instead of composite shader. * Each render target uses a single alpha batcher now that the batching algorithm is reasonably efficient. * Change tile size to 256x256. This seems to be a better tradeoff for GPU vs CPU time on all sites I tried. * Switch blend targets to only allocate the used rect, rather than the entire tile size rect. Closes servo#423. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/461) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running Linux Mint 16 (nadia) 64bit. I needed to apt-get the following dependencies to successfully compile:
sudo apt-get install libfreetype6-dev libfontconfig1-dev libglib2.0-devNot sure if I needed the -dev versions though.