Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
5dedcff6 by Francisco Casas at 2024-11-21T19:28:46+01:00
vkd3d-shader/tpf: Remove HLSL_IR_SWIZZLE handling.
- - - - -
874ca85a by Francisco Casas at 2024-11-21T19:28:46+01:00
vkd3d-shader/hlsl: Store SM4 stores in the vsir program.
- - - - -
5b4af411 by Francisco Casas at 2024-11-21T19:28:46+01:00
vkd3d-shader/hlsl: Store SM4 loads in the vsir program.
- - - - -
13dfccc1 by Francisco Casas at 2024-11-21T19:28:46+01:00
vkd3d-shader/hlsl: Store SM4 resource stores in the vsir program.
- - - - -
2 changed files:
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/tpf.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/843fc980b5c4686c51758e4f9b5c…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/843fc980b5c4686c51758e4f9b5c…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
1f4d17a4 by Shaun Ren at 2024-11-21T14:56:23+01:00
vkd3d-shader/dxil: Allow zero domain input control point count.
- - - - -
e20b63c5 by Shaun Ren at 2024-11-21T15:03:02+01:00
vkd3d-shader: Implement scanning hull shader tessellation information.
- - - - -
12ac1dd4 by Shaun Ren at 2024-11-21T15:11:02+01:00
tests/shader_runner_vulkan: Enable patch list topology support.
- - - - -
843fc980 by Shaun Ren at 2024-11-21T19:27:51+01:00
tests/shader_runner_gl: Implement tessellation support.
- - - - -
5 changed files:
- include/vkd3d_shader.h
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- tests/shader_runner_gl.c
- tests/shader_runner_vulkan.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/36697638353842cedea5ab316a9f…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/36697638353842cedea5ab316a9f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f46152dd by Gabriel Ivăncescu at 2024-11-20T21:43:24+01:00
mshtml: Enumerate all own builtin props from host object's NextProperty.
Since it's used when filling the props and by getOwnPropertyNames which
includes non-enumerable props. Enumeration on jscript side should still
filter the props correctly, if needed.
Note that we have to only enumerate those that are found on the actual
object, not its prototypes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5c544393 by Gabriel Ivăncescu at 2024-11-20T21:43:24+01:00
mshtml/tests: Add initial tests for prototype chain props.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ca495770 by Gabriel Ivăncescu at 2024-11-20T21:43:24+01:00
mshtml: Expose ownerDocument from NodePrototype.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
49b5d2cc by Gabriel Ivăncescu at 2024-11-20T21:43:24+01:00
mshtml: Don't expose removeNode from NodePrototype.
For some reason it's exposed higher up the chain in various other prototypes,
but not the doctype.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
285174bb by Gabriel Ivăncescu at 2024-11-20T21:43:24+01:00
mshtml: Don't expose replaceNode from NodePrototype.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
f350a878 by Gabriel Ivăncescu at 2024-11-20T21:43:24+01:00
mshtml: Don't expose swapNode from NodePrototype.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
6 changed files:
- dlls/mshtml/dispex.c
- dlls/mshtml/htmldoc.c
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlnode.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/documentmode.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/de40607c0c30da1bbce154b364e52…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/de40607c0c30da1bbce154b364e52…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
79253227 by Zhiyi Zhang at 2024-11-20T21:43:24+01:00
ntdll/tests: Remove a workaround for older systems.
- - - - -
bf6456bf by Zhiyi Zhang at 2024-11-20T21:43:24+01:00
ntdll/tests: Add more NtSetInformationFile() tests.
Test that setting completion information for an overlapped file could make it become signaled if
FILE_SKIP_SET_EVENT_ON_HANDLE is not set.
- - - - -
de40607c by Zhiyi Zhang at 2024-11-20T21:43:24+01:00
server: Set overlapped fd to signaled after setting completion information.
- - - - -
2 changed files:
- dlls/ntdll/tests/file.c
- server/fd.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d7cf013d29f124602c3484ff5f365…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d7cf013d29f124602c3484ff5f365…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d7cf013d by Zhiyi Zhang at 2024-11-20T21:43:24+01:00
win32u: Print the correct index when source_enum_display_settings() fails.
When source_enum_display_settings() fails to find a display mode because the index is out of range,
the index number in the log is always 0 because the same variable is decreased in the for loop to
find the display mode, giving the impression that it fails to find the first display mode.
- - - - -
1 changed file:
- dlls/win32u/sysparams.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d7cf013d29f124602c3484ff5f365f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d7cf013d29f124602c3484ff5f365f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
667e107d by Jinoh Kang at 2024-11-20T21:43:24+01:00
server: Don't crash when opening null path with a console handle as RootDirectory.
Fixes: 7364a4b07536c10331e6049bc098ca9dba9554e6
- - - - -
3a93b312 by Jinoh Kang at 2024-11-20T21:43:24+01:00
server: Don't crash when opening null path with a console server as RootDirectory.
Fixes: 5f0d268fffc741171fcf9006012c310128846de5
- - - - -
2 changed files:
- dlls/kernel32/tests/console.c
- server/console.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/deba5542f64a421d98d3af4895faf…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/deba5542f64a421d98d3af4895faf…
You're receiving this email because of your account on gitlab.winehq.org.