Files
qemu/ui
Daniel P. Berrangé 63d3209092 ui/vnc: fix tight palette pixel encoding for 8/16-bpp formats
When sending a tight rectangle with the palette filter, if the client
format was 8/16bpp, the colours on big endian hosts are not set as
we're sending the wrong bytes. We must first cast the 32-bit colour
to a 16/8-bit value, and then send the result.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2025-05-21 19:36:15 +01:00
..
2024-12-20 17:44:56 +01:00
2025-04-25 17:00:41 +02:00
2024-09-10 13:22:47 +02:00
2024-12-20 17:44:56 +01:00
2024-12-20 17:44:56 +01:00
2024-09-10 13:22:47 +02:00
2024-09-13 20:12:16 +02:00