vgabios: Extract out current mode finding into new function.
[seabios.git] / vgasrc / vgafb.c
2012-01-21 Kevin O'Connorvgabios: Extract out current mode finding into new...
2012-01-20 Kevin O'Connorvgabios: Simplify planar4 vgafb code.
2012-01-14 Kevin O'Connorvgabios: Extract out common parts of struct vgamode_s.
2012-01-14 Kevin O'Connorvgabios: Unify page size calculations; remove page...
2012-01-14 Kevin O'Connorvgabios: Make struct vgamode_s more similar to bochs...
2012-01-14 Kevin O'Connorvgabios: Use vesa style memory model flags in stdvga...
2012-01-01 Kevin O'Connorvgabios: Add scrolling for linear (packed pixel) graphi...
2012-01-01 Kevin O'Connorvgabios: Minor - make FB scroll functions look similar.
2012-01-01 Kevin O'Connorvgabios: Framebuffer fixes for CGA and planar graphics...
2011-12-31 Kevin O'Connorvgabios: Refactor vga_set_mode and stdvga_set_mode.
2011-12-31 Kevin O'Connorvgabios: Move vgafb_load_font to stdvga.c.
2011-12-31 Kevin O'Connorvgabios: Rename vgahw_* functions to stdvga_*.
2011-12-31 Kevin O'Connorvgabios: Rename vgaio.c to stdvga.c.
2011-12-31 Kevin O'Connorvgabios: Rename vga.c to vgabios.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...