Opened 21 months ago
Closed 21 months ago
#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: |
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.