Alexandre Julliard pushed to branch master at wine / wine
Commits:
e746ec4f by Elizabeth Figura at 2025-04-11T11:35:11+02:00
wined3d: Partially move fog mode to wined3d_extra_ps_args.
We still need to pass it through the CS, for the sake of wined3d_ffp_vs_settings.
- - - - -
14f39c29 by Elizabeth Figura at 2025-04-11T11:35:13+02:00
wined3d: Move alpha test func to wined3d_extra_ps_args.
- - - - -
bdafe191 by Elizabeth Figura at 2025-04-11T11:35:14+02:00
wined3d: Partially move texture index and transform flags to wined3d_extra_ps_args.
We still need to pass them through the CS, for the sake of wined3d_ffp_vs_settings and ffp_frag_settings.
- - - - -
ab9afd7f by Elizabeth Figura at 2025-04-11T11:35:15+02:00
wined3d: Make ffp_vertex_update_clip_plane_constants() static.
- - - - -
93bfdc6f by Elizabeth Figura at 2025-04-11T11:35:15+02:00
wined3d: Feed clip planes through a push constant buffer.
- - - - -
10 changed files:
- dlls/wined3d/context_gl.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_gl.h
- dlls/wined3d/wined3d_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/38a9c49f5531592bd35cc123882bd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/38a9c49f5531592bd35cc123882bd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e47aea1e by Nikolay Sivov at 2025-04-10T23:01:48+02:00
windowscodecs/tests: Add some tests for metadata handlers component info.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
d4b74481 by Nikolay Sivov at 2025-04-10T23:01:48+02:00
windowscodecs/tests: Add some more tests for creating metadata readers.
A few of GetMetadataHandlerInfo() are removed as they are giving a wrong idea
of what's happening. This method does fail unless handler info was already
returned once and is cached.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1dbf3d0f by Nikolay Sivov at 2025-04-10T23:01:50+02:00
windowscodecs/tests: Add some tests for GetMetadataHandlerInfo().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
aeb94dc4 by Nikolay Sivov at 2025-04-10T23:01:50+02:00
windowscodecs/metadatahandler: Remove unused internal vtable entries.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
20d28ace by Nikolay Sivov at 2025-04-10T23:01:52+02:00
windowscodecs/metadata: Pass handler pointer to the loader implementation.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
408f154e by Nikolay Sivov at 2025-04-10T23:01:53+02:00
windowscodecs/metadata: Make it possible to populate default items at creation time.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
813f921a by Nikolay Sivov at 2025-04-10T23:01:55+02:00
windowscodecs/metadata: Create default item for the gAMA reader.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
7 changed files:
- dlls/windowscodecs/gifformat.c
- dlls/windowscodecs/metadatahandler.c
- dlls/windowscodecs/metadataquery.c
- dlls/windowscodecs/pngformat.c
- dlls/windowscodecs/tests/info.c
- dlls/windowscodecs/tests/metadata.c
- dlls/windowscodecs/wincodecs_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4f0ea19a8223f40f5c83d3da98204…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4f0ea19a8223f40f5c83d3da98204…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f330a5af by Lorenzo Ferrillo at 2025-04-10T22:55:25+02:00
kernelbase: Factor out common functionality for performance counter functions.
- - - - -
c0df2dad by Lorenzo Ferrillo at 2025-04-10T22:56:27+02:00
kernelbase: Add implementation of PerfSetULongCounterValue.
- - - - -
da188397 by Lorenzo Ferrillo at 2025-04-10T22:56:55+02:00
kernelbase: Add implementation for PerfSetULongLongCounterValue.
- - - - -
b956a6b4 by Lorenzo Ferrillo at 2025-04-10T22:57:00+02:00
advapi32/tests: Create tests for PerfSetULongCounterValue.
Also add tests showing that PerfSetCounterRefValue cannot be used without BYREF counters.
- - - - -
b308fb8b by Lorenzo Ferrillo at 2025-04-10T22:57:00+02:00
advapi32/tests: Add test For PerfSetULongLongCounterValue.
- - - - -
f120547a by Lorenzo Ferrillo at 2025-04-10T22:57:00+02:00
kernelbase: Check for PERF_ATTRIB_BY_REFERENCE attribute in PerfSetCounterRefValue.
- - - - -
4f0ea19a by Lorenzo Ferrillo at 2025-04-10T22:57:00+02:00
kernelbase: Check for PERF_SIZE_LARGE in PerfSetULongLongCounterValue and PerfSetULongCounterValue.
- - - - -
5 changed files:
- dlls/advapi32/advapi32.spec
- dlls/advapi32/tests/perf.c
- dlls/kernelbase/kernelbase.spec
- dlls/kernelbase/main.c
- include/perflib.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/277bafaaed94a67248e868decb73f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/277bafaaed94a67248e868decb73f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f59827e2 by Eric Pouech at 2025-04-10T22:48:10+02:00
cmd: Rewrite string handling in lexer.
Mainly pairing start / end quote to avoid other characters handling.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
def9fbce by Eric Pouech at 2025-04-10T22:48:12+02:00
cmd: Remove unneeded variable 'thisChar' in lexer.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
9967d484 by Eric Pouech at 2025-04-10T22:48:13+02:00
cmd: Removed acceptCommand variable.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
0e5f8571 by Eric Pouech at 2025-04-10T22:48:14+02:00
cmd: Remove lastWasRedirect variable in lexer.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
277bafaa by Eric Pouech at 2025-04-10T22:48:16+02:00
cmd: Fix infinite loop in FOR /L.
Likely regression introduced by 86f3e21d659b3c94eccc42353467cbdbbbf80eeb.
FOR /L %v in () DO ...
should execute as an infinite loop.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
1 changed file:
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5ca74e68324b627c0c2335e034ccd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5ca74e68324b627c0c2335e034ccd…
You're receiving this email because of your account on gitlab.winehq.org.