summaryrefslogtreecommitdiff
path: root/sys/dev/rasops/rasops1.c
AgeCommit message (Collapse)Author
2006-08-03Since rasops is big-endian internally (because it's the logical choiceMiod Vallat
for frame buffer work), it is no surprise that the less-than-8-bpp code is completely wrong when run on a little endian machine, and only works by accident if character cells are 8-bit wide. Fix the BE<->LE conversions, so that now rasops1 works in all cases. rasops2 and rasops4 might still need some help, but I'm not in a hurry to meet a 4bpp big-endian frame buffer on a little-endian system...
2002-07-27Unstaticize functions, for my ddb sessions pleasure.Miod Vallat
Plus it makes hangman more difficult.
2002-05-28o spaces, tabs, spelling cleanup.Federico G. Schwindt
o remove unneeded headers. o makes this to compile if RASOPS_SMALL is defined. o makes rasops2 to compile.
2002-03-14First round of __P removal in sysTodd C. Miller
2001-03-18Import rasops from NetBSD. This gives improved performance for rasterNathan Binkert
operations.