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