1. 33617ef vgafb: Minor - move gfx_common() variables outside of switch statement by Kevin O'Connor · 9 years ago
  2. e638f97 vgabios: Support emulated text in gfx_read_char() by Kevin O'Connor · 10 years ago
  3. 60e0e55 vgabios: implement read char in graphics mode by Paolo Bonzini · 10 years ago
  4. b4eb6fc vgabios: Add software cursor capability by Kevin O'Connor · 10 years ago
  5. 6fed307 vgabios: Support emulating text mode attributes while in graphics mode by Kevin O'Connor · 10 years ago
  6. 136d4ec vgabios: Add support for reading framebuffer in "direct" mode by Kevin O'Connor · 10 years ago
  7. 7217ae7 vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars() by Kevin O'Connor · 10 years ago
  8. 7c79029 vgabios: Initial support for coreboot native vga vgabios. by Kevin O'Connor · 11 years ago
  9. 098c2fc vgabios: Add support for manipulating framebuffers in high memory. by Kevin O'Connor · 10 years ago
  10. a02d418 vgabios: Introduce text_address(). by Kevin O'Connor · 10 years ago
  11. f864b60 vgabios: Rewrite vgafb.c graphics operations to set of 4 standard operators. by Kevin O'Connor · 10 years ago
  12. 7fd2af6 vgabios: Split vgafb_scroll() into separate move and clear functions. by Kevin O'Connor · 10 years ago
  13. efbf4d6 vgabios: Add option to control use of standard VGA IO ports. by Kevin O'Connor · 11 years ago
  14. 1f31f00 vgabios: Support custom fonts in vga framebuffer text writing. by Kevin O'Connor · 11 years ago
  15. 2d2fa31 Move function definitions for output.c from util.h to new file output.h. by Kevin O'Connor · 11 years ago
  16. fa9c66a Rename util.c to string.c and introduce string.h. by Kevin O'Connor · 11 years ago
  17. b306459 Use cpu_to_be32() (and related) instead of htonl (and related). by Kevin O'Connor · 12 years ago
  18. a026308 Misc compile fixes for gcc v3.4. by Kevin O'Connor · 12 years ago rel-1.7.0
  19. b888695 vgabios: Fix screen attrs on cga scroll. by Kevin O'Connor · 13 years ago
  20. 9a4d0c1 vgabios: Simplify cga/packed character screen writing. by Kevin O'Connor · 13 years ago
  21. f98bbf0 vgabios: Move stdvga_set_mode() to stdvgamodes.c. by Kevin O'Connor · 13 years ago
  22. 4a73f93 vgabios: Extract out current mode finding into new function. by Kevin O'Connor · 13 years ago
  23. 160d34a vgabios: Simplify planar4 vgafb code. 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. 83047be vgabios: Unify page size calculations; remove page size from vgamode_s. by Kevin O'Connor · 13 years ago
  26. 80da87d vgabios: Make struct vgamode_s more similar to bochs/cirrus mode tables. by Kevin O'Connor · 13 years ago
  27. d4398ad vgabios: Use vesa style memory model flags in stdvga code. by Kevin O'Connor · 13 years ago
  28. b937397 vgabios: Add scrolling for linear (packed pixel) graphics mode. by Kevin O'Connor · 13 years ago
  29. 68ab041 vgabios: Minor - make FB scroll functions look similar. by Kevin O'Connor · 13 years ago
  30. ae6eb8f vgabios: Framebuffer fixes for CGA and planar graphics modes. by Kevin O'Connor · 13 years ago
  31. 821d6b4 vgabios: Refactor vga_set_mode and stdvga_set_mode. by Kevin O'Connor · 13 years ago
  32. 2bec7d6 vgabios: Move vgafb_load_font to stdvga.c. by Kevin O'Connor · 13 years ago
  33. 88ca741 vgabios: Rename vgahw_* functions to stdvga_*. by Kevin O'Connor · 13 years ago
  34. ed68e5b vgabios: Rename vgaio.c to stdvga.c. by Kevin O'Connor · 13 years ago
  35. e1e000b vgabios: Rename vga.c to vgabios.c. by Kevin O'Connor · 13 years ago
  36. 87233e9 vgabios: Use vgamode_s instead of video_param_table in code. by Kevin O'Connor · 13 years ago
  37. 414d073 VGA: Move direct in/out calls out of vgafb.c. by Kevin O'Connor · 15 years ago
  38. 227a2bb VGA: Comment and name update. by Kevin O'Connor · 15 years ago
  39. 2c34f41 VGA: Further simplify scrolling code. by Kevin O'Connor · 15 years ago
  40. c3e1587 VGA: Simplify scrolling implementation. by Kevin O'Connor · 15 years ago
  41. ae6e1c8 VGA: Fix bad commit to vgafb.c - missing '}'. by Kevin O'Connor · 15 years ago
  42. e4145ad VGA: Define clear_screen in terms of memmodel. by Kevin O'Connor · 15 years ago
  43. 217f2bc VGA: Breakup biosfn_scroll. by Kevin O'Connor · 15 years ago
  44. d3b3815 VGA: Simplify vgafb_write/read_char. by Kevin O'Connor · 15 years ago
  45. e4f220f VGA: Remove vmode_g->class - store info in vmode_g->memmodel. by Kevin O'Connor · 15 years ago
  46. 0926241 VGA: Use struct for car/attr/WITH_ATTR. by Kevin O'Connor · 15 years ago
  47. 918b156 VGA: Combine x/y/page into one parameter. by Kevin O'Connor · 15 years ago
  48. deb9cb9 VGA: Replace biosfn_load_text_* with vgafb_load_font(). by Kevin O'Connor · 15 years ago
  49. 124b6f7 VGA: Factor out hardware accesses from biosfn_set_video_mode. by Kevin O'Connor · 15 years ago
  50. c0c7df6 VGA: Extract code from vga.c into new files vgaio.c and vgafb.c. by Kevin O'Connor · 15 years ago