index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vgasrc
/
vgafb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vga: make memcpy_high() public
Gerd Hoffmann
2019-03-14
1
-2
/
+1
*
vgautil: Add new header file with misc function and variable definitions
Kevin O'Connor
2016-08-05
1
-1
/
+2
*
vgafb: Move header definitions from vgabios.h to new file vgafb.h
Kevin O'Connor
2016-08-04
1
-0
/
+1
*
swcursor: Concentrate swcursor logic in swcursor.c
Kevin O'Connor
2016-08-04
1
-5
/
+0
*
swcursor: Move swcursor code from vgafb.c to new file swcursor.c
Kevin O'Connor
2016-08-04
1
-57
/
+0
*
vgabios: Simplify scroll logic
Kevin O'Connor
2016-07-21
1
-22
/
+48
*
vgabios: Don't check for special case of page==0xff on external calls
Kevin O'Connor
2016-07-04
1
-1
/
+1
*
vgafb: Minor - move gfx_common() variables outside of switch statement
Kevin O'Connor
2015-08-04
1
-12
/
+5
*
vgabios: Support emulated text in gfx_read_char()
Kevin O'Connor
2015-01-07
1
-6
/
+19
*
vgabios: implement read char in graphics mode
Paolo Bonzini
2015-01-06
1
-12
/
+41
*
vgabios: Add software cursor capability
Kevin O'Connor
2014-11-12
1
-0
/
+63
*
vgabios: Support emulating text mode attributes while in graphics mode
Kevin O'Connor
2014-11-12
1
-3
/
+23
*
vgabios: Add support for reading framebuffer in "direct" mode
Kevin O'Connor
2014-10-27
1
-5
/
+32
*
vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()
Kevin O'Connor
2014-10-27
1
-2
/
+10
*
vgabios: Initial support for coreboot native vga vgabios.
Kevin O'Connor
2014-04-11
1
-2
/
+2
*
vgabios: Add support for manipulating framebuffers in high memory.
Kevin O'Connor
2014-04-11
1
-0
/
+111
*
vgabios: Introduce text_address().
Kevin O'Connor
2014-04-11
1
-28
/
+19
*
vgabios: Rewrite vgafb.c graphics operations to set of 4 standard operators.
Kevin O'Connor
2014-04-11
1
-363
/
+284
*
vgabios: Split vgafb_scroll() into separate move and clear functions.
Kevin O'Connor
2014-04-11
1
-109
/
+122
*
vgabios: Add option to control use of standard VGA IO ports.
Kevin O'Connor
2014-04-11
1
-0
/
+8
*
vgabios: Support custom fonts in vga framebuffer text writing.
Kevin O'Connor
2013-12-04
1
-54
/
+67
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-2
/
+2
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Use cpu_to_be32() (and related) instead of htonl (and related).
Kevin O'Connor
2012-09-02
1
-1
/
+2
*
Misc compile fixes for gcc v3.4.
Kevin O'Connor
2012-04-14
1
-0
/
+6
*
vgabios: Fix screen attrs on cga scroll.
Kevin O'Connor
2012-02-02
1
-0
/
+4
*
vgabios: Simplify cga/packed character screen writing.
Kevin O'Connor
2012-02-02
1
-37
/
+17
*
vgabios: Move stdvga_set_mode() to stdvgamodes.c.
Kevin O'Connor
2012-02-01
1
-0
/
+1
*
vgabios: Extract out current mode finding into new function.
Kevin O'Connor
2012-01-21
1
-6
/
+5
*
vgabios: Simplify planar4 vgafb code.
Kevin O'Connor
2012-01-19
1
-49
/
+44
*
vgabios: Extract out common parts of struct vgamode_s.
Kevin O'Connor
2012-01-14
1
-6
/
+6
*
vgabios: Unify page size calculations; remove page size from vgamode_s.
Kevin O'Connor
2012-01-14
1
-14
/
+6
*
vgabios: Make struct vgamode_s more similar to bochs/cirrus mode tables.
Kevin O'Connor
2012-01-14
1
-5
/
+5
*
vgabios: Use vesa style memory model flags in stdvga code.
Kevin O'Connor
2012-01-14
1
-25
/
+23
*
vgabios: Add scrolling for linear (packed pixel) graphics mode.
Kevin O'Connor
2012-01-01
1
-2
/
+32
*
vgabios: Minor - make FB scroll functions look similar.
Kevin O'Connor
2012-01-01
1
-26
/
+31
*
vgabios: Framebuffer fixes for CGA and planar graphics modes.
Kevin O'Connor
2012-01-01
1
-7
/
+7
*
vgabios: Refactor vga_set_mode and stdvga_set_mode.
Kevin O'Connor
2011-12-31
1
-18
/
+0
*
vgabios: Move vgafb_load_font to stdvga.c.
Kevin O'Connor
2011-12-31
1
-19
/
+0
*
vgabios: Rename vgahw_* functions to stdvga_*.
Kevin O'Connor
2011-12-31
1
-19
/
+19
*
vgabios: Rename vgaio.c to stdvga.c.
Kevin O'Connor
2011-12-31
1
-0
/
+1
*
vgabios: Rename vga.c to vgabios.c.
Kevin O'Connor
2011-12-31
1
-1
/
+1
*
vgabios: Use vgamode_s instead of video_param_table in code.
Kevin O'Connor
2011-12-27
1
-6
/
+3
*
VGA: Move direct in/out calls out of vgafb.c.
Kevin O'Connor
2009-05-31
1
-27
/
+21
*
VGA: Comment and name update.
Kevin O'Connor
2009-05-31
1
-28
/
+27
*
VGA: Further simplify scrolling code.
Kevin O'Connor
2009-05-31
1
-163
/
+84
*
VGA: Simplify scrolling implementation.
Kevin O'Connor
2009-05-31
1
-48
/
+9
*
VGA: Fix bad commit to vgafb.c - missing '}'.
Kevin O'Connor
2009-05-31
1
-0
/
+1
*
VGA: Define clear_screen in terms of memmodel.
Kevin O'Connor
2009-05-31
1
-10
/
+12
*
VGA: Breakup biosfn_scroll.
Kevin O'Connor
2009-05-31
1
-145
/
+187
[next]