1. 5b6936e vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA. by Kevin O'Connor · 11 years ago
  2. 2d2fa31 Move function definitions for output.c from util.h to new file output.h. by Kevin O'Connor · 11 years ago
  3. fa9c66a Rename util.c to string.c and introduce string.h. by Kevin O'Connor · 11 years ago
  4. 68f56aa vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio. by Kevin O'Connor · 11 years ago
  5. 5d369d8 Move code centered around specific hardware devices to src/hw/ by Kevin O'Connor · 11 years ago
  6. b7b9293 vgabios: Fix cirrus memory clear on mode switch. by Kevin O'Connor · 11 years ago
  7. 2eeafbf Enable VGA output when setting Cirrus-specific mode by Laszlo Ersek · 11 years ago
  8. d83c87b Normalize POST initialization function name suffixes. by Kevin O'Connor · 12 years ago
  9. 900ded0 vgabios: Fixup clext far return instruction. by Kevin O'Connor · 12 years ago
  10. 4c85a26 vgabios: Minor vgabios fixes. by Kevin O'Connor · 12 years ago
  11. 2469f89 vgabios: Implement VBE save/restore state function (func 04). by Kevin O'Connor · 12 years ago
  12. cfd7ef9 vgabios: Handle VGA option rom being re-run. by Kevin O'Connor · 12 years ago
  13. 987029a vgabios: Minor - organize cirrus code so like functions are near each other. by Kevin O'Connor · 12 years ago
  14. a96d490 vgabios: Simplify cirrus find mode code. by Kevin O'Connor · 12 years ago
  15. 59f75d4 vgabios: Add VBE power management (10h) stub function. 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. 0377602 vgabios: Set cwidth/cheight/sstart in vgamode_s for cirrus/bochs. by Kevin O'Connor · 13 years ago
  21. 5e1694c vgabios: Use stored total memory in cirrus code instead of recalculating. by Kevin O'Connor · 13 years ago
  22. 8cf8f8e vgabios: Check that the PCI BDF passed in is valid before using. by Kevin O'Connor · 13 years ago
  23. b3df857 vgabios: Make VBE code depend on a config setting. by Kevin O'Connor · 13 years ago
  24. add3bec vgabios: Use standard VGA IO wrappers in clext.c. by Kevin O'Connor · 13 years ago
  25. 3471fdb vgabios: Add wrapper functions for accessing standard VGA registers. by Kevin O'Connor · 13 years ago
  26. 97cc354 vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus. by Kevin O'Connor · 13 years ago
  27. e91ec7c vgabios: Hook up Cirrus extended bios functions. by Kevin O'Connor · 13 years ago
  28. e19a68f vgabios: Make cirrus line lengths standard. by Kevin O'Connor · 13 years ago
  29. 643290f vgabios: Unify cirrus and vbe vesa functions. by Kevin O'Connor · 13 years ago
  30. 34203cd vgabios: Unify code to generate the vbe mode list. by Kevin O'Connor · 13 years ago
  31. c4a0b97 vgabios: Use vgamode_s in cirrus and bochsvga mode tables. by Kevin O'Connor · 13 years ago
  32. 2c8ba89 vgabios: Remove dummy 0xfe mode from list of cirrus modes. by Kevin O'Connor · 13 years ago
  33. b451f18 vgabios: Use standard naming for cirrus memmodel. by Kevin O'Connor · 13 years ago
  34. 161d201 vgabios: Unify X_init() functions. by Kevin O'Connor · 13 years ago
  35. 5108c69 vgabios: Unify X_set_mode() functions. by Kevin O'Connor · 13 years ago
  36. 6f77508 vgabios: Create clext.h and use "clext_" as prefix for exported funcs. by Kevin O'Connor · 13 years ago
  37. c990f27 vgabios: Introduce stdvga_get_crtc() and use it consistently. by Kevin O'Connor · 13 years ago
  38. 88ca741 vgabios: Rename vgahw_* functions to stdvga_*. by Kevin O'Connor · 13 years ago
  39. ed68e5b vgabios: Rename vgaio.c to stdvga.c. by Kevin O'Connor · 13 years ago
  40. e1e000b vgabios: Rename vga.c to vgabios.c. by Kevin O'Connor · 13 years ago
  41. 8f4c019 vgabios: Continue port of clext.c. by Kevin O'Connor · 13 years ago
  42. 3c06536 vgabios: Fix compile error due to missing include in clext.c. by Kevin O'Connor · 13 years ago
  43. e48a537 Updates to vgabios cirrus code. by Kevin O'Connor · 13 years ago
  44. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 15 years ago
  45. 8bc059e VGA: Remove references to 'struct bregs' from vgaio.c code. by Kevin O'Connor · 15 years ago
  46. 4f79274 VGA: Minor - use "_g" suffix for global pointers. by Kevin O'Connor · 15 years ago
  47. d9fc0a0 Cleanup vga inb/outb port usages. by Kevin O'Connor · 15 years ago
  48. 1f2c307 Add initial port of the "open source vga bios" project. by Kevin O'Connor · 15 years ago