summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refuse to run if framebuffer or dri devices are presentJocelyn Falempe2022-10-271-5/+34
* VESAValidMode: remove duplicate call to VESAGetRecAlan Coopersmith2022-10-171-2/+0
* VESADGASetMode: remove unused variable scrnIdxAlan Coopersmith2022-10-171-1/+0
* Fix spelling/wording issuesAlan Coopersmith2022-01-301-1/+1
* Disable shadow by default on known-virtual GPUsAdam Jackson2019-07-101-3/+32
* Refuse to run on UEFI machines running older kernelsBenjamin Tissoires2019-05-101-1/+2
* Try harder to avoid 24bppAdam Jackson2019-03-061-1/+3
* 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
* Don't include deprecated xf86PciInfo.hAdam Jackson2015-06-161-3/+0
* 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-012-39/+98
* vesa: fix make distcheck.Dave Airlie2012-05-231-0/+1
* vesa: convert to new screen conversion APIs.Dave Airlie2012-05-231-5/+5
* vesa: add compat-api.hDave Airlie2012-05-232-1/+42
* 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
* Use unsigned long rather than deprecated IOADDRESSJeremy Huddleston2011-10-191-1/+1
* 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
* Purge cvs tags.Jesse Adkins2010-10-061-2/+0
* config: Move compiler flags from configure.ac to Makefile.amGaetan Nadon2010-02-151-0/+3
* Make the VBESetVBEMode fallback message slightly clearerAdam Jackson2010-01-041-2/+1
* Remove support for non-shadowfb banked framebufferAdam Jackson2009-12-302-22/+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
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-10-221-6/+0
* 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
* vesa: change to using ABI version checkDave Airlie2009-07-281-1/+1
* vesa: update for resources/RAC API removalDave Airlie2009-07-281-2/+5
* 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