vgabios: Use vgamode_s instead of video_param_table in code.
[seabios.git] / vgasrc / vgatables.h
2011-12-28 Kevin O'Connorvgabios: Use vgamode_s instead of video_param_table...
2011-12-28 Kevin O'Connorvgabios: Extend information in internal vgamode_s struct.
2011-12-28 Kevin O'Connorvgabios: Define video_save_pointer_table layout.
2011-12-21 Kevin O'ConnorUpdates to vgabios cirrus code.
2011-12-21 Julian PidancetPartially implement VBE interface, create VBE driver...
2011-12-21 Julian PidancetRename CONFIG_VBE in CONFIG_VGA_BOCHS and CONFIG_CIRRUS...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-06-01 Kevin O'ConnorVGA: Move direct in/out calls out of vgafb.c.
2009-06-01 Kevin O'ConnorVGA: Comment and name update.
2009-06-01 Kevin O'ConnorVGA: Reduce stack usage.
2009-05-31 Kevin O'ConnorVGA: Further simplify scrolling code.
2009-05-31 Kevin O'ConnorVGA: Breakup biosfn_scroll.
2009-05-26 Kevin O'ConnorVGA: Simplify vgafb_write/read_char.
2009-05-26 Kevin O'ConnorVGA: Remove vmode_g->class - store info in vmode_g...
2009-05-25 Kevin O'ConnorVGA: Use struct for car/attr/WITH_ATTR.
2009-05-25 Kevin O'ConnorVGA: Combine x/y/page into one parameter.
2009-05-25 Kevin O'ConnorVGA: Replace biosfn_load_text_* with vgafb_load_font().
2009-05-25 Kevin O'ConnorVGA: Factor out hardware accesses from biosfn_set_video...
2009-05-22 Kevin O'ConnorVGA: Define structs for save/restore state calls.
2009-05-19 Kevin O'ConnorVGA: Move some ioport accesses from vga.c to vgaio.c.
2009-05-18 Kevin O'ConnorVGA: Remove references to 'struct bregs' from vgaio...
2009-05-17 Kevin O'ConnorVGA: Extract code from vga.c into new files vgaio.c...
2009-05-17 Kevin O'ConnorVGA: Add calling stubs for vbe functions.
2009-05-17 Kevin O'ConnorVGA: Use segment definitions.
2009-05-16 Kevin O'ConnorVGA: Rework vga_modes[] array to have pointers to other...
2009-05-14 Kevin O'ConnorVGA: Add header guard to vgasrc/vgatables.h
2009-05-07 Kevin O'ConnorAdd initial port of the "open source vga bios" project.