Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/vkd3d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-23Release 1.0.vkd3d-1.0Alexandre Julliard
2018-05-23include: Force stack alignment on i386.Józef Kucia
2018-04-26Update copyright info.Józef Kucia
2018-04-25libs/vkd3d-utils: Prefix defines with VKD3D_.Józef Kucia
2018-04-25include: Move vkd3d_shader.h to private headers.Józef Kucia
2018-04-25include: Remove stdbool.h include from vkd3d_utils.h.Józef Kucia
2018-04-20build: Set libtool version numbers for shared libraries.Józef Kucia
2018-04-16build: Improve SPIR-V headers detection.Józef Kucia
2018-04-16libs/vkd3d-shader: Use unified SPIR-V headers.Józef Kucia
2018-04-16libs/vkd3d: Mark device as removed when command list in recording state is ex...Józef Kucia
2018-04-16build: Remove rpc.h and rpcndr.h includes from generated headers.Józef Kucia
2018-04-13build: Do not try to rebuild headers when widl is not found.Józef Kucia
2018-04-13libs/vkd3d: Return early if there are no descriptors to update.Józef Kucia
2018-04-13libs/vkd3d: Fix memory leak in d3d12_pipeline_state_init_compute_uav_counters().Józef Kucia
2018-04-13libs/vkd3d: Fix memory leak in d3d12_command_queue_ExecuteCommandLists().Józef Kucia
2018-04-13libs/vkd3d-shader: Get rid of redundant assignment from vkd3d_shader_find_sig...Józef Kucia
2018-04-13libs/vkd3d-shader: Introduce VKD3DSPR_INVALID.Józef Kucia
2018-04-13libs/vkd3d-shader: Fix error code variable type in vkd3d_shader_compile_dxbc().Józef Kucia
2018-04-13libs/vkd3d: Propagate error code in vkd3d_fence_worker_stop().Józef Kucia
2018-04-11libs/vkd3d: Use HRESULT as preferred error code.Józef Kucia
2018-04-11libs/vkd3d: Add support for VK_EXT_debug_report.Józef Kucia
2018-04-11libs/vkd3d-shader: Validate DXBC data size.Józef Kucia
2018-04-11tests: Add additional test for copying descriptors with NULL range sizes.Józef Kucia
2018-04-11libs/vkd3d: Fix copying descriptors with NULL destination range sizes.Józef Kucia
2018-04-03include: Add emulation of __uuidof().Józef Kucia
2018-04-03libs/vkd3d: Add structure type fields to public API structures.Józef Kucia
2018-03-30tests: Add test for custom PRESENT state transitions.Józef Kucia
2018-03-30tests: Allow sharing common code between D3D12 tests.Józef Kucia
2018-03-30libs/vkd3d: Add support for custom PRESENT state transitions.Józef Kucia
2018-03-28demos: Do not force sRGB formats for Vulkan swapchains.Józef Kucia
2018-03-28libs/vkd3d: Handle VK_ERROR_EXTENSION_NOT_PRESENT in hresult_from_vk_result().Józef Kucia
2018-03-28libs/vkd3d: Implement d3d12_command_list_CopyResource() for textures.Józef Kucia
2018-03-28libs/vkd3d: Fix copying descriptors with NULL source range sizes.Józef Kucia
2018-03-28libs/vkd3d: Avoid passing invalid miplevel count to Vulkan.Józef Kucia
2018-03-28libs/vkd3d: Fix error message in vkd3d_check_extensions().Józef Kucia
2018-02-15libs/vkd3d-shader: Translate control point count declarations.Józef Kucia
2018-02-15libs/vkd3d-shader: Avoid UINT.Józef Kucia
2018-02-15libs/vkd3d-shader: Avoid Windows data types in public API.Józef Kucia
2018-02-15libs/vkd3d-shader: Remove dependency on D3D12 headers.Józef Kucia
2018-02-15include: Move D3D_PRIMITIVE_TOPOLOGY to d3dcommon.Józef Kucia
2018-02-13tests: Add test for rendering to DXGI_FORMAT_A8_UNORM.Józef Kucia
2018-02-13tests: Add test for sampling from DXGI_FORMAT_A8_UNORM.Józef Kucia
2018-02-13libs/vkd3d: Disallow image view swizzles on framebuffer attachments and stora...Józef Kucia
2018-02-13libs/vkd3d: Implement DXGI_FORMAT_A8_UNORM.Józef Kucia
2018-02-13tests: Add test for OMSetRenderTargets().Józef Kucia
2018-02-13libs/vkd3d: Fix single descriptor handles in d3d12_command_list_OMSetRenderTa...Józef Kucia
2018-02-09build: Use shared SPIRV-Tools library.Józef Kucia
2018-02-09include: Cleanup d3d12 header files.Józef Kucia
2018-02-08libs/vkd3d: Add remaining helper functions for CPU descriptor handles.Józef Kucia
2018-02-06libs/vkd3d: Use PFN prefix for function pointer typedefs.Józef Kucia