| Bug ID | 109235 |
|---|---|
| Summary | Using named pixmap of window right after resizing results in garbage content |
| Product | Mesa |
| Version | unspecified |
| Hardware | x86-64 (AMD64) |
| OS | Linux (All) |
| Status | NEW |
| Severity | normal |
| Priority | medium |
| Component | Drivers/Gallium/radeonsi |
| Assignee | dri-devel@lists.freedesktop.org |
| Reporter | yshuiv7@gmail.com |
| QA Contact | dri-devel@lists.freedesktop.org |
compton is a glx based compositor, when a window is resized, compton release the previously bound pixmap, and create a new named pixmap and bind that to a texture, and then render the screen with that. With the amdgpu/radeonsi driver, that sometimes result in garbage content. You can find more details, screenshot, and recordings here [1] [1]: https://github.com/yshui/compton/issues/85