Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-03 | Since rasops is big-endian internally (because it's the logical choice | Miod 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-27 | Unstaticize functions, for my ddb sessions pleasure. | Miod Vallat | |
Plus it makes hangman more difficult. | |||
2002-05-28 | o 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-14 | First round of __P removal in sys | Todd C. Miller | |
2001-03-18 | Import rasops from NetBSD. This gives improved performance for raster | Nathan Binkert | |
operations. |