summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-20qxl-wddm-dod: Updated Changelog for v0.16v0.16Yuri Benditovich1-0/+5
2017-02-07qxl-wddm-dod: Startup case when OS does not supply frame buffer addressyuri.benditovich@daynix.com1-0/+27
2017-02-06qxl-wddm-dod: Use 32 bpp for fallback modeYuri Benditovich1-1/+1
2017-02-06qxl-wddm-dod: Allow easy modification of fallback settingYuri Benditovich1-2/+2
2017-02-06qxl-wddm-dod: Discard meaningless copy of valueYuri Benditovich1-6/+0
2017-01-29Do not take into account move operations for mappingFrediano Ziglio2-10/+3
2017-01-26qxl-wddm-dod: Fix for screen not shown after driver disabledYuri Benditovich2-1/+3
2016-12-08qxl-wddm-dod: Add Changelog filev0.15Yuri Benditovich1-0/+9
2016-12-06Implements screen to screen move correctlyFrediano Ziglio2-5/+22
2016-11-23Fix default mode pitchv0.14Javier Celaya1-1/+1
2016-11-23Remove unused codetest.0.testJavier Celaya2-54/+0
2016-11-21Send HIDE command when pointer is not visibleJavier Celaya1-6/+1
2016-11-21qxl-wddm-dod: Enable hardware pointer accelerationYuri Benditovich2-20/+13
2016-11-07Update some file copyright statementsv0.13Frediano Ziglio4-2/+22
2016-11-04Change licence to Apache v2Christophe Fergeau9-44/+279
2016-11-04Configurable version information in binary and INFYuri Benditovich3-2/+55
2016-10-31Fixing indentationSameeh Jubran1-1/+1
2016-10-25Update READMEPavel Grunt1-5/+3
2016-10-19Indicate all Qxl devices as VGAv0.4-1Sameeh Jubran1-1/+1
2016-10-19Code Analysis fixSameeh Jubran1-1/+1
2016-10-19Use MmMapIoSpaceEx instead of MmMapIoSpaceFrediano Ziglio5-7/+89
2016-10-19Mark all functions that should go to non paged sectionsFrediano Ziglio2-39/+50
2016-10-19Add missing calls to PAGED_CODEFrediano Ziglio1-0/+3
2016-10-19Call "DxgkCbAcquirePostDisplayOwnership" when changing Power State to D0Sameeh Jubran1-1/+4
2016-10-19Fixing black-white screen in installation when qxl revision = 3Sameeh Jubran2-34/+39
2016-09-28Code Analysis and style fixSameeh Jubran1-4/+5
2016-09-28Use PAGED_CODE() at the beginning of each pageable methodSameeh Jubran1-0/+73
2016-09-28Fix source buffer mapping in PresentDisplayOnlySameeh Jubran2-5/+25
2016-09-28Fixing framebuffer usage logicSameeh Jubran1-55/+53
2016-09-26Use frame buffer in VGA mode onlySameeh Jubran2-17/+25
2016-09-26Removing unnecessary call to BlackOutScreenSameeh Jubran1-1/+0
2016-09-26Fixing possible BSODSameeh Jubran1-1/+5
2016-09-12Use the second bar (VRAM) for qxl command buffer.Sameeh Jubran1-26/+26
2016-09-12Add arbitrary resolution and monitors_config EscapeSameeh Jubran3-51/+128
2016-09-11Fixed misspellingSameeh Jubran2-8/+9
2016-09-09Add .gitattributes and introduce end-of-line normalizationSameeh Jubran1-0/+16
2016-09-09Support future Qxl revisionsSameeh Jubran1-1/+1
2016-09-09Fixing Move rectangles implementationSameeh Jubran2-7/+15
2016-09-09Set SupportNonVGA in QueryAdapterInfo callbackSameeh Jubran1-0/+3
2016-09-09Replacing tabs with spacesSameeh Jubran3-49/+49
2016-09-09Convert UTF-16LE files to single byte unix formatDmitry Fleytman3-0/+0
2016-09-09Upgrade to Windows 10 WDKSameeh Jubran12-374/+310
2016-09-09Fix handling of monochrome cursorsSameeh Jubran1-3/+5
2016-09-09Remove unused notify present display only interruptSameeh Jubran1-6/+0
2016-09-09Add debug print macro to dump debug print statements to kernel debugger outputSameeh Jubran2-6/+22
2016-09-09Normalise line endingFrediano Ziglio4-32/+32
2016-09-08Fixing monitor flicker on resolution changeSameeh Jubran1-1/+1
2016-09-08Reserved must be set to 0Sameeh Jubran1-0/+1
2016-09-08On power wake call the init functions before setting the vidpn to black. Othe...Sameeh Jubran1-8/+8
2016-09-08Fix interrupt maskSameeh Jubran1-3/+9