1. 9cba2b3 vgabios: Fix stdvga_perform_gray_scale_summing(). by Kevin O'Connor · 11 years ago
  2. d83c87b Normalize POST initialization function name suffixes. by Kevin O'Connor · 11 years ago
  3. 9f857fc vgabios: Move save/restore state code from vgabios.c to stdvga.c. by Kevin O'Connor · 12 years ago
  4. e737b17 vgabios: Add support for VBE get/set dac palette format (func 08). by Kevin O'Connor · 12 years ago
  5. f98bbf0 vgabios: Move stdvga_set_mode() to stdvgamodes.c. by Kevin O'Connor · 12 years ago
  6. 1692007 vgabios: Minor - pass display address to stdvga_set_cursor_pos(). by Kevin O'Connor · 12 years ago
  7. d61fc53 vgabios: Add support for VBE get/set display start function. by Kevin O'Connor · 12 years ago
  8. 3876b53 vgabios: Add support for vbe get/set line length function. by Kevin O'Connor · 12 years ago
  9. 9961f99 vgabios: Add support for vesa get/set window function. by Kevin O'Connor · 12 years ago
  10. e6bc4c1 vgabios: Move BDA setting from driver code to common code. by Kevin O'Connor · 12 years ago
  11. 160d34a vgabios: Simplify planar4 vgafb code. by Kevin O'Connor · 12 years ago
  12. 86d2e00 vgabios: Use standard VGA IO wrapper functions in stdvga.c. by Kevin O'Connor · 12 years ago
  13. 3471fdb vgabios: Add wrapper functions for accessing standard VGA registers. by Kevin O'Connor · 12 years ago
  14. 34203cd vgabios: Unify code to generate the vbe mode list. by Kevin O'Connor · 12 years ago
  15. 10dff3d vgabios: Extract out common parts of struct vgamode_s. by Kevin O'Connor · 12 years ago
  16. d4398ad vgabios: Use vesa style memory model flags in stdvga code. by Kevin O'Connor · 12 years ago
  17. 161d201 vgabios: Unify X_init() functions. by Kevin O'Connor · 12 years ago
  18. 5108c69 vgabios: Unify X_set_mode() functions. by Kevin O'Connor · 12 years ago
  19. 821d6b4 vgabios: Refactor vga_set_mode and stdvga_set_mode. by Kevin O'Connor · 12 years ago
  20. c990f27 vgabios: Introduce stdvga_get_crtc() and use it consistently. by Kevin O'Connor · 12 years ago
  21. 7e1d530 vgabios: Fix typo in release_font_access() - inb instead of inw. by Kevin O'Connor · 12 years ago
  22. 2bec7d6 vgabios: Move vgafb_load_font to stdvga.c. by Kevin O'Connor · 12 years ago
  23. 88ca741 vgabios: Rename vgahw_* functions to stdvga_*. by Kevin O'Connor · 12 years ago
  24. ed68e5b vgabios: Rename vgaio.c to stdvga.c. by Kevin O'Connor · 12 years ago[Renamed (99%) from vgasrc/vgaio.c]
  25. e1e000b vgabios: Rename vga.c to vgabios.c. by Kevin O'Connor · 12 years ago
  26. 87233e9 vgabios: Use vgamode_s instead of video_param_table in code. by Kevin O'Connor · 12 years ago
  27. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 14 years ago
  28. 414d073 VGA: Move direct in/out calls out of vgafb.c. by Kevin O'Connor · 14 years ago
  29. 124b6f7 VGA: Factor out hardware accesses from biosfn_set_video_mode. by Kevin O'Connor · 14 years ago
  30. ca66864 VGA: Define structs for save/restore state calls. by Kevin O'Connor · 14 years ago
  31. a0ecb05 VGA: Move some ioport accesses from vga.c to vgaio.c. by Kevin O'Connor · 14 years ago
  32. 8bc059e VGA: Remove references to 'struct bregs' from vgaio.c code. by Kevin O'Connor · 14 years ago
  33. c0c7df6 VGA: Extract code from vga.c into new files vgaio.c and vgafb.c. by Kevin O'Connor · 14 years ago