Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sys/arch/sgimips/gio



Module Name:    src
Committed By:   snj
Date:           Sat Sep 26 17:46:59 UTC 2009

Modified Files:
        src/sys/arch/sgimips/gio [netbsd-5]: files.gio newport.c

Log Message:
Pull up following revision(s) (requested by macallan in ticket #981):
        sys/arch/sgimips/gio/files.gio: revision 1.10
        sys/arch/sgimips/gio/newport.c: revision 1.12
Become a good vcons citizen.
Also, don't use the cursor sprite as text cursor - it's not worth the
pain and the sprite doesn't have an invert-background plane either so
the cursor wasn't transparent.
Instead blit the cursor using the appropriate ROPs. This way we get
rid of the cursor misplacement problem as well.
While there also use device_t.
TODO: arbitrary font sizes, cleanup, support for mapping all blitter
registers so we can use them from X.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.58.1 src/sys/arch/sgimips/gio/files.gio
cvs rdiff -u -r1.10.54.1 -r1.10.54.2 src/sys/arch/sgimips/gio/newport.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index