summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-30add benchmarks for memcpy (RtlCopyMemory) vs fast - fast is slowermemcpy-benchmark-amd64Alon Levy5-0/+258
2014-04-30xddm/display/amd64: implement Save/RestoreFPU & fast_memcpy_*Alon Levy2-8/+241
2014-04-30xddm/display/amd64: implement CheckAndSetSSE2Alon Levy2-0/+17
2014-04-30adding initial empty AMD64 only external asm fileAlon Levy2-0/+2
2014-04-30xddm/display/res.c: move ALIGN out of Save/RestoreFPU for easier amd64 implem...Alon Levy1-9/+6
2014-04-30build.bat: more verbose buildAlon Levy1-2/+3
2014-04-30build.bat: fix copy to install dir for amd64Alon Levy1-4/+10
2014-04-30display\driver.c: remove unused FlotaToFixedAlon Levy1-14/+0
2014-04-30display/res.h: remove whitespace at EOFAlon Levy1-1/+1
2014-04-30miniport/qxl.inf: simplify by having FeatureScore for everyoneAlon Levy1-14/+5
2013-09-09Revert "miniport: halve QXL_IO_UPDATE_IRQ calls"Yonit Halperin1-0/+1
2013-07-30miniport: halve QXL_IO_UPDATE_IRQ callsAlon Levy1-1/+0
2013-07-30miniport: use a limited interrupt maskAlon Levy1-4/+7
2013-07-30display/driver: DrvDeleteDeviceBitmap: log if pdev disabledAlon Levy1-0/+5
2013-07-29display: add punting where it is missingAlon Levy3-1/+13
2013-07-17xddm/miniport/qxl.inf: bump version and touch dateAlon Levy1-1/+1
2013-07-17miniport: disable surfaces by defaultAlon Levy1-4/+6
2013-07-05display: apply the fix in fc314927bc48835e to Alpha BitmapsYonit Halperin3-43/+16
2013-07-01miniport/qxl.c: fail a custom mode that would not fit memory (RHBZ#863488)Alon Levy1-5/+21
2013-06-24display: fix deadlock when dbg_level >= 15Yonit Halperin1-8/+22
2013-06-21display: handle correctly bitmaps with line-size > 64KYonit Halperin1-1/+11
2012-10-28now finds all files (sys, dll) fine, get 0xe000022d in setupapi.dev.logAlon Levy1-2/+10
2012-10-28builds; no installation - still setupapi claims file missingAlon Levy4-2/+33
2012-10-28added qxlum.c to umd, not tested because sys fails to linkAlon Levy2-1/+1
2012-10-28qxlwddm.sys failes to link, missing DriverEntryAlon Levy1-0/+0
2012-10-28TARGETNAME doesn't need .sys suffixAlon Levy1-2/+2
2012-10-28wddm: passes build but builds nothingAlon Levy3-0/+7
2012-10-28wddm/qxl.inf: now finally getting a missing file error in setupapi.dev.log fo...Alon Levy1-1/+1
2012-10-28wip: passes pnputil -i -a qxl.inf, but doesn't try to install anything except...Alon Levy1-0/+30
2012-10-25move xddm driver to xddm subdirAlon Levy42-1/+1
2012-10-14only allow word aligned stridesAlon Levy3-5/+8
2012-10-10miniport: QXLEscape: use 5/5/5 16 bitAlon Levy1-1/+1
2012-09-05add registry key "DisableSurfaces"Alon Levy7-7/+63
2012-08-08miniport: fix invalid memory access from previous patchMarc-André Lureau1-8/+10
2012-05-16Implement custom display resolutionMarc-André Lureau3-4/+147
2012-05-16build-sys: use spice-protocol submoduleMarc-André Lureau3-1/+7
2011-10-06qxldd: push INTERRUPT_NOT_PRESENT_TIMEOUT to 60 seconds, less likely to happe...Alon Levy1-1/+1
2011-10-06display/text: add missing punting to DrvTextOutAlon Levy1-0/+2
2011-09-21miniport/qxl: more verbose debug on StartIOAlon Levy1-1/+1
2011-09-21display: handle interrupt handler disappearance (rhbz 721118)Alon Levy1-1/+38
2011-09-21display: add pdev->use_asyncAlon Levy2-1/+3
2011-09-21build.bat copy to a dest dir if givenAlon Levy1-0/+20
2011-09-18display: UpdateArea: improve debug messagesAlon Levy2-2/+24
2011-08-28display: add missing 'continue' in MoveAllSurfacesToVideoRamYonit Halperin1-0/+1
2011-08-28display: fix how MoveAllSurfacesToRam handles failureYonit Halperin3-14/+42
2011-08-28display: not using globals, RHBZ #731644Yonit Halperin6-449/+322
2011-08-25display: support clearing the pci-bar when the pdev is disabled for revision<...Yonit Halperin3-30/+76
2011-08-24display: not reset devices on DrvDisableDriver, RHBZ #731644Yonit Halperin3-22/+0
2011-08-17miniport: map vram to virtual address only once, #722954Yonit Halperin1-45/+30
2011-08-03miniport: fix broken support for revision 2Alon Levy1-1/+4