aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc
Commit message (Expand)AuthorAgeFilesLines
* vgabios: Fix compile error due to fixed prototypes.Kevin O'Connor2010-01-031-1/+1
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-034-24/+24
* Minor vga binary cleanups.Kevin O'Connor2010-01-012-7/+9
* Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor2009-09-092-19/+18
* Do garbage collection of unused sections.Kevin O'Connor2009-06-101-1/+1
* VGA: Move direct in/out calls out of vgafb.c.Kevin O'Connor2009-05-313-27/+38
* VGA: Comment and name update.Kevin O'Connor2009-05-313-77/+87
* VGA: Arrange screen writing functions to minimize stack.Kevin O'Connor2009-05-311-21/+50
* VGA: Reduce stack usage.Kevin O'Connor2009-05-312-7/+6
* VGA: No need to scroll multiple times when writing a tab.Kevin O'Connor2009-05-311-35/+21
* VGA: Further simplify scrolling code.Kevin O'Connor2009-05-312-169/+86
* VGA: Simplify scrolling implementation.Kevin O'Connor2009-05-312-54/+18
* VGA: Fix bad commit to vgafb.c - missing '}'.Kevin O'Connor2009-05-311-0/+1
* VGA: Define clear_screen in terms of memmodel.Kevin O'Connor2009-05-311-10/+12
* VGA: Breakup biosfn_scroll.Kevin O'Connor2009-05-313-165/+217
* VGA: Move cursor setting out of biosfn_write_teletype.Kevin O'Connor2009-05-261-24/+14
* VGA: Remove recursion from biosfn_write_teletype().Kevin O'Connor2009-05-261-28/+37
* VGA: Simplify vgafb_write/read_char.Kevin O'Connor2009-05-263-68/+87
* VGA: Remove vmode_g->class - store info in vmode_g->memmodel.Kevin O'Connor2009-05-254-37/+30
* VGA: Use struct for car/attr/WITH_ATTR.Kevin O'Connor2009-05-253-99/+66
* VGA: Combine x/y/page into one parameter.Kevin O'Connor2009-05-253-108/+90
* VGA: Inline biosfn_set_video_mode() into its only caller.Kevin O'Connor2009-05-251-133/+107
* VGA: Replace biosfn_load_text_* with vgafb_load_font().Kevin O'Connor2009-05-253-65/+30
* VGA: Factor out hardware accesses from biosfn_set_video_mode.Kevin O'Connor2009-05-254-96/+113
* VGA: Minor - improve indentation of palette structs.Kevin O'Connor2009-05-251-57/+113
* VGA: Inline several functions in vga.c.Kevin O'Connor2009-05-251-181/+109
* VGA: Define structs for save/restore state calls.Kevin O'Connor2009-05-213-289/+285
* VGA: Move some ioport accesses from vga.c to vgaio.c.Kevin O'Connor2009-05-183-47/+97
* VGA: Remove references to 'struct bregs' from vgaio.c code.Kevin O'Connor2009-05-174-149/+109
* VGA: Extract code from vga.c into new files vgaio.c and vgafb.c.Kevin O'Connor2009-05-174-975/+1010
* VGA: Fix DAC loading during mode switch.Kevin O'Connor2009-05-171-6/+4
* VGA: Make use of regs->ebp - now that it is present in 'struct bregs'.Kevin O'Connor2009-05-171-10/+6
* Define unified entry points for irq handlers.Kevin O'Connor2009-05-161-1/+4
* VGA: Use GET_IVT macro instead of raw GET_FARVAR.Kevin O'Connor2009-05-161-8/+4
* VGA: Add calling stubs for vbe functions.Kevin O'Connor2009-05-162-5/+11
* VGA: Use segment definitions.Kevin O'Connor2009-05-163-66/+64
* VGA: Split biosfn_get_cursor_pos function.Kevin O'Connor2009-05-161-25/+23
* VGA: Minor - use "_far" postfix on far pointers.Kevin O'Connor2009-05-161-19/+19
* VGA: Rework vga_modes[] array to have pointers to other structs.Kevin O'Connor2009-05-163-191/+170
* VGA: Misc syntax cleanups.Kevin O'Connor2009-05-161-362/+322
* VGA: Minor - use "_g" suffix for global pointers.Kevin O'Connor2009-05-161-9/+9
* VGA: Add header guard to vgasrc/vgatables.hKevin O'Connor2009-05-141-0/+4
* VGA: Remove unused DEBUG ifdefs.Kevin O'Connor2009-05-141-31/+3
* VGA: memset16_far and memcpy16_far take byte count (not word count).Kevin O'Connor2009-05-131-10/+11
* VGA - turn DEBUG printfs into dprintf calls.Kevin O'Connor2009-05-131-21/+9
* Cleanup vga inb/outb port usages.Kevin O'Connor2009-05-072-30/+32
* Minor - update vgasrc/vga.c todo list.Kevin O'Connor2009-05-061-3/+0
* Add initial port of the "open source vga bios" project.Kevin O'Connor2009-05-067-0/+4545