Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
92600783 by Elizabeth Figura at 2024-09-12T18:48:52+02:00
vkd3d-shader/hlsl: Use intrinsic_float_convert_arg() in write_acos_or_asin().
- - - - -
534d546e by Elizabeth Figura at 2024-09-12T18:48:52+02:00
vkd3d-shader/hlsl: Use expr_common_base_type() in intrinsic_cross().
- - - - -
ebaf877b by Elizabeth Figura at 2024-09-12T18:48:52+02:00
vkd3d-shader/hlsl: Preserve doubles in intrinsic_float_convert_arg().
- - - - -
1176aaad by Elizabeth Figura at 2024-09-12T18:48:52+02:00
vkd3d-shader/hlsl: Preserve doubles in elementwise_intrinsic_float_convert_args().
- - - - -
e146cc4c by Elizabeth Figura at 2024-09-12T18:48:52+02:00
vkd3d-shader/hlsl: Preserve doubles in intrinsic_cross().
- - - - -
1aa85773 by Elizabeth Figura at 2024-09-12T18:48:52+02:00
vkd3d-shader/hlsl: Preserve doubles in intrinsic_determinant().
- - - - -
1 changed file:
- libs/vkd3d-shader/hlsl.y
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/e61046fb232c2396c28a61937d67…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/e61046fb232c2396c28a61937d67…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
fe8a2f82 by Anna (navi) Figueiredo Gomes at 2024-09-12T18:45:56+02:00
tests/shader_runner: Test the "earlydepthstencil" attribute.
- - - - -
e61046fb by Anna (navi) Figueiredo Gomes at 2024-09-12T18:46:24+02:00
vkd3d-shader/hlsl: Implement the "earlydepthstencil" attribute.
- - - - -
6 changed files:
- Makefile.am
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/tpf.c
- tests/hlsl/depth-bounds.shader_test
- + tests/hlsl/early-depth-stencil.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/0c621f9e4ee51d26f28d1b647272…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/0c621f9e4ee51d26f28d1b647272…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
89336201 by Francisco Casas at 2024-09-12T18:33:19+02:00
vkd3d-shader/hlsl: Save REINTERPRET hlsl_ir_exprs as vsir_program MOVs for SM1.
- - - - -
961c4f8b by Francisco Casas at 2024-09-12T18:39:43+02:00
vkd3d-shader/hlsl: Save CAST hlsl_ir_exprs in the vsir_program for SM1.
- - - - -
08fb6837 by Francisco Casas at 2024-09-12T18:42:25+02:00
vkd3d-shader/hlsl: Save hlsl_ir_resource_load in the vsir_program for SM1.
- - - - -
0c621f9e by Francisco Casas at 2024-09-12T18:43:55+02:00
vkd3d-shader/hlsl: Save hlsl_ir_jump in the vsir_program for SM1.
- - - - -
2 changed files:
- libs/vkd3d-shader/d3dbc.c
- libs/vkd3d-shader/hlsl_codegen.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/866f138875d113f53c069a260608…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/866f138875d113f53c069a260608…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
dcee148b by Giovanni Mascellani at 2024-09-12T18:27:20+02:00
vkd3d-shader/ir: Move the control flow type enumeration to vkd3d_shader_private.h.
- - - - -
866f1388 by Giovanni Mascellani at 2024-09-12T18:31:32+02:00
vkd3d-shader/ir: Record the control flow type in the program.
- - - - -
6 changed files:
- libs/vkd3d-shader/d3dbc.c
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/tpf.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/ec644b395bc7524dffbacd875d50…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/ec644b395bc7524dffbacd875d50…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
23ba1a5e by Feifan He at 2024-09-12T17:03:32+02:00
vkd3d-shader: Introduce VKD3D_SHADER_TARGET_MSL.
- - - - -
47981def by Feifan He at 2024-09-12T18:04:44+02:00
vkd3d-shader/msl: Generate comments for unhandled instructions.
Similar to commit 8a60814476b1b05ef72ae78e9ded80d4c03c3b1a for the GLSL
target.
- - - - -
5df81049 by Feifan He at 2024-09-12T18:09:00+02:00
vkd3d-shader/msl: Call vsir_program_transform() before generating code.
- - - - -
8 changed files:
- Makefile.am
- gitlab/build-mac
- include/vkd3d_shader.h
- libs/vkd3d-shader/ir.c
- + libs/vkd3d-shader/msl.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
- programs/vkd3d-compiler/main.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/ab525f31e43a0f3c04c76b799aae…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/ab525f31e43a0f3c04c76b799aae…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
ce31cba9 by Alistair Leslie-Hughes at 2024-09-12T08:59:57+10:00
Rebase against 0cdc3b092cbe13b8a029e12fda32b5f5ef04641e.
- - - - -
b6944be8 by Alistair Leslie-Hughes at 2024-09-12T09:00:19+10:00
Updated vkd3d-latest patchset
- - - - -
7 changed files:
- patches/server-Stored_ACLs/0003-server-Add-a-helper-function-set_sd_from_token_inter.patch
- patches/vkd3d-latest/0001-Updated-vkd3d-to-6d28cc131b0cad61c681aed6b9f6611a12b.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-0a6bcf5da78863cc6402756a429b21b6234.patch
- patches/vkd3d-latest/0003-Updated-vkd3d-to-bfd1fc9cd6cf9cf4e9c23b4ffad2ba8a328.patch
- patches/vkd3d-latest/0004-Updated-vkd3d-to-3b4e0ce8e94cd4091b9f2fe80d86588b64c.patch
- + patches/vkd3d-latest/0005-Updated-vkd3d-to-ab525f31e43a0f3c04c76b799aae88c1268.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/52f5128abc68a91cd1d65…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/52f5128abc68a91cd1d65…
You're receiving this email because of your account on gitlab.winehq.org.