summaryrefslogtreecommitdiff
path: root/video/IndirectDisplay/IddSampleDriver
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-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-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-19Add Indirect Display Driver sampleShantanu Gupta