Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
f6cebdb2 by Shaun Ren at 2025-09-03T11:55:36+02:00
tests/shader_runner: Correct the minification filter and mipmap mode calculations.
- - - - -
40789b32 by Shaun Ren at 2025-09-03T11:57:53+02:00
tests/shader_runner: Correct the d3d11/d3d12 subresource indexing calculations.
See D3D11CalcSubresource()/D3D12CalcSubresource() for reference.
- - - - -
d037b457 by Shaun Ren at 2025-09-03T11:58:42+02:00
tests/shader_runner: Allocate the d3d11/d3d12 resource_data arrays dynamically.
- - - - -
b9545f74 by Shaun Ren at 2025-09-03T12:01:18+02:00
tests/hlsl: Add sample bias tests for cube textures.
- - - - -
1083b31d by Shaun Ren at 2025-09-03T12:01:34+02:00
vkd3d-shader/hlsl: Implement texCUBEbias().
- - - - -
8 changed files:
- libs/vkd3d-shader/hlsl.y
- tests/hlsl/sample-bias.shader_test
- tests/shader_runner_d3d11.c
- tests/shader_runner_d3d12.c
- tests/shader_runner_d3d9.c
- tests/shader_runner_gl.c
- tests/shader_runner_metal.m
- tests/shader_runner_vulkan.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d6bed4be377432e4c54e23abcd78…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d6bed4be377432e4c54e23abcd78…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
858b0697 by Alistair Leslie-Hughes at 2025-09-03T08:10:33+10:00
Updated vkd3d-latest patchset
- - - - -
6 changed files:
- patches/vkd3d-latest/0001-Updated-vkd3d-to-44fffee5e1331e1c7e10489d84723c3b9da.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-3b41d99fa9e80dda5844738a226f70f14f7.patch
- patches/vkd3d-latest/0003-Updated-vkd3d-to-d0098b0d5968d1969ec622b91fd360fd0ae.patch
- patches/vkd3d-latest/0004-Updated-vkd3d-to-158f8b3cf6ff528eb6897baf04db80f0db2.patch
- + patches/vkd3d-latest/0005-Updated-vkd3d-to-979d7e4b85f2fb8db60219f4a2673fc8071.patch
- + patches/vkd3d-latest/0006-Updated-vkd3d-to-d6bed4be377432e4c54e23abcd7863fefbe.patch
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/858b0697d290327e07f628…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/858b0697d290327e07f628…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
74411538 by Nikolay Sivov at 2025-09-02T23:02:11+02:00
opcservices/tests: Use message context in some tests.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
cd496abd by Nikolay Sivov at 2025-09-02T23:02:11+02:00
opcservices: Make it clear which structures are specific to zip32.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
049a0ab7 by Nikolay Sivov at 2025-09-02T23:02:11+02:00
opcservices: Use 64-bit file sizes.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
66946fc9 by Nikolay Sivov at 2025-09-02T23:02:11+02:00
opcservices: Add support for writing Zip64 packages.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
904eb0e8 by Nikolay Sivov at 2025-09-02T23:02:12+02:00
opcservices: Improve error handling when writing archives.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
8426c9be by Nikolay Sivov at 2025-09-02T23:02:12+02:00
opcservices: Use stdint types for the file header.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c6c037ba by Nikolay Sivov at 2025-09-02T23:02:12+02:00
opcservices: Set compression method according to part's compression options.
This is either DEFLATE (8) or no compression (0).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
296c08c0 by Nikolay Sivov at 2025-09-02T23:02:14+02:00
opcservices: Use explicit field for the part name.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
382c92c1 by Vibhav Pant at 2025-09-02T23:02:14+02:00
opcservices: Mark entries according to compression mode.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/opcservices/compress.c
- dlls/opcservices/opc_private.h
- dlls/opcservices/package.c
- dlls/opcservices/tests/opcservices.c
- include/opcbase.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/84b88d4715ef54a6f7d5e9fa01964…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/84b88d4715ef54a6f7d5e9fa01964…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
05e880c9 by Jacek Caban at 2025-09-02T23:01:41+02:00
opengl32: Simplify wow64 memory mapping error handling.
- - - - -
c54b4d16 by Jacek Caban at 2025-09-02T23:01:41+02:00
opengl32: Implement wrap_wglCreateContext on top of wrap_wglCreateContextAttribsARB.
- - - - -
2333f204 by Jacek Caban at 2025-09-02T23:01:41+02:00
opengl32: Factor out free_context.
And fix attribs leak in error case.
- - - - -
2 changed files:
- dlls/opengl32/unix_wgl.c
- dlls/opengl32/wgl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8875beb18cd02f958b2e7fb55bd5a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8875beb18cd02f958b2e7fb55bd5a…
You're receiving this email because of your account on gitlab.winehq.org.