Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a bit more ansi; ok tedu | 2011-06-23 | 1 | -2/+2 | |
| | |||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 1 | -8/+1 | |
| | | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | ||||
* | Since rasops is big-endian internally (because it's the logical choice | 2006-08-03 | 1 | -308/+342 | |
| | | | | | | | | | | 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... | ||||
* | o spaces, tabs, spelling cleanup. | 2002-05-28 | 1 | -2/+2 | |
| | | | | | | o remove unneeded headers. o makes this to compile if RASOPS_SMALL is defined. o makes rasops2 to compile. | ||||
* | Import rasops from NetBSD. This gives improved performance for raster | 2001-03-18 | 1 | -0/+355 | |
operations. |