diff options
| author | BALATON Zoltan <balaton@eik.bme.hu> | 2023-11-01 21:45:39 +0100 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-11-06 15:58:45 +0400 |
| commit | 08730ee0cc01c3fceb907a93436d15170a7556c4 (patch) | |
| tree | 9baf59893ba37f20e543d7d00abad70b5c910122 /hw/display/ati_int.h | |
| parent | bf9ac62a92ac087e44958ec18f795edfd2bf020a (diff) | |
| download | focaccia-qemu-08730ee0cc01c3fceb907a93436d15170a7556c4.tar.gz focaccia-qemu-08730ee0cc01c3fceb907a93436d15170a7556c4.zip | |
ati-vga: Implement fallback for pixman routines
Pixman routines can fail if no implementation is available and it will become optional soon so add fallbacks when pixman does not work. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Acked-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-ID: <ed0fba3f74e48143f02228b83bf8796ca49f3e7d.1698871239.git.balaton@eik.bme.hu>
Diffstat (limited to 'hw/display/ati_int.h')
| -rw-r--r-- | hw/display/ati_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/ati_int.h b/hw/display/ati_int.h index 8abb873f01..f5a47b82b0 100644 --- a/hw/display/ati_int.h +++ b/hw/display/ati_int.h @@ -90,6 +90,7 @@ struct ATIVGAState { char *model; uint16_t dev_id; uint8_t mode; + uint8_t use_pixman; bool cursor_guest_mode; uint16_t cursor_size; uint32_t cursor_offset; |