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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vgabios: Fix compile error due to fixed prototypes.
Kevin O'Connor
2010-01-03
1
-1
/
+1
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
4
-24
/
+24
*
Minor vga binary cleanups.
Kevin O'Connor
2010-01-01
2
-7
/
+9
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
2
-19
/
+18
*
Do garbage collection of unused sections.
Kevin O'Connor
2009-06-10
1
-1
/
+1
*
VGA: Move direct in/out calls out of vgafb.c.
Kevin O'Connor
2009-05-31
3
-27
/
+38
*
VGA: Comment and name update.
Kevin O'Connor
2009-05-31
3
-77
/
+87
*
VGA: Arrange screen writing functions to minimize stack.
Kevin O'Connor
2009-05-31
1
-21
/
+50
*
VGA: Reduce stack usage.
Kevin O'Connor
2009-05-31
2
-7
/
+6
*
VGA: No need to scroll multiple times when writing a tab.
Kevin O'Connor
2009-05-31
1
-35
/
+21
*
VGA: Further simplify scrolling code.
Kevin O'Connor
2009-05-31
2
-169
/
+86
*
VGA: Simplify scrolling implementation.
Kevin O'Connor
2009-05-31
2
-54
/
+18
*
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
3
-165
/
+217
*
VGA: Move cursor setting out of biosfn_write_teletype.
Kevin O'Connor
2009-05-26
1
-24
/
+14
*
VGA: Remove recursion from biosfn_write_teletype().
Kevin O'Connor
2009-05-26
1
-28
/
+37
*
VGA: Simplify vgafb_write/read_char.
Kevin O'Connor
2009-05-26
3
-68
/
+87
*
VGA: Remove vmode_g->class - store info in vmode_g->memmodel.
Kevin O'Connor
2009-05-25
4
-37
/
+30
*
VGA: Use struct for car/attr/WITH_ATTR.
Kevin O'Connor
2009-05-25
3
-99
/
+66
*
VGA: Combine x/y/page into one parameter.
Kevin O'Connor
2009-05-25
3
-108
/
+90
*
VGA: Inline biosfn_set_video_mode() into its only caller.
Kevin O'Connor
2009-05-25
1
-133
/
+107
*
VGA: Replace biosfn_load_text_* with vgafb_load_font().
Kevin O'Connor
2009-05-25
3
-65
/
+30
*
VGA: Factor out hardware accesses from biosfn_set_video_mode.
Kevin O'Connor
2009-05-25
4
-96
/
+113
*
VGA: Minor - improve indentation of palette structs.
Kevin O'Connor
2009-05-25
1
-57
/
+113
*
VGA: Inline several functions in vga.c.
Kevin O'Connor
2009-05-25
1
-181
/
+109
*
VGA: Define structs for save/restore state calls.
Kevin O'Connor
2009-05-21
3
-289
/
+285
*
VGA: Move some ioport accesses from vga.c to vgaio.c.
Kevin O'Connor
2009-05-18
3
-47
/
+97
*
VGA: Remove references to 'struct bregs' from vgaio.c code.
Kevin O'Connor
2009-05-17
4
-149
/
+109
*
VGA: Extract code from vga.c into new files vgaio.c and vgafb.c.
Kevin O'Connor
2009-05-17
4
-975
/
+1010
*
VGA: Fix DAC loading during mode switch.
Kevin O'Connor
2009-05-17
1
-6
/
+4
*
VGA: Make use of regs->ebp - now that it is present in 'struct bregs'.
Kevin O'Connor
2009-05-17
1
-10
/
+6
*
Define unified entry points for irq handlers.
Kevin O'Connor
2009-05-16
1
-1
/
+4
*
VGA: Use GET_IVT macro instead of raw GET_FARVAR.
Kevin O'Connor
2009-05-16
1
-8
/
+4
*
VGA: Add calling stubs for vbe functions.
Kevin O'Connor
2009-05-16
2
-5
/
+11
*
VGA: Use segment definitions.
Kevin O'Connor
2009-05-16
3
-66
/
+64
*
VGA: Split biosfn_get_cursor_pos function.
Kevin O'Connor
2009-05-16
1
-25
/
+23
*
VGA: Minor - use "_far" postfix on far pointers.
Kevin O'Connor
2009-05-16
1
-19
/
+19
*
VGA: Rework vga_modes[] array to have pointers to other structs.
Kevin O'Connor
2009-05-16
3
-191
/
+170
*
VGA: Misc syntax cleanups.
Kevin O'Connor
2009-05-16
1
-362
/
+322
*
VGA: Minor - use "_g" suffix for global pointers.
Kevin O'Connor
2009-05-16
1
-9
/
+9
*
VGA: Add header guard to vgasrc/vgatables.h
Kevin O'Connor
2009-05-14
1
-0
/
+4
*
VGA: Remove unused DEBUG ifdefs.
Kevin O'Connor
2009-05-14
1
-31
/
+3
*
VGA: memset16_far and memcpy16_far take byte count (not word count).
Kevin O'Connor
2009-05-13
1
-10
/
+11
*
VGA - turn DEBUG printfs into dprintf calls.
Kevin O'Connor
2009-05-13
1
-21
/
+9
*
Cleanup vga inb/outb port usages.
Kevin O'Connor
2009-05-07
2
-30
/
+32
*
Minor - update vgasrc/vga.c todo list.
Kevin O'Connor
2009-05-06
1
-3
/
+0
*
Add initial port of the "open source vga bios" project.
Kevin O'Connor
2009-05-06
7
-0
/
+4545