Alexandre Julliard pushed to branch master at wine / wine
Commits:
23c7d5d1 by Elizabeth Figura at 2025-05-28T22:17:29+02:00
wined3d/spirv: Implement clip planes.
- - - - -
24039431 by Elizabeth Figura at 2025-05-28T22:17:29+02:00
wined3d/spirv: Implement point size.
- - - - -
e0bb1dba by Elizabeth Figura at 2025-05-28T22:17:29+02:00
wined3d/spirv: Implement point sprite.
- - - - -
2 changed files:
- dlls/wined3d/shader_spirv.c
- dlls/wined3d/stateblock.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2a6338fee6a6ce37e5ae90903e0fe…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2a6338fee6a6ce37e5ae90903e0fe…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
372de8b5 by Daniel Lehman at 2025-05-28T22:17:28+02:00
msvcr120/tests: Test exp.
- - - - -
051dd108 by Daniel Lehman at 2025-05-28T22:17:28+02:00
musl: Pass math_error callback to exp.
exp calls matherr callback. cexp does not
cexp calls into exp
- - - - -
15485e6d by Daniel Lehman at 2025-05-28T22:17:29+02:00
msvcr120: Add cexp() implementation.
- - - - -
11 changed files:
- dlls/msvcr120/msvcr120.spec
- dlls/msvcr120/tests/msvcr120.c
- dlls/msvcr120_app/msvcr120_app.spec
- dlls/ucrtbase/ucrtbase.spec
- include/msvcrt/complex.h
- libs/musl/Makefile.in
- + libs/musl/src/complex/__cexp.c
- + libs/musl/src/complex/cexp.c
- + libs/musl/src/internal/complex_impl.h
- libs/musl/src/internal/libm.h
- libs/musl/src/math/exp.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/832d384b1030f30fdc74cf222e39d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/832d384b1030f30fdc74cf222e39d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
bce8aeff by Elizabeth Figura at 2025-05-28T22:17:28+02:00
amstream: Use set_mt_from_desc() in IMediaSample::GetMediaType().
- - - - -
54ca8be4 by Elizabeth Figura at 2025-05-28T22:17:28+02:00
amstream: Do not alter the current media type in SetFormat().
- - - - -
95a83e15 by Elizabeth Figura at 2025-05-28T22:17:28+02:00
amstream: Take the actual ddraw pitch into account in GetMediaType().
- - - - -
79e54bac by Elizabeth Figura at 2025-05-28T22:17:28+02:00
amstream: Fill the source and target rects in set_mt_from_desc().
- - - - -
832d384b by Elizabeth Figura at 2025-05-28T22:17:28+02:00
amstream: Report a top-down DIB in set_mt_from_desc().
- - - - -
2 changed files:
- dlls/amstream/ddrawstream.c
- dlls/amstream/tests/amstream.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/18c0dd7390b354d2e505e54cd3f3f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/18c0dd7390b354d2e505e54cd3f3f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
18c0dd73 by Charlotte Pabst at 2025-05-28T22:17:28+02:00
mf: Release pending items when sample grabber is stopped.
Before this, if the grabber is stopped while items are
pending and then restarted, it would stop delivering any
items because it does not start the timer while the
pending item list is non-empty.
- - - - -
1 changed file:
- dlls/mf/samplegrabber.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/18c0dd7390b354d2e505e54cd3f3f9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/18c0dd7390b354d2e505e54cd3f3f9…
You're receiving this email because of your account on gitlab.winehq.org.