[Git][wine/vkd3d][master] 4 commits: vkd3d-shader: Explicitly set indices for the numeric type names array.
Henri Verbeet pushed to branch master at wine / vkd3d Commits: b5c57832 by Nikolay Sivov at 2024-09-23T15:25:36+02:00 vkd3d-shader: Explicitly set indices for the numeric type names array. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 968a3dfc by Nikolay Sivov at 2024-09-23T15:26:28+02:00 tests: Add some more tests for type name handling. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - d7def842 by Nikolay Sivov at 2024-09-23T15:26:35+02:00 vkd3d-shader/hlsl: Remove the 'double' keyword. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 799e6105 by Nikolay Sivov at 2024-09-23T15:26:35+02:00 vkd3d-shader/d3dbc: Add an option to treat doubles as floats. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55448 Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 9 changed files: - include/vkd3d_shader.h - libs/vkd3d-shader/d3dbc.c - libs/vkd3d-shader/hlsl.c - libs/vkd3d-shader/hlsl.h - libs/vkd3d-shader/hlsl.l - libs/vkd3d-shader/hlsl.y - libs/vkd3d-shader/hlsl_codegen.c - programs/vkd3d-compiler/main.c - tests/hlsl/type-names.shader_test View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2ac7f650a196e47a18ea1957eac59... -- View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2ac7f650a196e47a18ea1957eac59... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Henri Verbeet (@hverbeet)