summaryrefslogtreecommitdiff
path: root/vgabios
AgeCommit message (Expand)AuthorFilesLines
2003-06-30- VBE mode info blocks of modes with >8bpp enabledvruppert5-65/+39
2003-06-29- duplicate lines with VBE_MODE_ATTRIBUTE_GRAPHICS_MODE removedvruppert3-88/+125
2003-06-15- function write_gfx_char() rewrittenvruppert3-15/+8
2003-04-26- added missing VBE function dispi_get_bank()vruppert6-20/+48
2003-04-20- function write_gfx_char() now supports different font sizesvruppert4-10/+21
2003-04-18- applied patch #1331vruppert3-8/+56
2003-02-11- VBE mode search rewrittenvruppert4-684/+33
2003-02-09- function write_gfx_char(): memory address now calculated in this function;vruppert3-34/+37
2003-02-09- VESA mode 0x102 added (uses existing SVGA mode 0x6a)vruppert2-0/+0
2003-02-09- VESA mode 0x102 added (uses existing SVGA mode 0x6a)vruppert3-16/+76
2003-02-08- vbe_biosfn_return_current_mode() now returns the active standard VGA modevruppert2-46/+89
2003-02-04- set video mode: clear vga memory in graphics modevruppert2-0/+0
2003-02-04- set video mode: clear vga memory in graphics modevruppert1-26/+104
2003-01-21- remap the cursor size if the char height is > 8 and the new values are < 8vruppert1-11/+17
2003-01-20- fix so make -j2 does not overwrite temp filescbothamy1-6/+6
2003-01-19- function set_scan_lines() recalculates the number of rows and the page sizevruppert1-2/+20
2003-01-15- compile vgabios rev 1.22cbothamy2-0/+0
2003-01-15- fix bug found by ams : a 8bits index value was compared to 0x100 in some casescbothamy1-4/+5
2003-01-15- fix symbol table file names, discovered by amscbothamy1-2/+2
2003-01-04- biosfn_set_video_mode(): reset attribute controller flip-flop before settingvruppert3-1/+4
2003-01-04- VBE function 0x00 returns VBE 1.x compatible information if no VBE signaturevruppert1-57/+59
2003-01-01- SVGA mode 0x6A (800x600x4) added to the list of graphics modesvruppert2-0/+0
2002-12-31- SVGA mode 0x6A (800x600x4) added to the list of graphics modesvruppert1-4/+6
2002-11-23- fix changelog for 0.3b releasecbothamy1-0/+2
2002-10-20- new function set_scan_lines() for the font size change (patch from Hartmut ...vruppert3-5/+23
2002-10-04- biosfn_set_single_dac_reg(): the red value is stored in DHvruppert3-2/+2
2002-09-19- updated with latest changescbothamy2-0/+0
2002-09-19- updated the Makefilecbothamy5-86/+63
2002-09-08- set the cursor shape depending on the current font heightvruppert1-3/+10
2002-08-23- added lfb-mode numbers (patch from mathis)cbothamy2-37/+695
2002-07-21gcc2/3 preprocessing fixjapj2-63/+68
2002-05-18- include patch from Volker that adds some text font functionscbothamy1-16/+109
2002-05-01adding latest bin & debug bin of the vgabiosjapj2-0/+0
2002-04-29- applying hw scrolling/multibuffering patchjapj5-39/+188
2002-04-25- reverting #asm/##asm & endasm patch (does not work with with cygwin)japj3-65/+65
2002-04-19- fixing preprocessing of vgabios with latest gcc (from Mandrake 8.2)japj3-65/+68
2002-04-08- preparing docs for new DISPI interface (for hardware scrolling)japj2-18/+50
2002-04-03- defaulting LFB on + updated changelog & todojapj3-6/+5
2002-04-02- changed the logging ports to 0x500 -> 0x502cbothamy2-13/+9
2002-03-14- vbetables.h is dependant upon some defines (VBE_HAVE_LFB), so put the inclu...japj1-5/+7
2002-03-13- made LFB dependant upon definejapj5-11/+68
2002-03-13- added max video memory + documented what is in the 0xb0c0 interfacejapj2-2/+22
2002-03-12- updated for 0.3a. Merged vgabios.bin and vbebios.bincbothamy2-36/+7
2002-03-10- added LFB modes for testing with vbe-lfb patch in Bochsjapj2-131/+32
2002-03-10- show people when they do NOT have VBE support availablejapj1-11/+30
2002-03-10- cleanup of vbe internal functions (set 8bpp mode is now dependant on ModeIn...japj4-249/+93
2002-03-10- updated for 0.3acbothamy2-11/+8
2002-03-10- added vbe_has_vbe_display function that detects an attached vbe displaycbothamy2-3/+14
2002-03-10- vbe calls are done only if a vbe display is detectedcbothamy1-63/+82
2002-03-10- preparing for LFB supportjapj2-4/+9