summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-25mingw: build qxldd.dllwip/mingwAlon Levy1-13/+44
2013-05-25wine build: build for amd64Alon Levy2-5/+5
2013-05-25xddm/display/qxldd.h: fix multiple char constant warningAlon Levy1-1/+1
2013-05-25include/ddk/wdm.h: fix warning of redefinition in PCI_COMMON_HEADER_LAYOUTAlon Levy1-3/+3
2013-05-25xddm/display/driver.c: fix cast from pointer to integer of different size war...Alon Levy1-2/+2
2013-05-25Makefile.am: s/INCLUDES/C_INCLUDES/, fix warning for old meaning of INCLUDESAlon Levy1-2/+2
2013-05-20copying from ddk: align functions to 16 bytesAlon Levy1-1/+1
2013-05-17add wine_build.batAlon Levy1-0/+3
2013-05-17driver builds with both mingw and ddkAlon Levy2-5/+19
2013-05-17wip: trying to build both ddk&mingw from same sourcesAlon Levy1-1/+4
2013-05-17xddm/build.bat: fix default SPICE_COMMON_DIRAlon Levy1-1/+1
2013-04-10Run pefixupMarc-André Lureau1-1/+1
2013-04-10debugMarc-André Lureau1-1/+26
2013-02-21savedMarc-André Lureau5-10/+113
2013-02-21mingw: use / instead of \ in header pathsChristophe Fergeau1-2/+2
2013-02-21mingw: adjust Drv* declaration to what mingw expectsChristophe Fergeau1-11/+11
2013-02-21autofooMarc-André Lureau2-61/+38
2013-02-21WIPMarc-André Lureau86-14/+74636
2013-02-21mingw: adjust DriverEntry declarationChristophe Fergeau1-1/+1
2013-02-21mingw: disable inline ASMChristophe Fergeau2-7/+7
2013-02-21mingw: add autotools supportChristophe Fergeau3-0/+326
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