summaryrefslogtreecommitdiff
path: root/video/IndirectDisplay/IddSampleApp
AgeCommit message (Collapse)Author
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-12update the project settings for the IDD sampleDavid Spruill
2021-04-22Fix build issues with WDK 10.0.19041Shantanu Gupta
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-02-19minor cleanupShantanu Gupta
2020-02-19Add Indirect Display Driver sampleShantanu Gupta