Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsatisfied build dependencies on Linux (Debian) #423

Closed
aklofas opened this issue May 9, 2013 · 0 comments
Closed

Unsatisfied build dependencies on Linux (Debian) #423

aklofas opened this issue May 9, 2013 · 0 comments

Comments

@aklofas
Copy link

@aklofas aklofas commented May 9, 2013

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-dev

Not sure if I needed the -dev versions though.

@metajack metajack closed this in 2bfa6dc May 9, 2013
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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.