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 upWebRender forgets about the contents of blob images without updating the dirty rect #2771
Comments
|
Note: this is causing https://bugzilla.mozilla.org/show_bug.cgi?id=1463792 |
bors-servo
added a commit
that referenced
this issue
May 24, 2018
Discard the dirty rect of evicted texture cache entries Fixes #2771 Includes the raw test by @jrmuizel <!-- 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/2774) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
STR:
In the rendering request for 3. the dirty rect is that of the update, but WebRender has forgotten about the rest of the content of the blob image.
There's a raw test that shows off this behaviour here: jrmuizel@c85dab4