summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-12qxl-wddm-dod: Non-forced memory allocations with VSyncyuri.benditovich@daynix.com2-8/+103
2017-04-12qxl-wddm-dod: Implement non-forced bitmap allocationyuri.benditovich@daynix.com2-5/+26
2017-04-12qxl-wddm-dod: Dedicated procedure for bitmap creationyuri.benditovich@daynix.com2-61/+80
2017-04-12qxl-wddm-dod: Optimize allocation of memory chunksyuri.benditovich@daynix.com1-1/+1
2017-04-12qxl-wddm-dod: PutBytesAlign supports non-forced allocationyuri.benditovich@daynix.com2-26/+50
2017-04-12qxl-wddm-dod: Prepare for failure to allocate memoryyuri.benditovich@daynix.com2-17/+97
2017-04-11Pass 0 to level argument of KeInitializeMutexFrediano Ziglio1-4/+4
2017-04-03qxl-wddm-dod: Set VSync indication period to 200msyuri.benditovich@daynix.com1-2/+4
2017-04-03qxl-wddm-dod: Registry-based control over VSyncyuri.benditovich@daynix.com1-0/+35
2017-04-03qxl-wddm-dod: Reduce amount of unnecessary printoutsyuri.benditovich@daynix.com1-5/+5
2017-04-03qxl-wddm-dod: Debug warning on long wait on eventyuri.benditovich@daynix.com2-3/+15
2017-04-03qxl-wddm-dod: Introduce TimeMeasurement class for timing debuggingyuri.benditovich@daynix.com1-0/+35
2017-04-03qxl-wddm-dod: Use rendering offload threadyuri.benditovich@daynix.com2-38/+28
2017-04-03qxl-wddm-dod: Prepare system thread for renderingyuri.benditovich@daynix.com2-0/+124
2017-02-22qxl-wddm-dod: Preparation for VSync activationyuri.benditovich@daynix.com2-0/+79
2017-02-22qxl-wddm-dod: Timer-based VSync interrupt indicationyuri.benditovich@daynix.com2-0/+96
2017-02-22qxl-wddm-dod: Simplify interrupt handling for rev4 deviceyuri.benditovich@daynix.com2-46/+13
2017-02-22qxl-wddm-dod: Fix video modes enumerationyuri.benditovich@daynix.com1-4/+4
2017-02-22qxl-wddm-dod: Option to provide frequency data to the OSyuri.benditovich@daynix.com2-30/+43
2017-02-22qxl-wddm-dod: Return EDID data to the OSyuri.benditovich@daynix.com1-2/+104
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