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 upResize of github.com before rendering completes causes scrambled text, graphics #11323
Labels
Comments
|
Without the -w I can't get it to happen, so yes probably webrender. |
|
I can confirm this issue. And I would like to look into this issue. |
|
Thanks @metajack , it is about texture cache.
|
|
Excellent sleuthing! |
bors-servo
added a commit
to servo/webrender
that referenced
this issue
May 24, 2016
Update texture size properly when grow texture This should fix servo/servo#11323
pcwalton
added a commit
to pcwalton/servo
that referenced
this issue
May 24, 2016
Picks up fixes for servo#11150, servo#11151, servo#11323, and servo#11327.
Merged
bors-servo
added a commit
that referenced
this issue
May 25, 2016
Update WebRender. Picks up fixes for #11150, #11151, #11323, and #11327. r? @mbrubeck <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11379) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
May 25, 2016
Update WebRender. Picks up fixes for #11150, #11151, #11323, and #11327. r? @mbrubeck <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11379) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using current master, built fresh today, on a gentoo linux x86_64 system, running this:
seems to work fine if it is not resized until after the first render completes.

But if you resize it (I resize from bottom right corner) before rendering completes, the text and some graphics get quite scrambled.

EDIT: It may not be related to "before rendering completes". It seems to be hit or miss. I cannot consistently reproduce it, but I can reproduce it about 1 out of every 6 tries or so.