vgabios: Merge support for GeodeLX vga bios.
[seabios.git] / vgasrc / vga.c
2011-12-28 Kevin O'Connorvgabios: Merge support for GeodeLX vga bios.
2011-12-28 Kevin O'Connorvgabios: Generate video_param_table at runtime.
2011-12-28 Kevin O'Connorvgabios: Use vgamode_s instead of video_param_table...
2011-12-28 Kevin O'Connorvgabios: Minor - use segoff_s for static_functionality...
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 PidancetAdd configuration menu for the VGA ROM
2011-12-21 Julian PidancetAdd a PCI header to the VGA ROM if needed
2011-12-21 Julian PidancetRename CONFIG_VBE in CONFIG_VGA_BOCHS and CONFIG_CIRRUS...
2010-01-03 Kevin O'Connorvgabios: Fix compile error due to fixed prototypes.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2010-01-01 Kevin O'ConnorMinor vga binary cleanups.
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-06-01 Kevin O'ConnorVGA: Comment and name update.
2009-06-01 Kevin O'ConnorVGA: Arrange screen writing functions to minimize stack.
2009-06-01 Kevin O'ConnorVGA: Reduce stack usage.
2009-06-01 Kevin O'ConnorVGA: No need to scroll multiple times when writing...
2009-05-31 Kevin O'ConnorVGA: Simplify scrolling implementation.
2009-05-31 Kevin O'ConnorVGA: Breakup biosfn_scroll.
2009-05-26 Kevin O'ConnorVGA: Move cursor setting out of biosfn_write_teletype.
2009-05-26 Kevin O'ConnorVGA: Remove recursion from biosfn_write_teletype().
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: Inline biosfn_set_video_mode() into its only caller.
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-25 Kevin O'ConnorVGA: Inline several functions in vga.c.
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: Fix DAC loading during mode switch.
2009-05-17 Kevin O'ConnorVGA: Make use of regs->ebp - now that it is present...
2009-05-17 Kevin O'ConnorVGA: Use GET_IVT macro instead of raw GET_FARVAR.
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: Split biosfn_get_cursor_pos function.
2009-05-16 Kevin O'ConnorVGA: Minor - use "_far" postfix on far pointers.
2009-05-16 Kevin O'ConnorVGA: Rework vga_modes[] array to have pointers to other...
2009-05-16 Kevin O'ConnorVGA: Misc syntax cleanups.
2009-05-14 Kevin O'ConnorVGA: Remove unused DEBUG ifdefs.
2009-05-14 Kevin O'ConnorVGA: memset16_far and memcpy16_far take byte count...
2009-05-14 Kevin O'ConnorVGA - turn DEBUG printfs into dprintf calls.
2009-05-08 Kevin O'ConnorCleanup vga inb/outb port usages.
2009-05-07 Kevin O'ConnorMinor - update vgasrc/vga.c todo list.
2009-05-07 Kevin O'ConnorAdd initial port of the "open source vga bios" project.