index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
/
artist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-31
hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and...
Helge Deller
1
-4
/
+4
2020-12-10
Clean up includes
Markus Armbruster
1
-1
/
+0
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-1
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-09-03
hw/display/artist: Allow screen size up to 2048 lines
Helge Deller
1
-1
/
+1
2020-09-03
hw/display/artist: Refactor x/y coordination extraction
Helge Deller
1
-14
/
+17
2020-09-03
hw/display/artist: Verify artist screen resolution
Helge Deller
1
-0
/
+12
2020-08-26
hw/display/artist: Fix invalidation of lines near screen border
Sven Schnelle
1
-1
/
+6
2020-08-26
hw/display/artist: Fix invalidation of lines in artist_draw_line()
Sven Schnelle
1
-1
/
+4
2020-08-26
hw/display/artist: Unbreak size mismatch memory accesses
Helge Deller
1
-8
/
+4
2020-08-26
hw/display/artist: Prevent out of VRAM buffer accesses
Helge Deller
1
-41
/
+69
2020-08-26
Revert "hw/display/artist: Avoid drawing line when nothing to display"
Helge Deller
1
-3
/
+0
2020-08-26
hw/display/artist: Refactor artist_rop8() to avoid buffer over-run
Philippe Mathieu-Daudé
1
-15
/
+25
2020-08-26
hw/display/artist: Check offset in draw_line to avoid buffer over-run
Philippe Mathieu-Daudé
1
-2
/
+7
2020-08-04
hw/display/artist.c: fix out of bounds check
Sven Schnelle
1
-13
/
+11
2020-05-18
hw/display: Include local 'framebuffer.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-15
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-18
hw/display/artist: Remove dead code (CID 1419388 & 1419389)
Philippe Mathieu-Daudé
1
-9
/
+0
2020-02-18
hw/display/artist: Avoid drawing line when nothing to display
Philippe Mathieu-Daudé
1
-0
/
+3
2020-02-18
hw/display/artist: Delay some variables initialization
Philippe Mathieu-Daudé
1
-5
/
+5
2020-02-18
hw/display/artist: Remove pointless initialization
Philippe Mathieu-Daudé
1
-1
/
+0
2020-02-18
hw/display/artist: Move trace event to draw_line()
Philippe Mathieu-Daudé
1
-5
/
+1
2020-01-27
hppa: Add emulation of Artist graphics
Sven Schnelle
1
-0
/
+1454