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