aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/vgatables.h
Commit message (Expand)AuthorAgeFilesLines
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-11/+11
* Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor2009-09-091-4/+3
* VGA: Move direct in/out calls out of vgafb.c.Kevin O'Connor2009-05-311-0/+2
* VGA: Comment and name update.Kevin O'Connor2009-05-311-2/+2
* VGA: Reduce stack usage.Kevin O'Connor2009-05-311-2/+1
* VGA: Further simplify scrolling code.Kevin O'Connor2009-05-311-6/+2
* VGA: Breakup biosfn_scroll.Kevin O'Connor2009-05-311-3/+2
* VGA: Simplify vgafb_write/read_char.Kevin O'Connor2009-05-261-2/+2
* VGA: Remove vmode_g->class - store info in vmode_g->memmodel.Kevin O'Connor2009-05-251-9/+3
* VGA: Use struct for car/attr/WITH_ATTR.Kevin O'Connor2009-05-251-3/+6
* VGA: Combine x/y/page into one parameter.Kevin O'Connor2009-05-251-1/+4
* VGA: Replace biosfn_load_text_* with vgafb_load_font().Kevin O'Connor2009-05-251-4/+2
* VGA: Factor out hardware accesses from biosfn_set_video_mode.Kevin O'Connor2009-05-251-2/+4
* VGA: Define structs for save/restore state calls.Kevin O'Connor2009-05-211-0/+48
* VGA: Move some ioport accesses from vga.c to vgaio.c.Kevin O'Connor2009-05-181-0/+7
* VGA: Remove references to 'struct bregs' from vgaio.c code.Kevin O'Connor2009-05-171-21/+18
* VGA: Extract code from vga.c into new files vgaio.c and vgafb.c.Kevin O'Connor2009-05-171-0/+37
* VGA: Add calling stubs for vbe functions.Kevin O'Connor2009-05-161-0/+6
* VGA: Use segment definitions.Kevin O'Connor2009-05-161-3/+3
* VGA: Rework vga_modes[] array to have pointers to other structs.Kevin O'Connor2009-05-161-28/+17
* VGA: Add header guard to vgasrc/vgatables.hKevin O'Connor2009-05-141-0/+4
* Add initial port of the "open source vga bios" project.Kevin O'Connor2009-05-061-0/+134