Skip to content
Snippets Groups Projects

vkd3d-shader/dxil: Support for isinf, isnan and isfinite.

Merged Conor McCarthy requested to merge cmccarthy/vkd3d:float_funcs into master
1 unresolved thread

Merge request reports

Merge request pipeline #21460 skipped

Merge request pipeline skipped for e973271a

Merged by Alexandre JulliardAlexandre Julliard 1 year ago (Jan 24, 2024 9:54pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
392 392 VKD3DSIH_IMUL,
393 393 VKD3DSIH_INE,
394 394 VKD3DSIH_INEG,
395 VKD3DSIH_ISFINITE,
395 396 VKD3DSIH_ISHL,
396 397 VKD3DSIH_ISHR,
398 VKD3DSIH_ISINF,
399 VKD3DSIH_ISNAN,
  • Conor McCarthy added 4 commits

    added 4 commits

    • b03b5fe7 - vkd3d-shader/dxil: Handle floating point special value comparisons in sm6_parser_emit_dx_unary().
    • 18e707b9 - tests/shader-runner: Add tests for floating point special values.
    • c922b4d1 - vkd3d-shader/spirv: Implement the ISFINITE instruction.
    • 7f050f6b - vkd3d-shader/spirv: Handle the ISINF and ISNAN instructions in...

    Compare with previous version

  • Giovanni Mascellani approved this merge request

    approved this merge request

  • Conor McCarthy added 64 commits

    added 64 commits

    • 7f050f6b...bf628f0c - 60 commits from branch wine:master
    • 77fa29ae - vkd3d-shader/dxil: Handle floating point special value comparisons in sm6_parser_emit_dx_unary().
    • a83ef9ea - tests/shader-runner: Add tests for floating point special values.
    • 20ab78ac - vkd3d-shader/spirv: Implement the ISFINITE instruction.
    • f432b39a - vkd3d-shader/spirv: Handle the ISINF and ISNAN instructions in...

    Compare with previous version

  • Henri Verbeet approved this merge request

    approved this merge request

  • Alexandre Julliard approved this merge request

    approved this merge request

  • Alexandre Julliard added 14 commits

    added 14 commits

    • f432b39a...0f46e7bb - 10 commits from branch wine:master
    • 41cce4cb - vkd3d-shader/dxil: Handle floating point special value comparisons in sm6_parser_emit_dx_unary().
    • 35d46cf3 - tests/shader-runner: Add tests for floating point special values.
    • cd674d59 - vkd3d-shader/spirv: Implement the ISFINITE instruction.
    • e973271a - vkd3d-shader/spirv: Handle the ISINF and ISNAN instructions in...

    Compare with previous version

  • Please register or sign in to reply
    Loading