Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
b092fcfc by Conor McCarthy at 2024-10-17T17:23:04+02:00
tests/d3d12: Test buffer and texture SRVs in test_unbounded_resource_arrays().
On virtual heaps, SRV/UAV unbounded ranges are implemented using two
descriptor sets, one for buffers and another for textures, and this case
should be tested.
- - - - -
3f98ca53 by Conor McCarthy at 2024-10-17T17:23:04+02:00
vkd3d: Access the current range via the declared pointer in d3d12_root_signature_init_root_descriptor_tables().
- - - - -
eca344ff by Conor McCarthy at 2024-10-17T17:23:04+02:00
vkd3d: Introduce a separate structure for storing Vulkan descriptor binding arrays.
- - - - -
416ce575 by Giovanni Mascellani at 2024-10-17T17:23:04+02:00
vkd3d: Introduce a helper function to add bindings to struct vk_binding_array.
- - - - -
3aec841a by Giovanni Mascellani at 2024-10-17T17:23:04+02:00
vkd3d: Use vk_binding_array_add_binding() in d3d12_root_signature_init_static_samplers().
- - - - -
b5c56a50 by Giovanni Mascellani at 2024-10-17T17:23:04+02:00
vkd3d: Use vk_binding_array_add_binding() in d3d12_root_signature_init_root_descriptors().
- - - - -
74da9ed6 by Conor McCarthy at 2024-10-17T17:23:04+02:00
vkd3d: Create a separate Vulkan descriptor binding array for each descriptor set.
Allows descriptor set layouts to be created after all bindings are
mapped. This is less complex and fragile than the current scheme, and in
a future patch it will support separating descriptor types into different
sets. Descriptors on virtual heaps are currently allocated from pools
which contain an equal number of each descriptor type used by vkd3d, and
this can waste a significant amount of device memory.
- - - - -
0b8a53d7 by Giovanni Mascellani at 2024-10-17T17:23:04+02:00
vkd3d: Create Vulkan bindings in d3d12_root_signature_append_vk_binding().
- - - - -
bfaab970 by Conor McCarthy at 2024-10-17T17:28:46+02:00
vkd3d: Lay out virtual descriptor heap buffer and image bindings consecutively instead of interleaving them.
Slightly simplifies descriptor write addressing, and makes layouts
essentially the same as array layouts, differing only in the binding
details, and therefore easier to understand. This also simplifies the
addition of storage buffer bindings, which can all be added onto the end.
- - - - -
8943999b by Henri Verbeet at 2024-10-17T17:28:52+02:00
vkd3d: Slightly simplify the SRV/UAV logic in vk_write_descriptor_set_from_d3d12_desc().
- - - - -
3 changed files:
- libs/vkd3d/command.c
- libs/vkd3d/state.c
- tests/d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c89e547e3ef767da28be46bc37ac…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c89e547e3ef767da28be46bc37ac…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
30aa82fc by Connor McAdams at 2024-10-16T19:56:50+02:00
d3dx9: Do not use WIC to detect image file format.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
48f3a80e by Connor McAdams at 2024-10-16T19:56:50+02:00
d3dx9/tests: Add TGA header image info tests.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
13685d14 by Connor McAdams at 2024-10-16T19:56:50+02:00
d3dx9: Use d3dx9 to get image information for targa files.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/d3dx9_36/surface.c
- dlls/d3dx9_36/tests/d3dx9_test_images.h
- dlls/d3dx9_36/tests/surface.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a3e528f0bfe77a2aec03ca5f3199a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a3e528f0bfe77a2aec03ca5f3199a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ce735062 by Alexandre Julliard at 2024-10-16T15:57:22+02:00
widl: Use plain inline instead of defining a macro.
The included headers already use 'inline' so it has to be supported.
- - - - -
dd55890e by Alexandre Julliard at 2024-10-16T15:57:22+02:00
include: Remove custom stdcall/cdecl definition for ARM platforms.
- - - - -
37544520 by Alexandre Julliard at 2024-10-16T15:57:22+02:00
include: Assume that nameless unions/structs are supported.
- - - - -
769b580f by Alexandre Julliard at 2024-10-16T15:57:22+02:00
include: Stop using WINAPIV in msvcrt headers.
- - - - -
17 changed files:
- dlls/rsaenh/mpi.c
- dlls/rsaenh/tomcrypt.h
- include/msvcrt/conio.h
- include/msvcrt/corecrt.h
- include/msvcrt/corecrt_io.h
- include/msvcrt/corecrt_wio.h
- include/msvcrt/corecrt_wprocess.h
- include/msvcrt/corecrt_wstdio.h
- include/msvcrt/crtdbg.h
- include/msvcrt/io.h
- include/msvcrt/process.h
- include/msvcrt/stdio.h
- include/msvcrt/vadefs.h
- include/windef.h
- include/wine/debug.h
- include/winnt.h
- tools/widl/header.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/776c47a28a2c675824af410e3d8b0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/776c47a28a2c675824af410e3d8b0…
You're receiving this email because of your account on gitlab.winehq.org.