1. 06c6d47 vgabios: Avoid possible divide by zero in bochsvga_set_displaystart. by Kevin O'Connor · 11 years ago
  2. a9dcc88 vgabios: Add bochsvga "HDTV" resolutions. by Kevin O'Connor · 11 years ago
  3. 5b6936e vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA. by Kevin O'Connor · 11 years ago
  4. 4ade523 Remove ioport.h; disperse its contents to other header files. by Kevin O'Connor · 11 years ago
  5. 2e57c81 Move vbe.h to std/vbe.h. by Kevin O'Connor · 11 years ago
  6. 2d2fa31 Move function definitions for output.c from util.h to new file output.h. by Kevin O'Connor · 11 years ago
  7. 68f56aa vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio. by Kevin O'Connor · 11 years ago
  8. 5366350 bochsvga: fallback to stdvga if dispi interface isn't present by Gerd Hoffmann · 11 years ago
  9. 5d369d8 Move code centered around specific hardware devices to src/hw/ by Kevin O'Connor · 11 years ago
  10. 0069a31 Enable VGA output when settings bochs-specific mode by David Woodhouse · 11 years ago
  11. d83c87b Normalize POST initialization function name suffixes. by Kevin O'Connor · 12 years ago
  12. 49ddd9e vgabios: Check for relocatable windows before advertising support for it. by Kevin O'Connor · 12 years ago
  13. 091dd17 vga: fix bochs lfb size display by Gerd Hoffmann · 12 years ago
  14. 2469f89 vgabios: Implement VBE save/restore state function (func 04). by Kevin O'Connor · 12 years ago
  15. e737b17 vgabios: Add support for VBE get/set dac palette format (func 08). by Kevin O'Connor · 12 years ago
  16. cfd7ef9 vgabios: Handle VGA option rom being re-run. by Kevin O'Connor · 12 years ago
  17. 933bb76 vgabios: Move bocshvga mode checking from runtime to init. by Kevin O'Connor · 12 years ago
  18. c884502 vgabios: Rework bochsvga mode switching. by Kevin O'Connor · 12 years ago
  19. 3524453 vgabios: Fix linelength calculations in bochsvga and vbe. by Kevin O'Connor · 12 years ago
  20. 2bd4531 vgabios: handle vmware vga in bochsvga. by Kevin O'Connor · 12 years ago
  21. d9211ee vgabios: Update copyright statements in bochsvga.c and vbe.c. by Kevin O'Connor · 12 years ago
  22. d61fc53 vgabios: Add support for VBE get/set display start function. by Kevin O'Connor · 13 years ago
  23. 3876b53 vgabios: Add support for vbe get/set line length function. by Kevin O'Connor · 13 years ago
  24. 9961f99 vgabios: Add support for vesa get/set window function. by Kevin O'Connor · 13 years ago
  25. e6bc4c1 vgabios: Move BDA setting from driver code to common code. by Kevin O'Connor · 13 years ago
  26. 0377602 vgabios: Set cwidth/cheight/sstart in vgamode_s for cirrus/bochs. by Kevin O'Connor · 13 years ago
  27. 8cf8f8e vgabios: Check that the PCI BDF passed in is valid before using. by Kevin O'Connor · 13 years ago
  28. b3df857 vgabios: Make VBE code depend on a config setting. by Kevin O'Connor · 13 years ago
  29. 184705f vgabios: Use standard VGA IO wrapper functions in bochsvga. by Kevin O'Connor · 13 years ago
  30. 97cc354 vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus. by Kevin O'Connor · 13 years ago
  31. 3339c05 vgabios: Make VBE code independent of bochsvga. by Kevin O'Connor · 13 years ago
  32. 34203cd vgabios: Unify code to generate the vbe mode list. by Kevin O'Connor · 13 years ago
  33. c4a0b97 vgabios: Use vgamode_s in cirrus and bochsvga mode tables. by Kevin O'Connor · 13 years ago
  34. bb17d84 vgabios: Add memmodel field to bochsvga mode list. by Kevin O'Connor · 13 years ago
  35. 161d201 vgabios: Unify X_init() functions. by Kevin O'Connor · 13 years ago
  36. 5108c69 vgabios: Unify X_set_mode() functions. by Kevin O'Connor · 13 years ago
  37. 821d6b4 vgabios: Refactor vga_set_mode and stdvga_set_mode. by Kevin O'Connor · 13 years ago
  38. ed68e5b vgabios: Rename vgaio.c to stdvga.c. by Kevin O'Connor · 13 years ago
  39. e1e000b vgabios: Rename vga.c to vgabios.c. by Kevin O'Connor · 13 years ago
  40. f1e217d vgabios: Use bochsvga_ prefix for bochs vga functions. by Kevin O'Connor · 13 years ago
  41. acdcbf0 vgabios: Rename vbe.c to bochsvga.c. by Kevin O'Connor · 13 years ago[Renamed (99%) from vgasrc/vbe.c]
  42. 8bd766f Preliminary DISPI VBE driver implementation by Julian Pidancet · 13 years ago
  43. 87879e2 Partially implement VBE interface, create VBE driver skeleton by Julian Pidancet · 13 years ago