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: 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
*
VGA: Simplify vgafb_write/read_char.
Kevin O'Connor
2009-05-26
1
-62
/
+71
*
VGA: Remove vmode_g->class - store info in vmode_g->memmodel.
Kevin O'Connor
2009-05-25
1
-7
/
+6
*
VGA: Use struct for car/attr/WITH_ATTR.
Kevin O'Connor
2009-05-25
1
-80
/
+43
*
VGA: Combine x/y/page into one parameter.
Kevin O'Connor
2009-05-25
1
-32
/
+25
*
VGA: Replace biosfn_load_text_* with vgafb_load_font().
Kevin O'Connor
2009-05-25
1
-49
/
+17
*
VGA: Factor out hardware accesses from biosfn_set_video_mode.
Kevin O'Connor
2009-05-25
1
-0
/
+18
*
VGA: Extract code from vga.c into new files vgaio.c and vgafb.c.
Kevin O'Connor
2009-05-17
1
-0
/
+642