backend-vnc: stop using pixman shadow buffer
Since neatvnc frame buffers are in system memory, using a shadow buffer just causes an unnecessary copy in the pixman renderer. Stop using the shadow buffer. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
parent
e5445d836b
commit
d18954ba10
|
@ -583,7 +583,6 @@ vnc_output_enable(struct weston_output *base)
|
|||
struct vnc_backend *backend;
|
||||
struct wl_event_loop *loop;
|
||||
const struct pixman_renderer_output_options options = {
|
||||
.use_shadow = true,
|
||||
.fb_size = {
|
||||
.width = output->base.width,
|
||||
.height = output->base.height,
|
||||
|
|
Loading…
Reference in New Issue