#2295 closed enhancement (fixed)
scroll paint without opengl
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 3.0 |
Component: | client | Version: | 2.5.x |
Keywords: | Cc: |
Change History (2)
comment:1 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2295
Note: See
TracTickets for help on using
tickets.
Done in r22700.
I can no longer reproduce the visual corruption with the cairo backend, and the pixmap backend has been re-implemented by copying the whole pixmap buffer to a new backing before applying the copying, which seems to have fixed it.
It is a little bit expensive to do all this copying, but most modern computers should have enough memory bandwidth for that.