vgabios: Unify code to generate the vbe mode list.
[seabios.git] / vgasrc /
2012-01-14 Kevin O'Connorvgabios: Unify code to generate the vbe mode list.
2012-01-14 Kevin O'Connorvgabios: Use vgamode_s in cirrus and bochsvga mode...
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: Add memmodel field to bochsvga mode list.
2012-01-14 Kevin O'Connorvgabios: Make struct vgamode_s more similar to bochs...
2012-01-14 Kevin O'Connorvgabios: Remove dummy 0xfe mode from list of cirrus...
2012-01-14 Kevin O'Connorvgabios: Add char width to stdvga mode table.
2012-01-14 Kevin O'Connorvgabios: Use standard naming for cirrus memmodel.
2012-01-14 Kevin O'Connorvgabios: Use vesa style memory model flags in stdvga...
2012-01-14 Kevin O'Connorvgabios: Actually remove vgasrc/geodelx.[ch] - fixup...
2012-01-14 Nilsvgabios: Add the geode GX2 functionality.
2012-01-14 Nilsvgabios: Some little geode cleanup.
2012-01-14 Nilsvgabios: Make the naming in the LX code generic to...
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...
2012-01-01 Kevin O'Connorvgabios: Unify X_init() functions.
2012-01-01 Kevin O'Connorvgabios: Unify X_set_mode() functions.
2011-12-31 Kevin O'Connorvgabios: Create clext.h and use "clext_" as prefix...
2011-12-31 Kevin O'Connorvgabios: Refactor vga_set_mode and stdvga_set_mode.
2011-12-31 Kevin O'Connorvgabios: Change vga_set_mode() to directly setup BDA.
2011-12-31 Kevin O'Connorvgabios: Don't call int10 during mode switch.
2011-12-31 Kevin O'Connorvgabios: Introduce stdvga_get_crtc() and use it consist...
2011-12-31 Kevin O'Connorvgabios: Fix typo in release_font_access() - inb instea...
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: Move vbe code from vgabios.c to new file vbe.c.
2011-12-31 Kevin O'Connorvgabios: Rename vga.c to vgabios.c.
2011-12-31 Kevin O'Connorvgabios: Use bochsvga_ prefix for bochs vga functions.
2011-12-31 Kevin O'Connorvgabios: Rename vbe.c to bochsvga.c.
2011-12-31 Kevin O'Connorvgabios: Continue port of clext.c.
2011-12-30 Kevin O'Connorvgabios: Minor fixes to struct vbe_info definition.
2011-12-28 Kevin O'Connorvgabios: Merge support for GeodeLX vga bios.
2011-12-28 Kevin O'Connorvgabios: Place a signature at offset 0x1e of the rom.
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: Extend information in internal vgamode_s struct.
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-28 Kevin O'Connorvgabios: Fix compile error due to missing include in...
2011-12-21 Kevin O'ConnorUpdates to vgabios cirrus code.
2011-12-21 Julian PidancetPreliminary DISPI VBE driver implementation
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...
2011-01-29 Kevin O'ConnorSupport non-local build directory - allow "make OUT...
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-11 Kevin O'ConnorDo garbage collection of unused sections.
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: 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: 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: 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: Minor - improve indentation of palette structs.
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'ConnorDefine unified entry points for irq handlers.
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-16 Kevin O'ConnorVGA: Minor - use "_g" suffix for global pointers.
2009-05-14 Kevin O'ConnorVGA: Add header guard to vgasrc/vgatables.h
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.