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
/
vgatables.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-11
/
+11
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-4
/
+3
*
VGA: Move direct in/out calls out of vgafb.c.
Kevin O'Connor
2009-05-31
1
-0
/
+2
*
VGA: Comment and name update.
Kevin O'Connor
2009-05-31
1
-2
/
+2
*
VGA: Reduce stack usage.
Kevin O'Connor
2009-05-31
1
-2
/
+1
*
VGA: Further simplify scrolling code.
Kevin O'Connor
2009-05-31
1
-6
/
+2
*
VGA: Breakup biosfn_scroll.
Kevin O'Connor
2009-05-31
1
-3
/
+2
*
VGA: Simplify vgafb_write/read_char.
Kevin O'Connor
2009-05-26
1
-2
/
+2
*
VGA: Remove vmode_g->class - store info in vmode_g->memmodel.
Kevin O'Connor
2009-05-25
1
-9
/
+3
*
VGA: Use struct for car/attr/WITH_ATTR.
Kevin O'Connor
2009-05-25
1
-3
/
+6
*
VGA: Combine x/y/page into one parameter.
Kevin O'Connor
2009-05-25
1
-1
/
+4
*
VGA: Replace biosfn_load_text_* with vgafb_load_font().
Kevin O'Connor
2009-05-25
1
-4
/
+2
*
VGA: Factor out hardware accesses from biosfn_set_video_mode.
Kevin O'Connor
2009-05-25
1
-2
/
+4
*
VGA: Define structs for save/restore state calls.
Kevin O'Connor
2009-05-21
1
-0
/
+48
*
VGA: Move some ioport accesses from vga.c to vgaio.c.
Kevin O'Connor
2009-05-18
1
-0
/
+7
*
VGA: Remove references to 'struct bregs' from vgaio.c code.
Kevin O'Connor
2009-05-17
1
-21
/
+18
*
VGA: Extract code from vga.c into new files vgaio.c and vgafb.c.
Kevin O'Connor
2009-05-17
1
-0
/
+37
*
VGA: Add calling stubs for vbe functions.
Kevin O'Connor
2009-05-16
1
-0
/
+6
*
VGA: Use segment definitions.
Kevin O'Connor
2009-05-16
1
-3
/
+3
*
VGA: Rework vga_modes[] array to have pointers to other structs.
Kevin O'Connor
2009-05-16
1
-28
/
+17
*
VGA: Add header guard to vgasrc/vgatables.h
Kevin O'Connor
2009-05-14
1
-0
/
+4
*
Add initial port of the "open source vga bios" project.
Kevin O'Connor
2009-05-06
1
-0
/
+134