search for: libvkd3d

Displaying 5 results from an estimated 5 matches for "libvkd3d".

2020 Sep 22
0
vkd3d release 1.2
The Wine team is proud to announce that release 1.2 of vkd3d, the Direct3D to Vulkan translation library, is now available. This release contains improvements that are listed in the release notes below. The main highlights are: - Availability of libvkd3d-shader as a public library. - Support for tessellation shaders. - Version 1.1 root signatures. - Stream output support. The source is available from the following location: https://dl.winehq.org/vkd3d/source/vkd3d-1.2.tar.xz The current source can also be pulled directly from the git rep...
2018 May 23
0
vkd3d release 1.0
...e git repository: https://source.winehq.org/git/vkd3d.git/ Vkd3d is available thanks to the work of multiple people. See the file AUTHORS for the complete list. ---------------------------------------------------------------- What's included in vkd3d 1.0 ============================ *** libvkd3d - libvkd3d is the main component of the vkd3d project. It's a 3D graphics library built on top of Vulkan with an API very similar to Direct3D 12. - A significant number of Direct3D 12 features are implemented, including: - Graphics and compute pipelines. - Command lists, command allocat...
2018 Oct 05
0
vkd3d release 1.1
...ly from the git repository: https://source.winehq.org/git/vkd3d.git/ Vkd3d is available thanks to the work of multiple people. See the file AUTHORS for the complete list. ---------------------------------------------------------------- What's new in vkd3d 1.1 ======================= *** libvkd3d - Initial support for memory heaps and placed resources. - Improved support for resource views. - ClearUnorderedAccessViewUint() is implemented for textures. - Blend factor is implemented. - Performance improvements. - A new interface is available for enabling additional Vulkan instance ext...
2018 May 25
0
Wine release 3.9
...creating swapchains for windows with empty client rect. dxgi/tests: Add test for creating swapchains for windows with empty client rect. winevulkan: Trace unsupported instance extensions. wined3d: Remove redundant entries from "formats" table. configure: Check for libvkd3d. d3d12: Implement D3D12CreateRootSignatureDeserializer(). d3d12: Implement D3D12SerializeRootSignature(). d3d12: Implement D3D12CreateDevice(). d3d12: Print message about Vulkan configuration problem to winediag channel. d3d12/tests: Add basic visual test. Ken Thomase...
2019 Mar 15
0
Wine release 4.4
...lDevice to vkd3d if we failed to find matching device. dxgi: Do not forward d3d11_swapchain_Present() to d3d11_swapchain_Present1(). d3dxof: Change "value" size to 512. dxgi: Do not forward d3d12_swapchain_Present() to d3d12_swapchain_Present1(). configure: Require libvkd3d 1.1. Ken Thomases (4): kernel32: Remove some duplicate code. libwine: On Mac, use a more capable Mach function to map memory and avoid calling mmap() in some cases. libwine: On Mac, use Mach APIs to enumerate address space holes instead of using trial and error. libwine: On...