summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/gio/lightreg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix clipping bounds in fill and blt operations; the lower-right corner ismiod2014-03-181-1/+10
| | | | | | | supposed to be outside the clipping region, not inside (i.e. there was an off-by-one everywhere). - Add colormap support, by programming the RAMDAC palette registers at init time, and also implement the colormap ioctls.
* Driver for the ``Entry'' LG1 frame buffer found on low-range Indigo systemsmiod2012-04-171-0/+87
only. Ported from NetBSD, not tested due to lack of hardware, hopefully it will be working as intended (fingers crossed)