Source-Changes archive

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

CVS commit: src/sys/arch/sgimips/gio



Module Name:    src
Committed By:   macallan
Date:           Thu Feb 12 02:29:58 UTC 2009

Modified Files:
        src/sys/arch/sgimips/gio: files.gio newport.c

Log Message:
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 -r1.9 -r1.10 src/sys/arch/sgimips/gio/files.gio
cvs rdiff -r1.11 -r1.12 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