Alexandre Julliard pushed to branch master at wine / wine
Commits:
a35c6234 by Elizabeth Figura at 2025-01-23T18:03:19+01:00
wined3d: Feed WINED3D_RS_POINTSIZE through a push constant buffer.
Not yet used by the GLSL backend, but will be needed by the HLSL backend.
- - - - -
35980aa9 by Elizabeth Figura at 2025-01-23T18:03:19+01:00
wined3d: Implement point size in the HLSL FFP pipeline.
- - - - -
a11435e4 by Elizabeth Figura at 2025-01-23T18:03:20+01:00
wined3d: Implement vertex blending in the HLSL FFP pipeline.
- - - - -
72fad4ab by Elizabeth Figura at 2025-01-23T18:03:20+01:00
wined3d: Feed bumpenv constants through a push constant buffer.
- - - - -
cc86530a by Elizabeth Figura at 2025-01-23T18:03:20+01:00
wined3d: Implement bumpenv mapping in the HLSL FFP pipeline.
- - - - -
fad6977a by Elizabeth Figura at 2025-01-23T18:03:20+01:00
wined3d: Implement colour keying in the HLSL FFP pipeline.
- - - - -
7 changed files:
- dlls/wined3d/adapter_vk.c
- dlls/wined3d/directx.c
- dlls/wined3d/ffp_gl.c
- dlls/wined3d/ffp_hlsl.c
- dlls/wined3d/glsl_shader.c
- dlls/wined3d/stateblock.c
- dlls/wined3d/wined3d_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/263d64542f3dfcb85575b4cc6ba8e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/263d64542f3dfcb85575b4cc6ba8e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5fec6efd by Paul Gofman at 2025-01-23T18:03:19+01:00
win32u: Generate mouse events in the server when releasing capture.
- - - - -
263d6454 by Paul Gofman at 2025-01-23T18:03:19+01:00
server: Don't send WM_MOUSEMOVE for zero movement in queue_mouse_message().
- - - - -
4 changed files:
- dlls/user32/tests/input.c
- dlls/user32/tests/win.c
- dlls/win32u/input.c
- server/queue.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6dd5265141b19afba534fac39dee6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6dd5265141b19afba534fac39dee6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
42576ce9 by Piotr Caban at 2025-01-23T17:17:31+01:00
ole32: Support all PROPVARIANT vector types in propertystorage_get_elemsize.
- - - - -
4fbd89fa by Piotr Caban at 2025-01-23T17:17:31+01:00
ole32: Update read offset in propertystorage_read_scalar helper.
- - - - -
f993343a by Piotr Caban at 2025-01-23T18:03:19+01:00
ole32: Pass MemoryAllocator class to PropertyStorage_ReadProperty.
So we can free the memory in case of error.
- - - - -
fd3f28f0 by Piotr Caban at 2025-01-23T18:03:19+01:00
ole32: Support more vector datatypes when reading property storage.
- - - - -
6dd52651 by Piotr Caban at 2025-01-23T18:03:19+01:00
ole32: Add support for reading VT_VECTOR|VT_VARIANT property.
- - - - -
2 changed files:
- dlls/ole32/stg_prop.c
- dlls/ole32/tests/propvariant.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cfe5e66a2dafd13204047625577fc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cfe5e66a2dafd13204047625577fc…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4c1e62a5 by Alexandre Julliard at 2025-01-23T13:30:10+01:00
include: Mark global asm functions as hidden.
- - - - -
93f19614 by Alexandre Julliard at 2025-01-23T13:51:08+01:00
kernel32: Implement RegisterWaitForInputIdle().
- - - - -
7 changed files:
- dlls/kernel32/kernel32.spec
- dlls/kernel32/process.c
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/user32/user_main.c
- include/winbase.h
- include/wine/asm.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4acadffb395fe2812ae46096248a5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4acadffb395fe2812ae46096248a5…
You're receiving this email because of your account on gitlab.winehq.org.