summaryrefslogtreecommitdiff
path: root/src/vesa.c
Commit message (Expand)AuthorAgeFilesLines
* Disable shadow by default on known-virtual GPUsno-virt-shadowAdam Jackson2018-10-161-3/+32
* Refuse to run on UEFI machinesnot-on-efiAdam Jackson2018-08-291-2/+9
* Newline-terminate a few error messagesAdam Jackson2018-08-281-2/+2
* Honor Option "NoDDC" correctlyIan Lepore2018-02-151-1/+3
* Use VBEFreeVBEInfo not freeAdam Jackson2018-02-151-1/+2
* Fall back to VGA if the palette API isn't supportedAdam Jackson2018-02-151-0/+21
* Don't build old probe method on sufficiently new serversAdam Jackson2018-02-151-0/+6
* Use default refresh by defaultStefan Dirsch2016-05-021-3/+5
* When debugging, print the VGAbase as well.Matthew Green2015-07-271-2/+3
* configure: Drop PanelID testAdam Jackson2015-06-111-2/+0
* Make bool option parsing clearer and more consistentEgbert Eich2013-08-141-6/+5
* Remove mibstore.hAdam Jackson2012-09-251-4/+0
* Fix check function in VESASaveRestoreAlexandr Shadchin2012-08-231-1/+1
* vesa: add api 13 compat layer.Dave Airlie2012-06-011-39/+41
* vesa: convert to new screen conversion APIs.Dave Airlie2012-05-231-5/+5
* vesa: add compat-api.hDave Airlie2012-05-231-1/+1
* Code style cleanup to make the map and unmap blocks more consistentJeremy Huddleston2011-10-191-19/+20
* Build fix for ABI Version 12Jeremy Huddleston2011-10-191-7/+11
* Build fix for ABI Version 12Jeremy Huddleston2011-10-191-0/+4
* Be forgiving of character-cell size mismatches in mode sizesAdam Jackson2011-02-141-3/+25
* Fix memory leak in mode validationAdam Jackson2011-02-141-0/+1
* Refuse to load if there's a kernel driver bound to the deviceAdam Jackson2010-12-081-1/+7
* Convert x+m/calloc/free to m/calloc/free.Trevor Woerner2010-10-241-24/+24
* Make the VBESetVBEMode fallback message slightly clearerAdam Jackson2010-01-041-2/+1
* Remove support for non-shadowfb banked framebufferAdam Jackson2009-12-301-16/+3
* Use own thunk function instead of shadowUpdatePackedWeakAdam Jackson2009-12-301-2/+8
* Warning fix when !HAVE_ISAAdam Jackson2009-12-301-0/+2
* Code motionAdam Jackson2009-12-301-34/+29
* Don't artificially limit the screen size to 2kAdam Jackson2009-12-011-1/+1
* Add missing shadowRemove() in VESACloseScreen().Matthieu Herrb2009-10-051-1/+3
* Remove unused variable.Adam Jackson2009-09-181-4/+1
* Use VBE palette load, not VGA banging.Adam Jackson2009-09-181-26/+1
* Fix a commentAdam Jackson2009-09-181-1/+0
* Update to xextproto 7.1 support.Peter Hutterer2009-07-161-0/+5
* Attempt VBE PanelID if DDC failsAdam Jackson2009-02-261-0/+7
* Add yet another pass to mode validation.Adam Jackson2009-02-051-14/+40
* Make ISA support optional.Adam Jackson2008-11-231-0/+6
* VESASetMode: be verbose about the mode that's being set.Luc Verhaegen2008-09-181-0/+4
* Default VESAValidMode to returning MODE_BAD.Adam Jackson2008-07-011-1/+1
* Add a TODO list.Adam Jackson2008-07-011-0/+8
* Warning cleanup.Adam Jackson2008-07-011-31/+2
* Use VBE services for DPMS instead of banging VGA registers manually.Adam Jackson2008-07-011-33/+1
* Un-duplicate some init code.Adam Jackson2008-07-011-39/+21
* Remove unused ->deviceAdam Jackson2008-07-011-2/+0
* Update copyright.Adam Jackson2008-06-121-1/+2
* Clean up memory model checking, and properly refuse unsupported models.Adam Jackson2008-06-121-20/+10
* Add semi-reasonable mode validation.Adam Jackson2008-06-121-10/+142
* Prefer a more modern depth/bpp selection.Adam Jackson2008-06-121-12/+11
* Remove some useless module loading cruft.Adam Jackson2008-06-121-79/+1
* Fix boolean inversion in VBE screen clear.Adam Jackson2008-06-121-2/+5