1. efb4523 vgabios: Move static_functionality[] from vgatables.c to vgabios.c. by Kevin O'Connor · 12 years ago
  2. 3471fdb vgabios: Add wrapper functions for accessing standard VGA registers. by Kevin O'Connor · 12 years ago
  3. e91ec7c vgabios: Hook up Cirrus extended bios functions. by Kevin O'Connor · 12 years ago
  4. 10dff3d vgabios: Extract out common parts of struct vgamode_s. by Kevin O'Connor · 12 years ago
  5. 83047be vgabios: Unify page size calculations; remove page size from vgamode_s. by Kevin O'Connor · 12 years ago
  6. 80da87d vgabios: Make struct vgamode_s more similar to bochs/cirrus mode tables. by Kevin O'Connor · 12 years ago
  7. d4398ad vgabios: Use vesa style memory model flags in stdvga code. by Kevin O'Connor · 12 years ago
  8. 31eabf9 vgabios: Make the naming in the LX code generic to Geode. by Nils · 12 years ago
  9. 161d201 vgabios: Unify X_init() functions. by Kevin O'Connor · 12 years ago
  10. 5108c69 vgabios: Unify X_set_mode() functions. by Kevin O'Connor · 12 years ago
  11. 6f77508 vgabios: Create clext.h and use "clext_" as prefix for exported funcs. by Kevin O'Connor · 12 years ago
  12. 821d6b4 vgabios: Refactor vga_set_mode and stdvga_set_mode. by Kevin O'Connor · 12 years ago
  13. cecbc5d vgabios: Change vga_set_mode() to directly setup BDA. by Kevin O'Connor · 12 years ago
  14. 323d8c6 vgabios: Don't call int10 during mode switch. by Kevin O'Connor · 12 years ago
  15. 2bec7d6 vgabios: Move vgafb_load_font to stdvga.c. by Kevin O'Connor · 12 years ago
  16. 88ca741 vgabios: Rename vgahw_* functions to stdvga_*. by Kevin O'Connor · 12 years ago
  17. ed68e5b vgabios: Rename vgaio.c to stdvga.c. by Kevin O'Connor · 12 years ago
  18. 4040195 vgabios: Move vbe code from vgabios.c to new file vbe.c. by Kevin O'Connor · 12 years ago
  19. e1e000b vgabios: Rename vga.c to vgabios.c. by Kevin O'Connor · 12 years ago[Renamed (99%) from vgasrc/vga.c]
  20. f1e217d vgabios: Use bochsvga_ prefix for bochs vga functions. by Kevin O'Connor · 12 years ago
  21. db301ef vgabios: Minor fixes to struct vbe_info definition. by Kevin O'Connor · 12 years ago
  22. 4c52fb4 vgabios: Merge support for GeodeLX vga bios. by Kevin O'Connor · 12 years ago
  23. f376037 vgabios: Generate video_param_table at runtime. by Kevin O'Connor · 12 years ago
  24. 87233e9 vgabios: Use vgamode_s instead of video_param_table in code. by Kevin O'Connor · 12 years ago
  25. 87dfad3 vgabios: Minor - use segoff_s for static_functionality ptr. by Kevin O'Connor · 12 years ago
  26. 815e447 vgabios: Define video_save_pointer_table layout. by Kevin O'Connor · 12 years ago
  27. e48a537 Updates to vgabios cirrus code. by Kevin O'Connor · 12 years ago
  28. 87879e2 Partially implement VBE interface, create VBE driver skeleton by Julian Pidancet · 12 years ago
  29. da08a6d Add configuration menu for the VGA ROM by Julian Pidancet · 12 years ago
  30. 7c6509c Add a PCI header to the VGA ROM if needed by Julian Pidancet · 12 years ago
  31. 677631f Rename CONFIG_VBE in CONFIG_VGA_BOCHS and CONFIG_CIRRUS in CONFIG_VGA_CIRRUS by Julian Pidancet · 12 years ago
  32. 3862b2d vgabios: Fix compile error due to fixed prototypes. by Kevin O'Connor · 14 years ago
  33. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 14 years ago
  34. c9d3c2d Minor vga binary cleanups. by Kevin O'Connor · 14 years ago
  35. 9f98542 Replace common segment/offset pairs with struct segoff_s. by Kevin O'Connor · 14 years ago
  36. 227a2bb VGA: Comment and name update. by Kevin O'Connor · 14 years ago
  37. afb287d VGA: Arrange screen writing functions to minimize stack. by Kevin O'Connor · 14 years ago
  38. 0ad77f0 VGA: Reduce stack usage. by Kevin O'Connor · 14 years ago
  39. 2e86c6a VGA: No need to scroll multiple times when writing a tab. by Kevin O'Connor · 14 years ago
  40. c3e1587 VGA: Simplify scrolling implementation. by Kevin O'Connor · 14 years ago
  41. 217f2bc VGA: Breakup biosfn_scroll. by Kevin O'Connor · 14 years ago
  42. 116a044 VGA: Move cursor setting out of biosfn_write_teletype. by Kevin O'Connor · 14 years ago
  43. 82221b2 VGA: Remove recursion from biosfn_write_teletype(). by Kevin O'Connor · 14 years ago
  44. d3b3815 VGA: Simplify vgafb_write/read_char. by Kevin O'Connor · 14 years ago
  45. e4f220f VGA: Remove vmode_g->class - store info in vmode_g->memmodel. by Kevin O'Connor · 14 years ago
  46. 0926241 VGA: Use struct for car/attr/WITH_ATTR. by Kevin O'Connor · 14 years ago
  47. 918b156 VGA: Combine x/y/page into one parameter. by Kevin O'Connor · 14 years ago
  48. 85ea07e VGA: Inline biosfn_set_video_mode() into its only caller. by Kevin O'Connor · 14 years ago
  49. deb9cb9 VGA: Replace biosfn_load_text_* with vgafb_load_font(). by Kevin O'Connor · 14 years ago
  50. 124b6f7 VGA: Factor out hardware accesses from biosfn_set_video_mode. by Kevin O'Connor · 14 years ago
  51. e713204 VGA: Inline several functions in vga.c. by Kevin O'Connor · 14 years ago
  52. ca66864 VGA: Define structs for save/restore state calls. by Kevin O'Connor · 14 years ago
  53. a0ecb05 VGA: Move some ioport accesses from vga.c to vgaio.c. by Kevin O'Connor · 14 years ago
  54. 8bc059e VGA: Remove references to 'struct bregs' from vgaio.c code. by Kevin O'Connor · 14 years ago
  55. c0c7df6 VGA: Extract code from vga.c into new files vgaio.c and vgafb.c. by Kevin O'Connor · 14 years ago
  56. 3c3c831 VGA: Fix DAC loading during mode switch. by Kevin O'Connor · 14 years ago
  57. 99e08b7 VGA: Make use of regs->ebp - now that it is present in 'struct bregs'. by Kevin O'Connor · 14 years ago
  58. f61afb8 VGA: Use GET_IVT macro instead of raw GET_FARVAR. by Kevin O'Connor · 14 years ago
  59. 21079f4 VGA: Add calling stubs for vbe functions. by Kevin O'Connor · 14 years ago
  60. d113a99 VGA: Use segment definitions. by Kevin O'Connor · 14 years ago
  61. 0818e1a VGA: Split biosfn_get_cursor_pos function. by Kevin O'Connor · 14 years ago
  62. f94ec43 VGA: Minor - use "_far" postfix on far pointers. by Kevin O'Connor · 14 years ago
  63. 5727c29 VGA: Rework vga_modes[] array to have pointers to other structs. by Kevin O'Connor · 14 years ago
  64. dd2be77 VGA: Misc syntax cleanups. by Kevin O'Connor · 14 years ago
  65. 6ace78f VGA: Remove unused DEBUG ifdefs. by Kevin O'Connor · 14 years ago
  66. a5288ff VGA: memset16_far and memcpy16_far take byte count (not word count). by Kevin O'Connor · 14 years ago
  67. a12c215 VGA - turn DEBUG printfs into dprintf calls. by Kevin O'Connor · 14 years ago
  68. d9fc0a0 Cleanup vga inb/outb port usages. by Kevin O'Connor · 14 years ago
  69. 6a71970 Minor - update vgasrc/vga.c todo list. by Kevin O'Connor · 14 years ago
  70. 1f2c307 Add initial port of the "open source vga bios" project. by Kevin O'Connor · 14 years ago