Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Validator] Check size of PSV. #6924

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Sep 19, 2024

  1. [Validator] Check size of PSV.

    Check size of PSV part matches the PSVVersion.
    Updated DxilPipelineStateValidation::ReadOrWrite to read based on initInfo.PSVVersion.
    And return fail when size mismatch in RWMode::Read.
    
    Fixes microsoft#6817
    python3kgae committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    42c73c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ec774c View commit details
    Browse the repository at this point in the history
  3. Check PSVRuntimeInfoSize early.

    Then use PSVInitInfo to calculate correct size of PSV.
    python3kgae committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b7c81b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    69a78ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe34412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cafe1d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c4b132 View commit details
    Browse the repository at this point in the history
  5. Fix clang build issues.

    python3kgae committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    69d12d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Code cleanup.

    python3kgae committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4fb11b4 View commit details
    Browse the repository at this point in the history