#2773 closed enhancement (fixed)
pixel format conversion can restride
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.1 |
Component: | encodings | Version: | 3.0.x |
Keywords: | Cc: |
Description
See r26433.
When using an xterm
with --pixel-depth=30
and a client with a 24 bit display (that's over 99% of them), we convert r210
to BGRA
and only restride afterwards.
So we end up copying huge amounts of data, only to discard it on the next step.
Change History (2)
comment:1 Changed 10 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2773
Note: See
TracTickets for help on using
tickets.
Done in r26891.