Alexandre Julliard pushed to branch master at wine / wine
Commits:
f35c563a by Elizabeth Figura at 2025-03-24T22:40:51+01:00
wined3d: Feed fog constants through a push constant buffer.
- - - - -
960675c2 by Elizabeth Figura at 2025-03-24T22:40:51+01:00
wined3d: Introduce a separate wined3d_extra_ps_args state for point sprite enable.
This contians pixel shader states part of the Direct3D 1-9 FFP, which are also
used when using shaders, which are not implemented as uniforms but rather will
eventually affect ps_compile_args. We don't use ps_compile_args directly,
because it contains states other than those controlled by the stateblock.
Simply put, the point here is to provide a more directed alternative to the
render states array, which should itself go away, and at the same time to
invalidate STATE_SHADER(WINED3D_SHADER_TYPE_PIXEL) immediately rather than
through the state table.
- - - - -
7a9727fe by Elizabeth Figura at 2025-03-24T22:40:51+01:00
wined3d/glsl: Move legacy shade mode to shader_glsl_apply_draw_state().
- - - - -
71d1fd5c by Elizabeth Figura at 2025-03-24T22:40:51+01:00
wined3d: Partially move shade mode to wined3d_extra_ps_args.
We still need to pass it through the CS, for the sake of the vertex side.
- - - - -
8 changed files:
- 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/3bc436d7e1f1d6882ccd9931b0d2b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3bc436d7e1f1d6882ccd9931b0d2b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
83d43d6e by Nikolay Sivov at 2025-03-24T22:40:51+01:00
user32/tests: Add some tests for current selection with LBS_NOSEL.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
49cd2502 by Nikolay Sivov at 2025-03-24T22:40:51+01:00
comctl32/tests: Add some tests for current selection with LBS_NOSEL.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
25c8a3b6 by Nikolay Sivov at 2025-03-24T22:40:51+01:00
user32/listbox: Do not paint item selection with LBS_NOSEL.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3bc436d7 by Nikolay Sivov at 2025-03-24T22:40:51+01:00
comctl32/listbox: Do not paint item selection with LBS_NOSEL.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4 changed files:
- dlls/comctl32/listbox.c
- dlls/comctl32/tests/listbox.c
- dlls/user32/listbox.c
- dlls/user32/tests/listbox.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a10628ff8877658856086c7c3211…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a10628ff8877658856086c7c3211…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ebebb210 by Alexandre Julliard at 2025-03-24T13:13:20+01:00
winegcc: Store the output name in a global variable.
- - - - -
3fc70117 by Alexandre Julliard at 2025-03-24T13:13:33+01:00
winegcc: Use -nostdlib for MSVC builds.
Fixes a copy/paste error in 84f380b24042ec8b046bd72216d3b05666f3911e.
- - - - -
6ca44542 by Alexandre Julliard at 2025-03-24T13:13:33+01:00
winegcc: Always add strip flag to the linker args explicitly.
- - - - -
b2e9aba5 by Alexandre Julliard at 2025-03-24T13:13:33+01:00
winegcc: Validate the target option after all arguments have been handled.
- - - - -
cf54afe1 by Alexandre Julliard at 2025-03-24T13:15:15+01:00
winegcc: Always pass the -x option through the files list.
- - - - -
1fd9444d by Alexandre Julliard at 2025-03-24T16:25:17+01:00
winegcc: Store the linking options in global variables.
- - - - -
439b3027 by Alexandre Julliard at 2025-03-24T16:25:44+01:00
winegcc: Store the files arguments in a global variable.
- - - - -
6a10628f by Alexandre Julliard at 2025-03-24T22:40:51+01:00
ntdll: Limit the header mapping size to the size of the file.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58022
- - - - -
2 changed files:
- dlls/ntdll/unix/virtual.c
- tools/winegcc/winegcc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0927c5c3da7cda8cf476416260286…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0927c5c3da7cda8cf476416260286…
You're receiving this email because of your account on gitlab.winehq.org.