summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-29add and register UM D3D10DDI_DEVICEFUNCSwddmArnon Gilboa1-16/+1232
2013-01-28add and register KM functions extended for WDDM 2.0Arnon Gilboa1-2/+97
2012-12-23get to DxgkDdiCreateDevice and CreateDeviceArnon Gilboa5-11/+113
2012-12-20wddm/qxlwddm.inf: set user-mode driver for D3D10 as wellArnon Gilboa1-2/+2
2012-12-20umd/qxlum.c: export OpenAdapter for D3D9 as wellArnon Gilboa2-14/+6
2012-11-18wddm/sys: use locals.h for ioport & bar addresses (hack, depends on qemu vers...Arnon Gilboa3-3/+9
2012-11-07wddm/um/qxlum.c: OpenAdapter10, try CreateFile/WriteFile (failed), try callin...Alon Levy3-1/+68
2012-11-07wddm/sys/qxlwddm.c: DxgkDdiSetPowerState & DxgkDdiRecommendMonitorModes + qxl...Alon Levy1-24/+103
2012-11-04Driver loads and other services start (vdagent, openssh)Alon Levy1-4/+126
2012-11-04wddm: implement QueryAdapter:QuerySegment reach VidPN queriesAlon Levy2-11/+51
2012-11-04wip for arnonAlon Levy1-5/+31
2012-11-04add .gitignoreAlon Levy1-0/+6
2012-11-01wddm: minimally implement StartDevice & QueryAdapterInfoAlon Levy2-8/+149
2012-10-31wddm/qxlwddm.inf: add event log. reboot actually gets to StartDeviceAlon Levy1-1/+8
2012-10-31wddm/qxlwddm.inf: add VgaCompatible=0 (no effect)Alon Levy1-0/+1
2012-10-31wddm/qxlwddm.inf: use $WINDOWS NT$ instead of $CHICAGO$ (no effect)Alon Levy1-9/+9
2012-10-31wddm/umd/qxlum: trivial failing OpenAdapter implAlon Levy3-0/+15
2012-10-31wddm/qxlwddm.c: log handleAlon Levy1-73/+81
2012-10-30wddm: don't implement reserved functionsAlon Levy1-93/+0
2012-10-30wddm: use PAGED_CODE, don't implement DxgkDdiLinkDeviceAlon Levy2-7/+156
2012-10-30qxlwddm.inf: advertise win7+ (WDDM v1.1)Alon Levy1-1/+1
2012-10-30qxlwddm.inf: change FeatureScoreAlon Levy1-2/+2
2012-10-29wddm/sys/qxlwddm: implement DxgkDdiAddDeviceAlon Levy2-2/+22
2012-10-29wddm/sys/qxlwddm.c: prepend globals with g_Alon Levy1-11/+21
2012-10-29wddm/sys/qxlwddm.c: add staticsAlon Levy1-67/+67
2012-10-29wddm: passes DxgkInitializeAlon Levy2-4/+884
2012-10-29wddm: cleanup, DxgkInitialize returns STATUS_REVISION_MISMATCH 0xC0000059LAlon Levy2-11/+14
2012-10-29create qxl_common static libraryAlon Levy9-11/+40
2012-10-28(wip) wddm: miniport loggingAlon Levy2-3/+36
2012-10-28create common include dir; wddm can outb to QXL_IO_PORTAlon Levy6-4/+21
2012-10-28wddm: renamed to qxlwddm.inf, now installs - needed Services sectionAlon Levy2-38/+61
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