summaryrefslogtreecommitdiff
path: root/vgasrc/vgafb.c
Commit message (Expand)AuthorAgeFilesLines
* vga: make memcpy_high() publicGerd Hoffmann2019-03-141-2/+1
* vgautil: Add new header file with misc function and variable definitionsKevin O'Connor2016-08-051-1/+2
* vgafb: Move header definitions from vgabios.h to new file vgafb.hKevin O'Connor2016-08-041-0/+1
* swcursor: Concentrate swcursor logic in swcursor.cKevin O'Connor2016-08-041-5/+0
* swcursor: Move swcursor code from vgafb.c to new file swcursor.cKevin O'Connor2016-08-041-57/+0
* vgabios: Simplify scroll logicKevin O'Connor2016-07-211-22/+48
* vgabios: Don't check for special case of page==0xff on external callsKevin O'Connor2016-07-041-1/+1
* vgafb: Minor - move gfx_common() variables outside of switch statementKevin O'Connor2015-08-041-12/+5
* vgabios: Support emulated text in gfx_read_char()Kevin O'Connor2015-01-071-6/+19
* vgabios: implement read char in graphics modePaolo Bonzini2015-01-061-12/+41
* vgabios: Add software cursor capabilityKevin O'Connor2014-11-121-0/+63
* vgabios: Support emulating text mode attributes while in graphics modeKevin O'Connor2014-11-121-3/+23
* vgabios: Add support for reading framebuffer in "direct" modeKevin O'Connor2014-10-271-5/+32
* vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()Kevin O'Connor2014-10-271-2/+10
* vgabios: Initial support for coreboot native vga vgabios.Kevin O'Connor2014-04-111-2/+2
* vgabios: Add support for manipulating framebuffers in high memory.Kevin O'Connor2014-04-111-0/+111
* vgabios: Introduce text_address().Kevin O'Connor2014-04-111-28/+19
* vgabios: Rewrite vgafb.c graphics operations to set of 4 standard operators.Kevin O'Connor2014-04-111-363/+284
* vgabios: Split vgafb_scroll() into separate move and clear functions.Kevin O'Connor2014-04-111-109/+122
* vgabios: Add option to control use of standard VGA IO ports.Kevin O'Connor2014-04-111-0/+8
* vgabios: Support custom fonts in vga framebuffer text writing.Kevin O'Connor2013-12-041-54/+67
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-2/+2
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-1/+2
* Use cpu_to_be32() (and related) instead of htonl (and related).Kevin O'Connor2012-09-021-1/+2
* Misc compile fixes for gcc v3.4.rel-1.7.0Kevin O'Connor2012-04-141-0/+6
* vgabios: Fix screen attrs on cga scroll.Kevin O'Connor2012-02-021-0/+4
* vgabios: Simplify cga/packed character screen writing.Kevin O'Connor2012-02-021-37/+17
* vgabios: Move stdvga_set_mode() to stdvgamodes.c.Kevin O'Connor2012-02-011-0/+1
* vgabios: Extract out current mode finding into new function.Kevin O'Connor2012-01-211-6/+5
* vgabios: Simplify planar4 vgafb code.Kevin O'Connor2012-01-191-49/+44
* vgabios: Extract out common parts of struct vgamode_s.Kevin O'Connor2012-01-141-6/+6
* vgabios: Unify page size calculations; remove page size from vgamode_s.Kevin O'Connor2012-01-141-14/+6
* vgabios: Make struct vgamode_s more similar to bochs/cirrus mode tables.Kevin O'Connor2012-01-141-5/+5
* vgabios: Use vesa style memory model flags in stdvga code.Kevin O'Connor2012-01-141-25/+23
* vgabios: Add scrolling for linear (packed pixel) graphics mode.Kevin O'Connor2012-01-011-2/+32
* vgabios: Minor - make FB scroll functions look similar.Kevin O'Connor2012-01-011-26/+31
* vgabios: Framebuffer fixes for CGA and planar graphics modes.Kevin O'Connor2012-01-011-7/+7
* vgabios: Refactor vga_set_mode and stdvga_set_mode.Kevin O'Connor2011-12-311-18/+0
* vgabios: Move vgafb_load_font to stdvga.c.Kevin O'Connor2011-12-311-19/+0
* vgabios: Rename vgahw_* functions to stdvga_*.Kevin O'Connor2011-12-311-19/+19
* vgabios: Rename vgaio.c to stdvga.c.Kevin O'Connor2011-12-311-0/+1
* vgabios: Rename vga.c to vgabios.c.Kevin O'Connor2011-12-311-1/+1
* vgabios: Use vgamode_s instead of video_param_table in code.Kevin O'Connor2011-12-271-6/+3
* VGA: Move direct in/out calls out of vgafb.c.Kevin O'Connor2009-05-311-27/+21
* VGA: Comment and name update.Kevin O'Connor2009-05-311-28/+27
* VGA: Further simplify scrolling code.Kevin O'Connor2009-05-311-163/+84
* VGA: Simplify scrolling implementation.Kevin O'Connor2009-05-311-48/+9
* VGA: Fix bad commit to vgafb.c - missing '}'.Kevin O'Connor2009-05-311-0/+1
* VGA: Define clear_screen in terms of memmodel.Kevin O'Connor2009-05-311-10/+12
* VGA: Breakup biosfn_scroll.Kevin O'Connor2009-05-311-145/+187