summaryrefslogtreecommitdiff
path: root/vbe.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-18Add defines for PCI IDs.Gerd Hoffmann1-1/+5
2010-06-18- added support for a lot more non-standard VBE modes (e.g. widescreen modes)...Volker Ruppert1-8/+23
2010-06-18- use VBE LFB address from PCI base address if present (rewrite of the cirrus...Volker Ruppert1-27/+32
2008-03-02- added debug message for unsupported VBE modesVolker Ruppert1-0/+4
2008-02-24- in LFB modes the number of banks must be set to 1Volker Ruppert1-0/+3
2006-08-19- improved VGA compatible setup for VBE modes (disable CGA and HerculesVolker Ruppert1-0/+6
2006-08-18- improved VGA compatible setup for >=8bpp VBE modes (CRTC doubleword mode andVolker Ruppert1-7/+21
2006-08-15- init 4bpp VBE modes by a temporary switch to VGA mode 0x6AVolker Ruppert1-1/+1
2006-08-14- VGA compatible setup for VBE modes improved (Bochs hack can be removed now)Volker Ruppert1-14/+109
2006-08-12- cleaned up VBE memory size definitions (removed duplicate defines, mainVolker Ruppert1-0/+1
2006-08-09- VBE video memory increased to 8 MBVolker Ruppert1-1/+1
2006-07-10- VBE set bank functions failure handling addedVolker Ruppert1-0/+23
2006-07-08- added special case for the 4 bpp when setting VBE display startVolker Ruppert1-0/+12
2006-06-21- improved VBE display capabilities check (X resulution checked now)Volker Ruppert1-48/+28
2006-06-18- applied patch from the qemu project (Fabrice Bellard)Volker Ruppert1-9/+198
2005-12-26- biossums utility now supports VGABIOS sizes up to 64 kBytesVolker Ruppert1-9/+46
2005-05-24- output to the vgabios info port can be disabled now. It is still enabled byVolker Ruppert1-1/+4
2005-05-20- fixed return value for the default case in the VBE section (non-debug mode)Volker Ruppert1-17/+0
2004-07-22- cirrus extension: tables for mode 1280x1024x8 addedVolker Ruppert1-5/+53
2004-05-09- VBE init code and some dispi ioport functions rewritten in assemblerVolker Ruppert1-81/+105
2004-05-08- VBE internal functions dispi_set_enable and dispi_set_bank now called both ...Volker Ruppert1-64/+60
2004-05-06- VBE functions 0x05, 0x06, 0x07 and some dispi ioport functions rewritten in...Volker Ruppert1-146/+198
2004-05-05- 8 bit DAC capability flag setVolker Ruppert1-6/+46
2004-04-18updated my email address + put vgabios url in the bios copyright stringJeroen Janssen1-1/+1
2004-02-23- dispi_get_max_bpp(): restore the original value of the vbe enable registerVolker Ruppert1-3/+4
2004-02-22- new function dispi_get_max_bpp() returns the bpp capabilities of the Bochs guiVolker Ruppert1-11/+20
2004-02-21- dynamicly genarated vbe mode_info list works nowVolker Ruppert1-29/+21
2003-11-17- new VBE presence flag stored at unused BDA address 0xB9Volker Ruppert1-10/+4
2003-11-03- the 'noclearmem' flag is not stored in the 'current video mode' register (0...Volker Ruppert1-1/+2
2003-08-07- current VBE mode now stored in BDA (unused address 0xBA)Volker Ruppert1-9/+9
2003-07-16- LFB flag now stored in the register VBE_DISPI_INDEX_ENABLEVolker Ruppert1-2/+4
2003-07-15- new function dispi_get_bpp()Volker Ruppert1-5/+15
2003-07-10- 15 bpp VBE modes addedVolker Ruppert1-0/+4
2003-07-01- VBE preserve display memory feature implementedVolker Ruppert1-4/+8
2003-06-30- VBE mode info blocks of modes with >8bpp enabledVolker Ruppert1-39/+22
2003-04-26- added missing VBE function dispi_get_bank()Volker Ruppert1-3/+18
2003-04-18- applied patch #1331Volker Ruppert1-0/+33
2003-02-11- VBE mode search rewrittenVolker Ruppert1-34/+31
2003-02-09- VESA mode 0x102 added (uses existing SVGA mode 0x6a)Volker Ruppert1-14/+10
2003-02-08- vbe_biosfn_return_current_mode() now returns the active standard VGA modeVolker Ruppert1-4/+17
2003-01-04- VBE function 0x00 returns VBE 1.x compatible information if no VBE signatureVolker Ruppert1-55/+57
2002-09-19- updated the MakefileChristophe Bothamy1-5/+2
2002-08-23- added lfb-mode numbers (patch from mathis)Christophe Bothamy1-0/+10
2002-07-21gcc2/3 preprocessing fixJeroen Janssen1-10/+10
2002-04-29- applying hw scrolling/multibuffering patchJeroen Janssen1-10/+162
2002-04-25- reverting #asm/##asm & endasm patch (does not work with with cygwin)Jeroen Janssen1-10/+10
2002-04-19- fixing preprocessing of vgabios with latest gcc (from Mandrake 8.2)Jeroen Janssen1-10/+10
2002-04-03- defaulting LFB on + updated changelog & todoJeroen Janssen1-1/+1
2002-04-02- changed the logging ports to 0x500 -> 0x502Christophe Bothamy1-3/+3
2002-03-14- vbetables.h is dependant upon some defines (VBE_HAVE_LFB), so put the inclu...Jeroen Janssen1-3/+5