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

Remove '--quiet' option from git commands in /configure. #400

Merged
merged 1 commit into from Apr 29, 2013

Conversation

@tetsuharuohzeki
Copy link
Member

tetsuharuohzeki commented Apr 29, 2013

Should we display information about git submodule when configure ?

When I called configure after cloning servo repository, it resolved and initialized git sub modules. However, the first git submodule after clone the repository needs long times for initializing sub repository (e.g. skia, rust) and it doesn't display any progress about submodules. At this time, we cannot know that configure works correctly, or has some error if we uses --quiet option.

I think we shouldn't use --quiet option.

metajack added a commit that referenced this pull request Apr 29, 2013
Remove '--quiet' option from git commands in /configure.
@metajack metajack merged commit 6b4da73 into servo:master Apr 29, 2013
@tetsuharuohzeki
Copy link
Member Author

tetsuharuohzeki commented Apr 29, 2013

Thank you!

glennw pushed a commit to glennw/servo that referenced this pull request Jan 16, 2017
… r=glennw

Do not repeat textures in transformed image rects

The way that texture coordinates were calculated meant that textures
were repeated outside the bounds of transformed image primitives. Clamp
to local rect boundaries in order to simulate texture clamping here.
This is important for anti-aliased edges, which have subpixels
outside texture boundaries.

<!-- 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/400)
<!-- Reviewable:end -->
@jdm jdm mentioned this pull request Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.