summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-14Reset QXL to VGA modeHEADmasterqi zhou1-1/+1
2022-09-06Unhide cursor if pos_x is negativeqi zhou1-1/+1
2020-11-19Update changelog for v0.21v0.21Yuri Benditovich1-0/+3
2020-07-15qxl-wddm-dod: reduce verbosity of stampinf in buildYuri Benditovich1-2/+2
2020-07-15qxl-wddm-dod: fix behavior on v5 deviceYuri Benditovich2-1/+5
2020-03-04Updated Changelog for 0.20v0.20Yuri Benditovich1-1/+6
2020-03-02Remap the pointer in case of rotated screenYuri Benditovich1-1/+25
2020-03-02Enable screen rotation of 180 and 270 degreesYuri Benditovich1-2/+6
2020-03-02qxl-wddm-dod: Allow additional low resolutionYuri Benditovich1-2/+2
2019-12-09add Wix script for driver installationYuri Benditovich1-0/+94
2019-04-11Updated Changelog for v0.19v0.19Yuri Benditovich1-0/+8
2019-03-11qxl-wddm-dod: prevent failure of power on transitionYuri Benditovich1-2/+3
2019-02-12qxl-wddm-dod: Load best know defaults for video mode at driver's startYuri Benditovich1-5/+32
2019-01-18Fix for black screen on driver uninstall on ovmf platformYuri Benditovich2-2/+51
2018-06-26Do not set self_bitmap flag for QXL_DRAW_COPY commandFrediano Ziglio1-3/+0
2018-05-21Add support for resolution 800x600Yuri Benditovich2-10/+12
2018-04-23Prevent installation on OSes earlier than Windows 8Basil Salman1-2/+2
2017-07-09qxl-wddm-dod: Add scripts for ETW recording and parsingyuri.benditovich@daynix.com2-0/+41
2017-07-09qxl-wddm-dod: Support ETW for release versionyuri.benditovich@daynix.com4-1/+15
2017-07-09qxl-wddm-dod: add trace definition file for WPPyuri.benditovich@daynix.com2-0/+59
2017-07-09qxl-wddm-dod: Correct format of printoutsyuri.benditovich@daynix.com2-52/+52
2017-06-13ci: Integrate with AppveyorDmitry Fleytman1-0/+18
2017-05-28qxl-wddm-dod: Updated Changelog for v0.18v0.18Yuri Benditovich1-0/+3
2017-05-26qxl-wddm-dod: Debug printouts of memory mappingyuri.benditovich@daynix.com1-2/+2
2017-05-26qxl-wddm-dod: Prevent potential memory leak in class driveryuri.benditovich@daynix.com1-0/+2
2017-05-26qxl-wddm-dod: Fix unmapping of physical memoryyuri.benditovich@daynix.com1-4/+4
2017-05-15qxl-wddm-dod: Updated Changelog for v0.17v0.17Yuri Benditovich1-0/+8
2017-05-05Synchronize display mode change and pushing drawablesFrediano Ziglio2-27/+92
2017-05-05Move code for discarding drawable to separate procedureYuri Benditovich2-7/+15
2017-04-12Move m_CustomMode field in QxlDeviceFrediano Ziglio1-1/+2
2017-04-12Inline GetModeCountFrediano Ziglio1-3/+1
2017-04-12Use C++ style for allocations for m_ModeInfo fieldFrediano Ziglio1-6/+6
2017-04-12Use C++ style for allocations for m_ModeNumbers fieldFrediano Ziglio1-6/+6
2017-04-12Make clear a QXLReleaseInfo structure is usedFrediano Ziglio1-1/+1
2017-04-12Fix indentationFrediano Ziglio1-3/+3
2017-04-12Remove unused UpdateArea methodFrediano Ziglio2-12/+0
2017-04-12Remove generation field from MemSlotFrediano Ziglio2-3/+1
2017-04-12Remove unused EmptyReleaseRing methodFrediano Ziglio2-12/+0
2017-04-12Make DebugPrintFuncSerial staticFrediano Ziglio2-14/+11
2017-04-12Remove unused DebugPrintFunc functionFrediano Ziglio2-8/+0
2017-04-12Do not check for NULL before calling deleteFrediano Ziglio1-5/+1
2017-04-12Avoid assert printout upon fallback of memory allocationYuri Benditovich1-2/+5
2017-04-12Use DEVRAM if no more space is available in VRAMFrediano Ziglio1-0/+2
2017-04-12Allocate commands on Bar0Frediano Ziglio1-2/+4
2017-04-12Use inline attribute for VA and PAFrediano Ziglio2-4/+4
2017-04-12Compute dynamically slot_id in PA and VA functionsFrediano Ziglio2-25/+27
2017-04-12Use normal pointer for VA addressesFrediano Ziglio2-16/+14
2017-04-12Allocate m_MemSlots statically inside QxlDeviceFrediano Ziglio2-29/+17
2017-04-12Remove m_NumMemSlots memberFrediano Ziglio2-3/+1
2017-04-12Compute automatically memory space in FreeMemFrediano Ziglio2-21/+24