Alexandre Julliard pushed to branch master at wine / wine
Commits:
b0da108d by Elizabeth Figura at 2024-09-18T19:22:30+02:00
wined3d: Use W as a fog source with shaders and a non-orthogonal matrix.
- - - - -
6ea92504 by Elizabeth Figura at 2024-09-18T19:22:30+02:00
wined3d: Use output specular W as a fog source if the shader does not output oFog.
- - - - -
d32da823 by Elizabeth Figura at 2024-09-18T19:22:30+02:00
wined3d: Invalidate STATE_SHADER when WINED3D_TS_PROJECTION changes.
I.e. move the complicated conditional to wined3d_cs_exec_set_transform(),
and invalidate STATE_SHADER directly.
- - - - -
3254a3dc by Elizabeth Figura at 2024-09-18T19:22:31+02:00
wined3d: Invalidate the VS from wined3d_device_apply_stateblock() when fog states change.
- - - - -
521d399c by Elizabeth Figura at 2024-09-18T19:22:31+02:00
wined3d: Invalidate the VS from wined3d_device_apply_stateblock() when WINED3D_RS_VERTEXBLEND changes.
- - - - -
9 changed files:
- dlls/d3d9/tests/visual.c
- dlls/wined3d/cs.c
- dlls/wined3d/ffp_gl.c
- dlls/wined3d/glsl_shader.c
- dlls/wined3d/shader.c
- dlls/wined3d/shader_spirv.c
- dlls/wined3d/stateblock.c
- dlls/wined3d/utils.c
- dlls/wined3d/wined3d_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ff1af55fad6e1a3b56abd1f1dad6b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ff1af55fad6e1a3b56abd1f1dad6b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
498f4e19 by Anton Baskanov at 2024-09-18T19:22:30+02:00
dplayx: Add a separate session list for walking.
- - - - -
ca73bcf9 by Anton Baskanov at 2024-09-18T19:22:30+02:00
dplayx: Put the sync enumeration code before the async one.
- - - - -
ab11a41a by Anton Baskanov at 2024-09-18T19:22:30+02:00
dplayx: Move enumeration reset and prune out of DP_InvokeEnumSessionCallbacks().
- - - - -
9787f107 by Anton Baskanov at 2024-09-18T19:22:30+02:00
dplayx: Enter critical section when accessing the session cache.
- - - - -
608c5044 by Anton Baskanov at 2024-09-18T19:22:30+02:00
dplayx: Restart session enumeration when the callback returns TRUE.
- - - - -
ff1af55f by Anton Baskanov at 2024-09-18T19:22:30+02:00
dplayx: Respect timeout set by session enumeration callback.
- - - - -
2 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/name_server.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3df002091d2c5274d3f72dd666655…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3df002091d2c5274d3f72dd666655…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
61b28c74 by Rémi Bernon at 2024-09-18T19:22:30+02:00
mfsrcsnk: Implement asynchronous media source start operation.
- - - - -
a713207a by Rémi Bernon at 2024-09-18T19:22:30+02:00
mfsrcsnk: Implement asynchronous media source stop operation.
- - - - -
a7c92f46 by Rémi Bernon at 2024-09-18T19:22:30+02:00
mfsrcsnk: Implement asynchronous media source pause operation.
- - - - -
e7e2ac72 by Rémi Bernon at 2024-09-18T19:22:30+02:00
winedmo: Export a new winedmo_demuxer_seek function.
- - - - -
a05a1627 by Rémi Bernon at 2024-09-18T19:22:30+02:00
winedmo: Export a new winedmo_demuxer_read function.
- - - - -
d12100b3 by Rémi Bernon at 2024-09-18T19:22:30+02:00
winedmo: Read sample flags, timestamps and duration.
- - - - -
3df00209 by Rémi Bernon at 2024-09-18T19:22:30+02:00
mfsrcsnk: Read samples from the media source demuxer.
- - - - -
9 changed files:
- dlls/mfsrcsnk/media_source.c
- dlls/winedmo/Makefile.in
- dlls/winedmo/main.c
- dlls/winedmo/unix_demuxer.c
- dlls/winedmo/unix_private.h
- dlls/winedmo/unixlib.c
- dlls/winedmo/unixlib.h
- dlls/winedmo/winedmo.spec
- include/wine/winedmo.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0a17c3b86fd4eb917367e36261fa2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0a17c3b86fd4eb917367e36261fa2…
You're receiving this email because of your account on gitlab.winehq.org.