Summary: | x11-backend with pixman renderer does not repaint on Expose | ||
---|---|---|---|
Product: | Wayland | Reporter: | Pekka Paalanen <ppaalanen> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Pekka Paalanen
2013-12-05 13:07:11 UTC
commit a98c2e17fd35e70bf50cdfac5a884aa639b99a92 Author: Kristian Høgsberg <krh@bitplanet.net> Date: Thu Dec 5 12:30:37 2013 -0800 compositor-x11: Damage output when we receive expose events for the window The gl renderer typically repaints everything since we don't have EGL_buffer_age under X, but the pixman renderer carefully only repaints damaged regions. So to actually repaint anything with the pixman renderer, we need to damage the output. https://bugs.freedesktop.org/show_bug.cgi?id=72351 The fix works nicely, thanks! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.