Skip to content
  • Vlad Zahorodnii's avatar
    [scene] Discard pixmaps on buffer size change · 617650d4
    Vlad Zahorodnii authored and Vlad Zahorodnii's avatar Vlad Zahorodnii committed
    The surface size is a logical size, which renders it unsuitable for
    deciding whether the window pixmap needs to be discarded.
    
    We need to discard window pixmaps when the buffer size changes. That
    has a drawback though, discarding textures is kind of an overkill with
    linux-dmabuf. However, fixing that would involve changes in kwayland
    server that are far from being trivial.
    
    BUG: 422459
    617650d4