[Git][wine/vkd3d][master] 4 commits: tests/hlsl: Add additional half declaration tests.
Henri Verbeet pushed to branch master at wine / vkd3d Commits: c00df311 by Francisco Casas at 2026-06-15T13:51:51+02:00 tests/hlsl: Add additional half declaration tests. - - - - - 7bd1319d by Francisco Casas at 2026-06-15T14:19:52+02:00 vkd3d-shader/hlsl: Introduce a compatibility flag to handle half globals as float. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58587 - - - - - e0db22a0 by Francisco Casas at 2026-06-15T14:39:12+02:00 tests/hlsl: Add tests with half arithmetic expressions. - - - - - 72e537c1 by Francisco Casas at 2026-06-15T14:40:30+02:00 vkd3d-shader/hlsl: Support half arithmetic operations in shader model 4 and 5. Unlike shader model 1-3, where the _pp modifier appears, there doesn't seem to be any difference between how half and float expressions are compiled in shader model 4 and 5. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58587 - - - - - 8 changed files: - Makefile.am - include/vkd3d_shader.h - libs/vkd3d-shader/hlsl.y - libs/vkd3d-shader/hlsl_codegen.c - libs/vkd3d-utils/vkd3d_utils_main.c - programs/vkd3d-compiler/main.c - + tests/hlsl/arithmetic-half.shader_test - tests/hlsl/half.shader_test View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c3f0ce969582bc50e403c27202939... -- View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c3f0ce969582bc50e403c27202939... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Henri Verbeet (@hverbeet)