summaryrefslogtreecommitdiff
path: root/src/vesa.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-27Refuse to run if framebuffer or dri devices are presentJocelyn Falempe1-5/+34
2022-10-17VESAValidMode: remove duplicate call to VESAGetRecAlan Coopersmith1-2/+0
2022-10-17VESADGASetMode: remove unused variable scrnIdxAlan Coopersmith1-1/+0
2022-01-30Fix spelling/wording issuesAlan Coopersmith1-1/+1
2019-07-10Disable shadow by default on known-virtual GPUsAdam Jackson1-3/+32
2019-05-10Refuse to run on UEFI machines running older kernelsBenjamin Tissoires1-1/+2
2019-03-06Try harder to avoid 24bppAdam Jackson1-1/+3
2018-08-29Refuse to run on UEFI machinesAdam Jackson1-2/+9
2018-08-28Newline-terminate a few error messagesAdam Jackson1-2/+2
2018-02-15Honor Option "NoDDC" correctlyIan Lepore1-1/+3
2018-02-15Use VBEFreeVBEInfo not freeAdam Jackson1-1/+2
2018-02-15Fall back to VGA if the palette API isn't supportedAdam Jackson1-0/+21
2018-02-15Don't build old probe method on sufficiently new serversAdam Jackson1-0/+6
2016-05-02Use default refresh by defaultStefan Dirsch1-3/+5
2015-07-27When debugging, print the VGAbase as well.Matthew Green1-2/+3
2015-06-11configure: Drop PanelID testAdam Jackson1-2/+0
2013-08-14Make bool option parsing clearer and more consistentEgbert Eich1-6/+5
2012-09-25Remove mibstore.hAdam Jackson1-4/+0
2012-08-23Fix check function in VESASaveRestoreAlexandr Shadchin1-1/+1
2012-06-01vesa: add api 13 compat layer.Dave Airlie1-39/+41
2012-05-23vesa: convert to new screen conversion APIs.Dave Airlie1-5/+5
2012-05-23vesa: add compat-api.hDave Airlie1-1/+1
2011-10-19Code style cleanup to make the map and unmap blocks more consistentJeremy Huddleston1-19/+20
2011-10-19Build fix for ABI Version 12Jeremy Huddleston1-7/+11
2011-10-19Build fix for ABI Version 12Jeremy Huddleston1-0/+4
2011-02-14Be forgiving of character-cell size mismatches in mode sizesAdam Jackson1-3/+25
2011-02-14Fix memory leak in mode validationAdam Jackson1-0/+1
2010-12-08Refuse to load if there's a kernel driver bound to the deviceAdam Jackson1-1/+7
2010-10-24Convert x+m/calloc/free to m/calloc/free.Trevor Woerner1-24/+24
2010-01-04Make the VBESetVBEMode fallback message slightly clearerAdam Jackson1-2/+1
2009-12-30Remove support for non-shadowfb banked framebufferAdam Jackson1-16/+3
2009-12-30Use own thunk function instead of shadowUpdatePackedWeakAdam Jackson1-2/+8
2009-12-30Warning fix when !HAVE_ISAAdam Jackson1-0/+2
2009-12-30Code motionAdam Jackson1-34/+29
2009-12-01Don't artificially limit the screen size to 2kAdam Jackson1-1/+1
2009-10-05Add missing shadowRemove() in VESACloseScreen().Matthieu Herrb1-1/+3
2009-09-18Remove unused variable.Adam Jackson1-4/+1
2009-09-18Use VBE palette load, not VGA banging.Adam Jackson1-26/+1
2009-09-18Fix a commentAdam Jackson1-1/+0
2009-07-16Update to xextproto 7.1 support.Peter Hutterer1-0/+5
2009-02-26Attempt VBE PanelID if DDC failsAdam Jackson1-0/+7
2009-02-05Add yet another pass to mode validation.Adam Jackson1-14/+40
2008-11-23Make ISA support optional.Adam Jackson1-0/+6
2008-09-18VESASetMode: be verbose about the mode that's being set.Luc Verhaegen1-0/+4
2008-07-01Default VESAValidMode to returning MODE_BAD.Adam Jackson1-1/+1
2008-07-01Add a TODO list.Adam Jackson1-0/+8
2008-07-01Warning cleanup.Adam Jackson1-31/+2
2008-07-01Use VBE services for DPMS instead of banging VGA registers manually.Adam Jackson1-33/+1
2008-07-01Un-duplicate some init code.Adam Jackson1-39/+21
2008-07-01Remove unused ->deviceAdam Jackson1-2/+0