summaryrefslogtreecommitdiffstats
path: root/hw/display/artist.c
Commit message (Expand)AuthorAgeFilesLines
* 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