summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt/hw/vga/vt_vga.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-301-1/+1
* sys/dev: extend use of the howmany() macro when available.pfg2016-04-261-5/+3
* vt: Use textmode when we're running on hypervisorssephe2016-03-281-1/+7
* Fix text mode operation.marcel2015-08-131-4/+6
* Better support memory mapped console devices, such as VGA and EFImarcel2015-08-121-9/+5
* vt_vga: add a timeout while waiting for vertical retraceroyger2015-04-291-3/+13
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgadumbbell2015-03-011-0/+4
* vtvga: improve the device description.rpaulo2015-02-051-1/+2
* vt_vga: fix an off-by-one errorroyger2014-12-301-1/+1
* vt: register the memory regions used by the vt driversroyger2014-12-221-0/+55
* vt_vga: vd_setpixel_t and vd_drawrect_t are noop in text modedumbbell2014-09-051-0/+6
* vt_vga: Use Write Mode 0 to draw group of 8 pixels using 3 or more colorsdumbbell2014-08-251-47/+119
* vt(4): Store a rectangle for the drawable area, not just the top-left cornerdumbbell2014-08-251-25/+28
* vt_vga: Fix the display of the splash screendumbbell2014-08-241-6/+7
* vt(4): Add vd_bitblt_bmp_t callbackdumbbell2014-08-231-0/+48
* vt(4): Fix cursor handling in vt_flush()dumbbell2014-08-231-22/+25
* vt_vga: Give only the character part of term_char_t to vga_get_cp437()dumbbell2014-08-231-1/+1
* vt_vga: Remove a "FIXME" comment; the issue was solved in r270338dumbbell2014-08-221-10/+1
* vt(4): The offset to center the text area is per-window nowdumbbell2014-08-221-13/+13
* vt(4): Give the window to vd_bitblt_text_t callbackdumbbell2014-08-221-12/+22
* vt(4): Store cursor bitmap & colors in struct vt_devicedumbbell2014-08-221-43/+15
* vt_vga: Clip the draw area to never draw offscreendumbbell2014-08-221-0/+13
* vt(4): Add new vd_bitblt_text_t callback, and implement it for vt_vgadumbbell2014-08-221-144/+591
* vt_vga: When clearing video memory, don't read from itdumbbell2014-08-211-1/+0
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingnwhitehorn2014-08-071-2/+0
* Fix vt_vga driver to draw not-8-bit-aligned fonts correctly.ray2014-08-031-66/+61
* Remove ia64.marcel2014-07-071-5/+0
* Rename vt(4) vga module to dismiss interference with syscons(4) vga module.ray2014-06-181-0/+690
OpenPOWER on IntegriCloud