summaryrefslogtreecommitdiff
path: root/video/IndirectDisplay
AgeCommit message (Collapse)Author
2024-07-01Standarize INF files enconding to UTF-16 (LE with BOM); renormalize filesAdonais Romero Gonzalez
2024-02-26Remove x86 and ARM configurations for sample projects. (#1126)Adonais Romero González
* Removed Win32 and Arm from the project configurations. * Set default platform to x64.
2024-02-19Update IddSampleApp.vcxproj - fix copy-paste errorJakobL-MSFT
2024-02-19Add explicit flag for arm64 for ehsc and remove incremental link (#1117)prashantchahar
* Add explicit flag for arm64 for ehsc and remove incremental link as ehsc is not passsed for ARM64 VS and looks like ltcg is not supported as well. * Update exclusions.csv * Set exception handling via property ExceptionHandling --------- Co-authored-by: Prashant Chahar <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]> Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2024-02-13Merge pull request #1107 from microsoft/user/daspr/CorrectIDDSampleDavid Spruill
User/daspr/correct idd sample
2024-02-12update the project settings for the IDD sampleDavid Spruill
2023-07-24Update some sample drivers to Include/Needs wudfrd.inf instead of AddService ↵Jason
for WudfRd (#1011) Co-authored-by: Jason Knichel <[email protected]>
2021-04-22Merge pull request #615 from zeusk/user/shagu/idd-sampleApp-fixtobafo19
User/shagu/idd sample app fix
2021-04-22Fix build issues with WDK 10.0.19041Shantanu Gupta
2021-03-30Update IddCx and KMDOD samples to use SHA256 (#593)Shantanu Gupta
* Switch to SHA256 for Iddcx and KMDOD samples * Undo changes to SampleDisplay.vcxproj.Filters Co-authored-by: Shantanu Gupta <[email protected]>
2020-06-17Updated comments for SwapChainProcessor (#522)159399Shantanu Gupta
Update comments for SwapChainProcessor in IndirectDisplay driver sample Co-authored-by: Shantanu Gupta <[email protected]>
2020-06-17Add multimon support to sample driver (#513)159224Shantanu Gupta
* Update sample driver with multimon support * Fix compiler warning Co-authored-by: Shantanu Gupta <[email protected]>
2020-03-26fix casingShantanu Gupta
2020-03-24Update inf with Pnplockdown=1Shantanu Gupta
2020-02-20Update sample notification emailShantanu Gupta
2020-02-19minor cleanupShantanu Gupta
2020-02-19Add Indirect Display Driver sampleShantanu Gupta