Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-30 | devdraw: get rid of softscreen==0xa110c hack and make attachscreen() return ↵ | cinap_lenrek | |
Memdata* all screen implementations use a Memimage* internally for the framebuffer, so we can return a shared reference to its Memdata structure in attachscreen() instead of a framebuffer data pointer. this eleminates the softscreen == 0xa110c hack as we always use shared Memdata* now. | |||
2015-04-07 | kernel: move arrow cursor definition to port/devmouse.c | cinap_lenrek | |
2015-04-07 | sgi: disable graphical arcs console printing on screen modeset | cinap_lenrek | |
when we switch to graphics mode, we do not want graphical arcs console to print on the screen anymore as it assumes 8bit color mode and just messes up the screen on kernel prints. | |||
2015-04-02 | sgi: keyboard, mouse and cursor for indy | cinap_lenrek | |
2015-04-01 | sgi: very primitive newport graphics driver for indy | cinap_lenrek | |