summaryrefslogtreecommitdiff
path: root/hw/display/artist.c
AgeCommit message (Expand)Author
2021-08-31hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and...Helge Deller
2020-12-10Clean up includesMarkus Armbruster
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-03hw/display/artist: Allow screen size up to 2048 linesHelge Deller
2020-09-03hw/display/artist: Refactor x/y coordination extractionHelge Deller
2020-09-03hw/display/artist: Verify artist screen resolutionHelge Deller
2020-08-26hw/display/artist: Fix invalidation of lines near screen borderSven Schnelle
2020-08-26hw/display/artist: Fix invalidation of lines in artist_draw_line()Sven Schnelle
2020-08-26hw/display/artist: Unbreak size mismatch memory accessesHelge Deller
2020-08-26hw/display/artist: Prevent out of VRAM buffer accessesHelge Deller
2020-08-26Revert "hw/display/artist: Avoid drawing line when nothing to display"Helge Deller
2020-08-26hw/display/artist: Refactor artist_rop8() to avoid buffer over-runPhilippe Mathieu-Daudé
2020-08-26hw/display/artist: Check offset in draw_line to avoid buffer over-runPhilippe Mathieu-Daudé
2020-08-04hw/display/artist.c: fix out of bounds checkSven Schnelle
2020-05-18hw/display: Include local 'framebuffer.h'Philippe Mathieu-Daudé
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé
2020-02-18hw/display/artist: Remove dead code (CID 1419388 & 1419389)Philippe Mathieu-Daudé
2020-02-18hw/display/artist: Avoid drawing line when nothing to displayPhilippe Mathieu-Daudé
2020-02-18hw/display/artist: Delay some variables initializationPhilippe Mathieu-Daudé
2020-02-18hw/display/artist: Remove pointless initializationPhilippe Mathieu-Daudé
2020-02-18hw/display/artist: Move trace event to draw_line()Philippe Mathieu-Daudé
2020-01-27hppa: Add emulation of Artist graphicsSven Schnelle