Alexandre Julliard pushed to branch master at wine / wine
Commits:
0d1dd3a7 by Elizabeth Figura at 2025-02-05T14:18:28+01:00
wined3d: Do not disable point sprite in wined3d_context_gl_apply_blit_state().
Point sprite only affects point rasterization; blit state does not involve
drawing points.
This was added in f22d37e4dd959b268b7e0823be0f1020ffdcaeee. It is unclear why,
but it is most prudent to assume it was either a mistake, or added to silently
work around some driver bug.
- - - - -
404a2b35 by Elizabeth Figura at 2025-02-05T14:18:28+01:00
wined3d: Do not toggle point sprite.
- - - - -
660bb390 by Elizabeth Figura at 2025-02-05T14:18:28+01:00
wined3d: Remove the redundant per_vertex_point_size from vs_compile_args.
- - - - -
98c4f697 by Elizabeth Figura at 2025-02-05T14:18:28+01:00
wined3d: Remove FOGVERTEXMODE handling from find_ps_compile_args().
FOGVERTEXMODE is an FFP-only state and has no effect when shaders are used.
In this case we do not use ps_compile_args, only ffp_frag_settings, which has
its own version of this data.
- - - - -
5 changed files:
- dlls/wined3d/context_gl.c
- dlls/wined3d/ffp_gl.c
- dlls/wined3d/glsl_shader.c
- dlls/wined3d/shader.c
- dlls/wined3d/wined3d_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e734e09b86b06ebba3f62a32483a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e734e09b86b06ebba3f62a32483a…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
fb290f38 by Elizabeth Figura at 2025-02-05T13:18:42+01:00
vkd3d-shader/hlsl: Add an add_switch() helper.
- - - - -
602103dc by Elizabeth Figura at 2025-02-05T13:18:42+01:00
vkd3d-shader/hlsl: Handle error instructions in add_switch().
- - - - -
b7d7deb9 by Elizabeth Figura at 2025-02-05T13:18:42+01:00
vkd3d-shader/hlsl: Pass the block to add_zero_mipmap_level().
- - - - -
d7cd33fd by Elizabeth Figura at 2025-02-05T13:53:53+01:00
vkd3d-shader/hlsl: Use a block in prepend_input_var_copy().
- - - - -
fe52e696 by Elizabeth Figura at 2025-02-05T13:53:53+01:00
vkd3d-shader/hlsl: Use a block in hlsl_normalize_binary_exprs().
- - - - -
3 changed files:
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/hlsl_constant_ops.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2f77d56b7748f89ae85fd08bba95…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2f77d56b7748f89ae85fd08bba95…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
95c66016 by Etaash Mathamsetty at 2025-02-04T15:33:40+01:00
wine.inf: Add UBR key.
- - - - -
18dce16c by Etaash Mathamsetty at 2025-02-04T15:33:40+01:00
winecfg: Add support for UBR key.
- - - - -
0a2ac04c by Etaash Mathamsetty at 2025-02-04T15:33:40+01:00
twinapi.appcore/tests: Fix broken registry query.
- - - - -
3 changed files:
- dlls/twinapi.appcore/tests/twinapi.c
- loader/wine.inf.in
- programs/winecfg/appdefaults.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9208b4529038c6a636b12607629c1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9208b4529038c6a636b12607629c1…
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:
7fda13a1 by Alistair Leslie-Hughes at 2025-02-04T10:22:36+11:00
Rebase against 40b0ede26e317bb994bf0b85ea37c7dab074e9f1.
- - - - -
7f5729fc by Alistair Leslie-Hughes at 2025-02-04T10:23:08+11:00
Updated vkd3d-latest patchset
- - - - -
7 changed files:
- patches/user32-msgbox-Support-WM_COPY-mesg/0002-user32-msgbox-Use-a-windows-hook-to-trap-Ctrl-C.patch
- patches/vkd3d-latest/0001-Updated-vkd3d-to-5b2d62e59a6365e32aac3fa37fe16ab3582.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-5bfcd811824e9ca03c09a54204bff645225.patch
- + patches/vkd3d-latest/0003-Updated-vkd3d-to-40c225095f64dacfe8b88780a5d43ecdeaf.patch
- + patches/vkd3d-latest/0004-Updated-vkd3d-to-2f77d56b7748f89ae85fd08bba956fbb603.patch
- patches/windowscodecs-TIFF_Support/0015-windowscodecs-Tolerate-partial-reads-in-the-IFD-meta.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/667ee8a4ff62c45cf770e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/667ee8a4ff62c45cf770e…
You're receiving this email because of your account on gitlab.winehq.org.