#693 closed defect (fixed)
scaling rendering is broken with opengl
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | blocker | Milestone: | 0.15 |
Component: | client | Version: | trunk |
Keywords: | Cc: |
Description
Not sure when this started, tested with vpx. (found thanks to #692)
The opengl window renders the update only on the top-left portion of the screen which corresponds to the downscaled dimensions.
The non-opengl rendering works fine.
Change History (3)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r7804: we must paint the screen using the unscaled dimensions!
comment:3 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/693
Note: See
TracTickets for help on using
tickets.
Good news: v0.14.x is not affected by this, but trunk r7803 is.
Bisecting by visual inspection (..) using a server running like this:
Hardcoding the scaling to ensure it is enabled, and disabling mmap which bypasses encodings.
So this was caused by #679.