Alexandre Julliard pushed to branch master at wine / wine
Commits:
4590bd9d by Nikolay Sivov at 2025-08-08T19:19:32+09:00
dxcore: Add support for DriverDescription property.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
ede9ff9e by Nikolay Sivov at 2025-08-08T19:19:32+09:00
dxcore: Add support for DriverVersion property.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/dxcore/dxcore.c
- dlls/dxcore/tests/dxcore.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/473e79f4d7d6b1b200d5406ff90c6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/473e79f4d7d6b1b200d5406ff90c6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8fedc080 by Gabriel Ivăncescu at 2025-08-08T19:19:32+09:00
mshtml/tests: Test IHTMLElement6::getAttributeNode in legacy modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
7b28aff6 by Gabriel Ivăncescu at 2025-08-08T19:19:32+09:00
mshtml/tests: Test mixing attribute nodes and collections across modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d72c9ae1 by Gabriel Ivăncescu at 2025-08-08T19:19:32+09:00
mshtml/tests: Test node hierarchy for attribute nodes in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
754a8c02 by Gabriel Ivăncescu at 2025-08-08T19:19:32+09:00
mshtml/tests: Don't create global variable due to typo.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ed205f33 by Gabriel Ivăncescu at 2025-08-08T19:19:32+09:00
mshtml: Fix expando for IE9 attr nodes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d1c2870d by Gabriel Ivăncescu at 2025-08-08T19:19:32+09:00
mshtml: Fix gecko element leak when retrieving ownerElement.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
473e79f4 by Gabriel Ivăncescu at 2025-08-08T19:19:32+09:00
mshtml: Traverse the node on attribute nodes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5 changed files:
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlattr.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.c
- dlls/mshtml/tests/dom.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/af2dee27bf8765e361761843cc869…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/af2dee27bf8765e361761843cc869…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e4347eba by Jacek Caban at 2025-08-08T19:19:32+09:00
opengl32: Factor out return_wow64_string.
- - - - -
c0a058e0 by Jacek Caban at 2025-08-08T19:19:32+09:00
opengl32: Use generated thunk for glGetString.
- - - - -
4e17f023 by Jacek Caban at 2025-08-08T19:19:32+09:00
opengl32: Use generated thunk for glGetStringi.
- - - - -
f505e571 by Jacek Caban at 2025-08-08T19:19:32+09:00
opengl32: Use generated thunk for wglGetExtensionsStringARB.
- - - - -
8e8ac973 by Jacek Caban at 2025-08-08T19:19:32+09:00
opengl32: Use generated thunk for wglGetExtensionsStringEXT.
- - - - -
f4e5ff2e by Jacek Caban at 2025-08-08T19:19:32+09:00
opengl32: Use generated thunk for wglQueryCurrentRendererStringWINE.
- - - - -
af2dee27 by Jacek Caban at 2025-08-08T19:19:32+09:00
opengl32: Use generated thunk for wglQueryRendererStringWINE.
- - - - -
5 changed files:
- dlls/opengl32/make_opengl
- dlls/opengl32/unix_private.h
- dlls/opengl32/unix_thunks.c
- dlls/opengl32/unix_thunks.h
- dlls/opengl32/unix_wgl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7b3e8c1a4170133ba26509e2d1882…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7b3e8c1a4170133ba26509e2d1882…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
bd52ed89 by Francisco Casas at 2025-08-07T20:43:28+02:00
vkd3d-shader/ir: Use iterators in vsir_program_insert_alpha_test().
- - - - -
14643b02 by Francisco Casas at 2025-08-07T20:43:28+02:00
vkd3d-shader/ir: Use iterators in vsir_program_insert_clip_planes().
- - - - -
0ed34c22 by Francisco Casas at 2025-08-07T20:43:28+02:00
vkd3d-shader/ir: Use iterators in vsir_program_insert_point_size().
- - - - -
a91b880a by Francisco Casas at 2025-08-07T20:43:28+02:00
vkd3d-shader/ir: Use iterators in vsir_program_insert_point_size_clamp().
- - - - -
880cb108 by Francisco Casas at 2025-08-07T20:43:28+02:00
vkd3d-shader/ir: Use iterators in vsir_program_insert_point_coord().
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f7890fc54c567dd2bef1510b012b…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f7890fc54c567dd2bef1510b012b…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
e4bb77ec by Henri Verbeet at 2025-08-07T20:33:24+02:00
vkd3d-shader: Cleanup the vsir program on vsir_program_transform_early() failure in vsir_parse().
- - - - -
7c37fc6a by Henri Verbeet at 2025-08-07T20:33:24+02:00
vkd3d-shader: Introduce struct vkd3d_shader_source_list.
- - - - -
e7be5aa9 by Henri Verbeet at 2025-08-07T20:33:24+02:00
vkd3d-shader/hlsl: Pass a vkd3d_shader_source_list pointer to hlsl_ctx_init().
Instead of storing the list inside struct hlsl_ctx. The source file
names in the list are used by the location information that the HLSL
frontend produces, and end up being referenced by the vsir program. If
we want the vsir program to be able to outlive the hlsl_ctx, its
location information can't reference data owned by the hlsl_ctx.
- - - - -
85603dc9 by Henri Verbeet at 2025-08-07T20:37:41+02:00
vkd3d-shader/hlsl: Initialise the vsir program in hlsl_compile_shader().
Mostly in preparation for returning a vsir program from
hlsl_compile_shader() in the next commit.
- - - - -
f95fc288 by Henri Verbeet at 2025-08-07T20:40:01+02:00
vkd3d-shader/hlsl: Return a vsir program from hlsl_compile_shader().
This largely brings the HLSL frontend in line with the other frontends.
- - - - -
f7890fc5 by Henri Verbeet at 2025-08-07T20:40:01+02:00
vkd3d-shader/hlsl: Support HLSL sources in vkd3d_shader_scan().
- - - - -
7 changed files:
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f9bb84e5ef13b52c207fe9eaa23f…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f9bb84e5ef13b52c207fe9eaa23f…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
2201c32e by Elizabeth Figura at 2025-08-07T16:15:47+02:00
vkd3d-shader: Add descriptors from SAMPLE instructions if necessary.
This has no effect now, but will once we start lowering sm1 texturing
instructions before vsir_program_scan() is called.
- - - - -
a4f69d4a by Elizabeth Figura at 2025-08-07T18:52:46+02:00
vkd3d-shader/d3dbc: Move TEXLD lowering to d3dbc_parse().
- - - - -
9c605c94 by Elizabeth Figura at 2025-08-07T18:55:40+02:00
vkd3d-shader/d3dbc: Normalize ps 1.x output.
- - - - -
731b94f6 by Elizabeth Figura at 2025-08-07T19:05:25+02:00
vkd3d-shader/d3dbc: Lower 1.4 TEXLD.
- - - - -
f9bb84e5 by Elizabeth Figura at 2025-08-07T19:30:29+02:00
vkd3d-shader/d3dbc: Lower TEXCRD.
- - - - -
7 changed files:
- Makefile.am
- libs/vkd3d-shader/d3dbc.c
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
- + tests/hlsl/ps1-sampler.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f6d0c689ee8d3162d2e4ef979cea…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f6d0c689ee8d3162d2e4ef979cea…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fc3eada4 by Piotr Caban at 2025-08-07T22:18:28+09:00
vccorlib140: Add Platform::Details::InitializeData semi-stub.
- - - - -
85aeffaf by Piotr Caban at 2025-08-07T22:18:28+09:00
combase: Fix initialization flags in RoInitialize.
- - - - -
9 changed files:
- configure
- configure.ac
- dlls/combase/roapi.c
- dlls/combase/tests/roapi.c
- dlls/vccorlib140/Makefile.in
- + dlls/vccorlib140/tests/Makefile.in
- + dlls/vccorlib140/tests/vccorlib.c
- + dlls/vccorlib140/vccorlib.c
- dlls/vccorlib140/vccorlib140.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4230506acab1abab487a170c9e00c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4230506acab1abab487a170c9e00c…
You're receiving this email because of your account on gitlab.winehq.org.