Alexandre Julliard pushed to branch master at wine / wine
Commits:
4cfe7510 by Elizabeth Figura at 2025-01-07T16:58:35+01:00
ddraw/tests: Test preservation of the X channel when clearing.
- - - - -
469442db by Elizabeth Figura at 2025-01-07T16:58:35+01:00
wined3d: Separate a cpu_blitter_clear_texture() helper.
- - - - -
5942da6c by Elizabeth Figura at 2025-01-07T16:58:35+01:00
ddraw: Clear sysmem textures on the CPU.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56205
- - - - -
10 changed files:
- dlls/ddraw/surface.c
- dlls/ddraw/tests/ddraw1.c
- dlls/ddraw/tests/ddraw2.c
- dlls/ddraw/tests/ddraw4.c
- dlls/ddraw/tests/ddraw7.c
- dlls/wined3d/cs.c
- dlls/wined3d/surface.c
- dlls/wined3d/wined3d.spec
- dlls/wined3d/wined3d_private.h
- include/wine/wined3d.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d65fb8958dcf0ce789e962524fc58…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d65fb8958dcf0ce789e962524fc58…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0c781f0a by Paul Gofman at 2025-01-07T16:57:59+01:00
ddraw/tests: Test state application on multiple devices.
- - - - -
84fabe42 by Paul Gofman at 2025-01-07T16:58:01+01:00
ddraw: Factor out d3d_device_apply_state().
- - - - -
d65fb895 by Paul Gofman at 2025-01-07T16:58:01+01:00
ddraw: Correctly apply state when multiple devices are used.
- - - - -
10 changed files:
- dlls/ddraw/ddraw_private.h
- dlls/ddraw/device.c
- dlls/ddraw/executebuffer.c
- dlls/ddraw/tests/ddraw1.c
- dlls/ddraw/tests/ddraw2.c
- dlls/ddraw/tests/ddraw4.c
- dlls/ddraw/tests/ddraw7.c
- dlls/wined3d/stateblock.c
- dlls/wined3d/wined3d.spec
- include/wine/wined3d.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b2494e993259d12c7077f2382080c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b2494e993259d12c7077f2382080c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3b7deafb by William Horvath at 2025-01-07T11:08:30+01:00
winex11: Use the win32 client rect in needs_client_window_clipping.
After the change to move the sync_gl_drawable call outside the win_data
mutex in 54d82ed4, the X11 client rect used for determining whether we need
to composite/clip the drawable can be out of sync with the win32 side.
This results in offscreening when unnecessary and vice-versa.
- - - - -
1 changed file:
- dlls/winex11.drv/init.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3b7deafb3e0af253323fd4acadb9de…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3b7deafb3e0af253323fd4acadb9de…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
06e383db by Elizabeth Figura at 2025-01-06T20:13:50+01:00
Revert "win32u: Forward to Rectangle() if the ellipse width or height is zero.".
This reverts commit 417112795aff5c85f81f78b04538df31fc22f1ff.
- - - - -
3dcedc23 by Elizabeth Figura at 2025-01-06T20:13:52+01:00
Revert "win32u: Do not convert back to integer before finding intersections.".
This reverts commit 6be6f67dbb5ef8462a3a4b4e3eb587358213d6df.
- - - - -
dccabe50 by Elizabeth Figura at 2025-01-06T20:13:53+01:00
Revert "win32u: Correctly handle transforms which flip in get_arc_points().".
This reverts commit cf3660069fcaa79306686106f4c6e63c3ce9eaa3.
- - - - -
49d40f85 by Elizabeth Figura at 2025-01-06T20:13:54+01:00
Revert "win32u: Normalize inverted rectangles in dibdrv_RoundRect().".
This reverts commit 46a99090e11184d0ceccbb81f14544f387b33759.
- - - - -
cd68a488 by Elizabeth Figura at 2025-01-06T20:13:56+01:00
Revert "win32u: Always select the point that's closer to the ellipse.".
This reverts commit 7e80632d46c9558bb8057a79d59ee0daff74d9a1.
- - - - -
daa6ab42 by Elizabeth Figura at 2025-01-06T20:13:57+01:00
Revert "win32u: Allocate the whole max_points for the top_points array.".
This reverts commit f4b46cef3fa7db1dbca332049d4b14b124dc5492.
- - - - -
90f7ea20 by Elizabeth Figura at 2025-01-06T20:13:58+01:00
Revert "win32u: Implement drawing transformed round rectangles.".
This reverts commit 5924ab4c5155d97f4b23a33e97258c1ec382ea02.
- - - - -
bc029e08 by Elizabeth Figura at 2025-01-06T20:13:59+01:00
Revert "win32u: Implement drawing transformed arcs.".
This reverts commit 16e1978a29c8caece6f258b09496e4e71cb6e698.
- - - - -
8375e6c8 by Elizabeth Figura at 2025-01-06T20:14:01+01:00
gdi32: Trace more functions.
- - - - -
3f7ff8b5 by Elizabeth Figura at 2025-01-06T20:14:01+01:00
gdi32/tests: Add some arc tests.
- - - - -
3 changed files:
- dlls/gdi32/dc.c
- dlls/gdi32/tests/bitmap.c
- dlls/win32u/dibdrv/graphics.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/257363f2a4a0d514e2946b44b0627…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/257363f2a4a0d514e2946b44b0627…
You're receiving this email because of your account on gitlab.winehq.org.