Alexandre Julliard pushed to branch master at wine / wine
Commits:
5393ba55 by Martin Storsjö at 2024-08-22T16:35:30+02:00
ucrtbase: Export powf on i386.
The fact that this function was excluded on i386 seems to have
been a mistake since the initial version where ucrtbase was added,
in 599d92a26822244b9703734a6a8972a0009cdf09; many float math
functions (with an -f) suffix is unavailable in ucrtbase.dll on
i386, but powf does seem to have existed in all versions of the DLL
that I can find.
Signed-off-by: Martin Storsjö <martin(a)martin.st>
- - - - -
2 changed files:
- dlls/msvcrt/mathf.c
- dlls/ucrtbase/ucrtbase.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5393ba55464f3346bad7b98e117333…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5393ba55464f3346bad7b98e117333…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1421c860 by Rémi Bernon at 2024-08-22T16:35:25+02:00
mfplat: Add MFCreateLegacyMediaBufferOnMFMediaBuffer stub.
- - - - -
d97faa22 by Rémi Bernon at 2024-08-22T16:35:26+02:00
mfplat/tests: Test MFCreateLegacyMediaBufferOnMFMediaBuffer.
- - - - -
035012be by Rémi Bernon at 2024-08-22T16:35:26+02:00
mfplat: Implement MFCreateLegacyMediaBufferOnMFMediaBuffer.
- - - - -
5 changed files:
- dlls/mfplat/Makefile.in
- dlls/mfplat/buffer.c
- dlls/mfplat/mfplat.spec
- dlls/mfplat/tests/mfplat.c
- include/mfapi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a2cf4a766bb902ce10806d7caf443…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a2cf4a766bb902ce10806d7caf443…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
218d17b3 by Rémi Bernon at 2024-08-22T11:33:14+02:00
win32u: Keep SetIMECompositionWindowPos with other IME entries.
- - - - -
b00f5cf0 by Rémi Bernon at 2024-08-22T11:33:15+02:00
winex11: Keep a window_rects struct in the driver window data.
- - - - -
60b61810 by Rémi Bernon at 2024-08-22T11:33:15+02:00
winex11: Use the driver rects to convert from host visible to window rect.
- - - - -
82137f0b by Rémi Bernon at 2024-08-22T11:33:15+02:00
winemac: Return a macdrv_window_features from get_cocoa_window_features.
- - - - -
cb1c03b9 by Rémi Bernon at 2024-08-22T11:33:15+02:00
win32u: Move visible rect computation out of the drivers.
Using a new GetWindowStyleMasks driver entry to get the style masks to
be used to mask out non-client decorations which are hidden by the host
decorations.
- - - - -
a2cf4a76 by Rémi Bernon at 2024-08-22T11:33:17+02:00
win32u: Move the "Decorated" driver registry option out of the drivers.
This breaks the winemac driver registry option under "Mac Driver", as
win32u now reads it from the "X11 Driver" key, but winecfg writes it
to "X11 Driver" unconditionally.
- - - - -
20 changed files:
- dlls/win32u/driver.c
- dlls/win32u/sysparams.c
- dlls/win32u/win32u_private.h
- dlls/win32u/window.c
- dlls/wineandroid.drv/android.h
- dlls/wineandroid.drv/window.c
- dlls/winemac.drv/gdi.c
- dlls/winemac.drv/macdrv.h
- dlls/winemac.drv/macdrv_main.c
- dlls/winemac.drv/window.c
- dlls/winewayland.drv/waylanddrv.h
- dlls/winewayland.drv/window.c
- dlls/winex11.drv/event.c
- dlls/winex11.drv/init.c
- dlls/winex11.drv/mouse.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
- dlls/winex11.drv/x11drv_main.c
- dlls/winex11.drv/xim.c
- include/wine/gdi_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/00dde9e69a0f788636cdf7c9987dc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/00dde9e69a0f788636cdf7c9987dc…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
164076d1 by Francisco Casas at 2024-08-22T16:01:26+02:00
tests/shader_runner: Require explicit formats for UAV resources.
The current default is r32g32b32a32 but it requires special support
which is not available on all GPUs, so it is not a very convenient
default.
Instead of changing the default making it different from RTV resoures,
the format is required to always be explicit for UAVs.
The exceptions are counter_buffer and buffers with "stride", which don't
require a format because it is already implied.
- - - - -
cec62c54 by Francisco Casas at 2024-08-22T16:01:32+02:00
tests/shader_runner: Move parse_format() up.
- - - - -
19c23ca6 by Francisco Casas at 2024-08-22T16:01:37+02:00
tests/shader_runner: Replace spaces with dashes in format names.
Probably good if we want to allow specifying several formats in the same
line, separated by spaces.
While at it, rename "r32g32 int" to "r32g32-sint".
- - - - -
fb153bf5 by Francisco Casas at 2024-08-22T16:01:37+02:00
tests/shader_runner: Don't skip shader compilation on missing caps.
Currently we are skipping compilation tests ([* shader] blocks) on
missing capabilities. This is not really necessary and it is useful to
test shader compilation even on machines that can't run these tests.
So, this commit moves the checks to the [test] blocks, skipping them
entirely when caps are not met.
To make the effects of enum test_action values more explicit, these
are renamed to TEST_ACTION_SKIP_COMPILATION and
TEST_ACTION_SKIP_EXECUTION.
- - - - -
b701f8d3 by Francisco Casas at 2024-08-22T16:22:18+02:00
tests/shader_runner: Explicitly require UAV load support.
The used UAV formats are explicitly added in the [require] section of
every test that uses them.
Some of these tests were failing on Intel UHD graphics 770 because of
missing support for additional UAV load types, explicitly requiring
these formats allows these tests to be skipped.
- - - - -
f5ed0d9e by Francisco Casas at 2024-08-22T16:22:29+02:00
tests/test-driver: Avoid double space when printing details.
Save screen real estate.
- - - - -
30 changed files:
- tests/hlsl/bool-semantics.shader_test
- tests/hlsl/clip-distance.shader_test
- tests/hlsl/compute.shader_test
- tests/hlsl/coverage.shader_test
- tests/hlsl/depth-out.shader_test
- tests/hlsl/discard.shader_test
- tests/hlsl/geometry.shader_test
- tests/hlsl/get-sample-pos.shader_test
- tests/hlsl/is-front-face.shader_test
- tests/hlsl/matrix-semantics.shader_test
- tests/hlsl/multiple-rt.shader_test
- tests/hlsl/nointerpolation.shader_test
- tests/hlsl/numthreads.shader_test
- tests/hlsl/rasteriser-ordered-views.shader_test
- tests/hlsl/rt-get-sample-info.shader_test
- tests/hlsl/sample-cmp.shader_test
- tests/hlsl/shader-interstage-interface.shader_test
- tests/hlsl/sm6-uav-rwtexture.shader_test
- tests/hlsl/static-initializer.shader_test
- tests/hlsl/struct-semantics.shader_test
- tests/hlsl/texture-load-typed.shader_test
- tests/hlsl/tgsm.shader_test
- tests/hlsl/uav-atomics.shader_test
- tests/hlsl/uav-counter.shader_test
- tests/hlsl/uav-load.shader_test
- tests/hlsl/uav-out-param.shader_test
- tests/hlsl/uav-rwbuffer.shader_test
- tests/hlsl/uav-rwbyteaddressbuffer.shader_test
- tests/hlsl/uav-rwtexture.shader_test
- tests/hlsl/wave-ops-float.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/738ecc9eb1ee65e426a4ea8186e4…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/738ecc9eb1ee65e426a4ea8186e4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
85d2fef2 by Alfred Agrell at 2024-08-21T23:13:28+02:00
mountmgr.sys: Read and use disk label from dbus.
- - - - -
09288cec by Alfred Agrell at 2024-08-21T23:13:28+02:00
kernelbase: Delete now-inaccurate 'FS volume label not available' message.
- - - - -
8 changed files:
- dlls/kernelbase/volume.c
- dlls/mountmgr.sys/dbus.c
- dlls/mountmgr.sys/device.c
- dlls/mountmgr.sys/diskarb.c
- dlls/mountmgr.sys/mountmgr.c
- dlls/mountmgr.sys/mountmgr.h
- dlls/mountmgr.sys/unixlib.c
- dlls/mountmgr.sys/unixlib.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b1be17f827f83e828422880bfc4c4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b1be17f827f83e828422880bfc4c4…
You're receiving this email because of your account on gitlab.winehq.org.