| Commit message (Expand) | Author | Age | Files | Lines |
* | artist: set memory region owners for buffers to the artist device | Mark Cave-Ayland | 2022-06-26 | 1 | -1/+1 |
* | artist: Fix X cursor position calculation in X11 | Helge Deller | 2022-05-16 | 1 | -16/+22 |
* | artist: Emulate screen blanking | Helge Deller | 2022-05-16 | 1 | -0/+30 |
* | artist: Allow to turn cursor on or off | Helge Deller | 2022-05-16 | 1 | -0/+14 |
* | artist: Fix vertical X11 cursor position in HP-UX | Helge Deller | 2022-05-16 | 1 | -5/+9 |
* | artist: Use human-readable variable names instead of reg_xxx | Helge Deller | 2022-05-16 | 1 | -23/+49 |
* | artist: Introduce constant for max cursor size | Helge Deller | 2022-05-16 | 1 | -4/+6 |
* | artist: only render dirty scanlines on the display surface | Mark Cave-Ayland | 2022-05-08 | 1 | -1/+3 |
* | artist: remove unused ROP8OFF() macro | Mark Cave-Ayland | 2022-05-08 | 1 | -6/+0 |
* | artist: checkpatch and newline style fixes | Mark Cave-Ayland | 2022-05-08 | 1 | -12/+11 |
* | Remove qemu-common.h include from most units | Marc-André Lureau | 2022-04-06 | 1 | -1/+0 |
* | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau | 2022-04-06 | 1 | -3/+3 |
* | hw/display/artist: Fix draw_line() artefacts | Sven Schnelle | 2022-02-02 | 1 | -2/+3 |
* | hw/display/artist: Mouse cursor fixes for HP-UX | Helge Deller | 2022-02-02 | 1 | -8/+34 |
* | hw/display/artist: rewrite vram access mode handling | Sven Schnelle | 2022-02-02 | 1 | -254/+162 |
* | hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and... | Helge Deller | 2021-08-31 | 1 | -4/+4 |
* | Clean up includes | Markus Armbruster | 2020-12-10 | 1 | -1/+0 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -3/+1 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -1/+2 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | hw/display/artist: Allow screen size up to 2048 lines | Helge Deller | 2020-09-03 | 1 | -1/+1 |
* | hw/display/artist: Refactor x/y coordination extraction | Helge Deller | 2020-09-03 | 1 | -14/+17 |
* | hw/display/artist: Verify artist screen resolution | Helge Deller | 2020-09-03 | 1 | -0/+12 |
* | hw/display/artist: Fix invalidation of lines near screen border | Sven Schnelle | 2020-08-26 | 1 | -1/+6 |
* | hw/display/artist: Fix invalidation of lines in artist_draw_line() | Sven Schnelle | 2020-08-26 | 1 | -1/+4 |
* | hw/display/artist: Unbreak size mismatch memory accesses | Helge Deller | 2020-08-26 | 1 | -8/+4 |
* | hw/display/artist: Prevent out of VRAM buffer accesses | Helge Deller | 2020-08-26 | 1 | -41/+69 |
* | Revert "hw/display/artist: Avoid drawing line when nothing to display" | Helge Deller | 2020-08-26 | 1 | -3/+0 |
* | hw/display/artist: Refactor artist_rop8() to avoid buffer over-run | Philippe Mathieu-Daudé | 2020-08-26 | 1 | -15/+25 |
* | hw/display/artist: Check offset in draw_line to avoid buffer over-run | Philippe Mathieu-Daudé | 2020-08-26 | 1 | -2/+7 |
* | hw/display/artist.c: fix out of bounds check | Sven Schnelle | 2020-08-04 | 1 | -13/+11 |
* | hw/display: Include local 'framebuffer.h' | Philippe Mathieu-Daudé | 2020-05-18 | 1 | -1/+1 |
* | hw: Remove unnecessary DEVICE() cast | Philippe Mathieu-Daudé | 2020-05-15 | 1 | -1/+1 |
* | hw/display/artist: Remove dead code (CID 1419388 & 1419389) | Philippe Mathieu-Daudé | 2020-02-18 | 1 | -9/+0 |
* | hw/display/artist: Avoid drawing line when nothing to display | Philippe Mathieu-Daudé | 2020-02-18 | 1 | -0/+3 |
* | hw/display/artist: Delay some variables initialization | Philippe Mathieu-Daudé | 2020-02-18 | 1 | -5/+5 |
* | hw/display/artist: Remove pointless initialization | Philippe Mathieu-Daudé | 2020-02-18 | 1 | -1/+0 |
* | hw/display/artist: Move trace event to draw_line() | Philippe Mathieu-Daudé | 2020-02-18 | 1 | -5/+1 |
* | hppa: Add emulation of Artist graphics | Sven Schnelle | 2020-01-27 | 1 | -0/+1454 |