NetBSD/sys/arch/hppa
macallan 5a795c59e3 For some reason the drawing engine occasionally scribbles past the right
boundary when filling rectangles, especially annoying when we draw whitespaces
As a workaround we draw all rectangles less than 50 pixels wide by drawing
a 50 pixel rectangle into off-screen memory to the right of the visible fb and
then copy the portion we want. Keeps track of the colour and size of the
off-screen rectangle so we can avoid redrawing it whenever possible.
2024-03-28 12:50:31 +00:00
..
compile
conf add gftfb 2024-03-14 13:18:35 +00:00
dev For some reason the drawing engine occasionally scribbles past the right 2024-03-28 12:50:31 +00:00
gsc Remove unnecessary include of <sys/malloc.h>. 2022-09-29 06:39:58 +00:00
hppa Move the at-shutdown call to resettodr() from cpu_reboot() to kern_reboot(). 2024-03-05 14:15:28 +00:00
include add missing bus_space_*_stream() methods instead of quietly aliasing them 2024-01-28 09:03:22 +00:00
spmath remove duplicate "(unsigned *) &atmp" argument passed to dbl_to_sgl_fcnvfxt(). 2023-09-03 21:43:48 +00:00
stand remove extra stat (Jan-Benedict Glaw) 2024-03-20 00:34:32 +00:00
Makefile