backend-rdp: don't use shadow buffer for the RDP backend
authorStefan Agner <stefan@agner.ch>
Sun, 16 Jun 2019 21:42:58 +0000 (23:42 +0200)
committerStefan Agner <stefan@agner.ch>
Wed, 9 Oct 2019 21:44:58 +0000 (21:44 +0000)
commit24756a8965436afab12b1baf066625512c730e0a
treede32449c60bca86acb19b286130f599b9e8aa7c8
parent7b679772e3e00a5afe145829b65a888ecb2e9ada
backend-rdp: don't use shadow buffer for the RDP backend

Since the RDP backend allocates regular memory already as hw buffer
anyway, a shadow buffer is not required. The read_pixels interface
anyway renders directly into the hardware buffer, hence this does
not make a performance difference in practise. It avoids allocating
an unnecessary buffer.

Signed-off-by: Stefan Agner <stefan@agner.ch>
libweston/backend-rdp/rdp.c