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

Support RelaxedPrecision in DXBC #939

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 30, 2022

  1. vkd3d-shader: Parse minprecision modifier.

    Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
    HansKristian-Work committed May 30, 2022
    Configuration menu
    Copy the full SHA
    fee77ef View commit details
    Browse the repository at this point in the history
  2. vkd3d-shader: Emit RelaxedPrecision when appropriate.

    Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
    HansKristian-Work committed May 30, 2022
    Configuration menu
    Copy the full SHA
    5273fbe View commit details
    Browse the repository at this point in the history
  3. vkd3d: Expose 16-bit min precision support.

    Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
    HansKristian-Work committed May 30, 2022
    Configuration menu
    Copy the full SHA
    34d23c9 View commit details
    Browse the repository at this point in the history
  4. vkd3d-shader: Emit RelaxedPrecision for saturation modifier.

    Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
    HansKristian-Work committed May 30, 2022
    Configuration menu
    Copy the full SHA
    6224e1d View commit details
    Browse the repository at this point in the history
  5. vkd3d-shader: Remove fixme warning for minimum precision.

    Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
    HansKristian-Work committed May 30, 2022
    Configuration menu
    Copy the full SHA
    e426151 View commit details
    Browse the repository at this point in the history
  6. tests: Add simple minprecision test.

    Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
    HansKristian-Work committed May 30, 2022
    Configuration menu
    Copy the full SHA
    cfaf310 View commit details
    Browse the repository at this point in the history