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