RDP backend uses Pixman shadow buffer inconsistently
rdp_output_enable
unconditionally sets PIXMAN_RENDERER_OUTPUT_USE_SHADOW
, but rdp_output_switch_mode
does not. I guess switch_mode
should probably use a shadow buffer.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
rdp_output_enable
unconditionally sets PIXMAN_RENDERER_OUTPUT_USE_SHADOW
, but rdp_output_switch_mode
does not. I guess switch_mode
should probably use a shadow buffer.