mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Since1e728c3e88, Whenever we allocate a composite pixmap, we perform an expensive CopyArea call from the parent pixmap. This leads to very bad performance when using a framebuffer driver without shadowfb. My guess is that this call ends up reading memory from the framebuffer memory directly, which is very slow. Fixes: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1814 Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Signed-off-by: stefan11111 <stefan11111@shitposting.expert> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2073> (cherry picked from commit7e6c55cc9f)