summaryrefslogtreecommitdiffstats
path: root/hw/display/artist.c
Commit message (Expand)AuthorAgeFilesLines
* artist: set memory region owners for buffers to the artist deviceMark Cave-Ayland2022-06-261-1/+1
* artist: Fix X cursor position calculation in X11Helge Deller2022-05-161-16/+22
* artist: Emulate screen blankingHelge Deller2022-05-161-0/+30
* artist: Allow to turn cursor on or offHelge Deller2022-05-161-0/+14
* artist: Fix vertical X11 cursor position in HP-UXHelge Deller2022-05-161-5/+9
* artist: Use human-readable variable names instead of reg_xxxHelge Deller2022-05-161-23/+49
* artist: Introduce constant for max cursor sizeHelge Deller2022-05-161-4/+6
* artist: only render dirty scanlines on the display surfaceMark Cave-Ayland2022-05-081-1/+3
* artist: remove unused ROP8OFF() macroMark Cave-Ayland2022-05-081-6/+0Star
* artist: checkpatch and newline style fixesMark Cave-Ayland2022-05-081-12/+11Star
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-3/+3
* hw/display/artist: Fix draw_line() artefactsSven Schnelle2022-02-021-2/+3
* hw/display/artist: Mouse cursor fixes for HP-UXHelge Deller2022-02-021-8/+34
* hw/display/artist: rewrite vram access mode handlingSven Schnelle2022-02-021-254/+162Star
* hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and...Helge Deller2021-08-311-4/+4
* Clean up includesMarkus Armbruster2020-12-101-1/+0Star
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/display/artist: Allow screen size up to 2048 linesHelge Deller2020-09-031-1/+1
* hw/display/artist: Refactor x/y coordination extractionHelge Deller2020-09-031-14/+17
* hw/display/artist: Verify artist screen resolutionHelge Deller2020-09-031-0/+12
* hw/display/artist: Fix invalidation of lines near screen borderSven Schnelle2020-08-261-1/+6
* hw/display/artist: Fix invalidation of lines in artist_draw_line()Sven Schnelle2020-08-261-1/+4
* hw/display/artist: Unbreak size mismatch memory accessesHelge Deller2020-08-261-8/+4Star
* hw/display/artist: Prevent out of VRAM buffer accessesHelge Deller2020-08-261-41/+69
* Revert "hw/display/artist: Avoid drawing line when nothing to display"Helge Deller2020-08-261-3/+0Star
* hw/display/artist: Refactor artist_rop8() to avoid buffer over-runPhilippe Mathieu-Daudé2020-08-261-15/+25
* hw/display/artist: Check offset in draw_line to avoid buffer over-runPhilippe Mathieu-Daudé2020-08-261-2/+7
* hw/display/artist.c: fix out of bounds checkSven Schnelle2020-08-041-13/+11Star
* hw/display: Include local 'framebuffer.h'Philippe Mathieu-Daudé2020-05-181-1/+1
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* hw/display/artist: Remove dead code (CID 1419388 & 1419389)Philippe Mathieu-Daudé2020-02-181-9/+0Star
* hw/display/artist: Avoid drawing line when nothing to displayPhilippe Mathieu-Daudé2020-02-181-0/+3
* hw/display/artist: Delay some variables initializationPhilippe Mathieu-Daudé2020-02-181-5/+5
* hw/display/artist: Remove pointless initializationPhilippe Mathieu-Daudé2020-02-181-1/+0Star
* hw/display/artist: Move trace event to draw_line()Philippe Mathieu-Daudé2020-02-181-5/+1Star
* hppa: Add emulation of Artist graphicsSven Schnelle2020-01-271-0/+1454