vgabios: Use vgamode_s instead of video_param_table in code.
[seabios.git] / vgasrc / vgafb.c
2011-12-28 Kevin O'Connorvgabios: Use vgamode_s instead of video_param_table...
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-05-31 Kevin O'ConnorVGA: Further simplify scrolling code.
2009-05-31 Kevin O'ConnorVGA: Simplify scrolling implementation.
2009-05-31 Kevin O'ConnorVGA: Fix bad commit to vgafb.c - missing '}'.
2009-05-31 Kevin O'ConnorVGA: Define clear_screen in terms of memmodel.
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-17 Kevin O'ConnorVGA: Extract code from vga.c into new files vgaio.c...