Commit Graph

  • 69e278e754 include: Import red-black tree implementation from Wine. Józef Kucia 2017-06-16 22:38:21 +0200
  • 956c8b03cf include: Import linked list implementation from Wine. Józef Kucia 2017-06-16 22:38:21 +0200
  • 0e55ba8933 libs/vkd3d-common: Use ARRAY_SIZE() macro. Józef Kucia 2017-06-16 22:38:21 +0200
  • 84889646f6 Update license to LGPL v2.1. Józef Kucia 2017-06-16 21:05:54 +0200
  • 755e368f6b build: Explicitly link the demos with libvulkan. Henri Verbeet 2017-06-15 16:16:09 +0200
  • f604f25aba libs/vkd3d: Add DXGI_FORMAT_R11G11B10_FLOAT. Henri Verbeet 2017-06-14 23:24:16 +0200
  • 39d95dcd7f libs/vkd3d: Add DXGI_FORMAT_R10G10B10A2_UNORM. Henri Verbeet 2017-06-14 13:38:10 +0200
  • 39e8b8de25 libs/vkd3d: Add DXGI_FORMAT_R32G32_FLOAT. Henri Verbeet 2017-06-13 14:54:49 +0200
  • 09f52882ae include: Add the ID3D12CommandSignature interface. Henri Verbeet 2017-06-13 20:56:15 +0200
  • 09ff8b57c1 include: Fix the IDXGISwapChain::ResizeBuffers() arguments. Henri Verbeet 2017-06-14 14:02:29 +0200
  • f8c42d3148 build: Do not link everything with libvulkan. Józef Kucia 2017-06-15 13:42:54 +0200
  • a5b78eea21 include: Fix D3D12_SAMPLER_DESC. Henri Verbeet 2017-06-12 18:13:31 +0200
  • 3f05f65dbc build: Avoid underlinking. Henri Verbeet 2016-11-04 14:01:25 +0100
  • 6151119eef tests: Simplify get_refcount(). Józef Kucia 2017-05-28 11:45:50 +0200
  • a680fdd91b libs/vkd3d: Implement d3d12_command_list_OMSetStencilRef(). Józef Kucia 2016-11-28 11:19:12 +0100
  • 6e6453cadd Release 0.0.1. vkd3d-0.0.1 Henri Verbeet 2016-11-21 15:40:30 +0100
  • 20508aee7c demos/gears: Add a gears demo. Henri Verbeet 2016-11-02 14:56:13 +0100
  • cd4f4a2976 libs/vkd3d: Implement d3d12_command_list_SetGraphicsRootConstantBufferView(). Henri Verbeet 2016-11-02 21:01:00 +0100
  • 0b2702d96e libs/vkd3d: Implement d3d12_command_list_SetGraphicsRootSignature(). Henri Verbeet 2016-11-03 20:20:38 +0100
  • 0f38858996 libs/vkd3d: Implement D3D12_ROOT_PARAMETER_TYPE_CBV root signature parameters. Henri Verbeet 2016-11-02 11:31:59 +0100
  • d97df34093 libs/vkd3d: Implement depth/stencil pipeline state attachments. Henri Verbeet 2016-11-02 21:03:47 +0100
  • fa4072a892 libs/vkd3d: Implement d3d12_command_list_DrawIndexedInstanced(). Henri Verbeet 2016-11-02 19:08:12 +0100
  • 9bb9e63f23 libs/vkd3d: Implement d3d12_command_list_IASetIndexBuffer(). Henri Verbeet 2016-11-02 19:18:30 +0100
  • 2213e126cf libs/vkd3d: Implement d3d12_command_list_ClearDepthStencilView(). Henri Verbeet 2016-11-02 20:57:23 +0100
  • f252d6cd31 libs/vkd3d: Implement d3d12_device_CreateDepthStencilView(). Henri Verbeet 2016-11-02 19:46:17 +0100
  • 2e10db6f8e libs/vkd3d: Add support for D3D12_INPUT_CLASSIFICATION_PER_INSTANCE_DATA. Henri Verbeet 2016-11-02 19:36:25 +0100
  • efde85e8ca demos: Properly destroy windows on Win32. Henri Verbeet 2016-11-04 14:01:25 +0100
  • 2d0c3c871a tests: Introduce debug levels. Józef Kucia 2016-11-09 14:46:37 +0100
  • 3ab664c84a tests: Enable debug layer only when tests are run with "--validate" argument. Józef Kucia 2016-11-09 14:46:37 +0100
  • 3c66c74167 tests: Pass command line arguments to vkd3d_test_main(). Józef Kucia 2016-11-09 14:46:37 +0100
  • 2eed0e0ed3 tests: Write test name to debug output. Józef Kucia 2016-11-09 14:46:37 +0100
  • 9242c12c51 build: Simplify/fix the XCB pkg-config check. Henri Verbeet 2016-11-03 13:15:41 +0100
  • e467b02b29 demos: Introduce demo_window_set_expose_func(). Henri Verbeet 2016-11-02 16:54:44 +0100
  • 169810d20d demos/triangle: Destroy the window when escape is pressed. Henri Verbeet 2016-11-02 14:44:24 +0100
  • f9805396d9 build: Use pkg-config to check for libxcb. Henri Verbeet 2016-11-03 12:40:54 +0100
  • f17742401a demos/triangle: Move includes to the appropriate headers. Henri Verbeet 2016-11-02 10:51:43 +0100
  • b56b2f8687 build: Only warn about missing widl. Henri Verbeet 2016-10-28 13:15:47 +0200
  • f0cdf58f8d build: Don't clean widl generated headers. Henri Verbeet 2016-10-28 13:07:55 +0200
  • 4142c477ef build: Add some standard files. Henri Verbeet 2016-10-28 12:33:37 +0200
  • af9ef75919 build: Fix check for glslangValidator. Józef Kucia 2016-10-28 11:50:22 +0200
  • 3b748bf5fb tests: Add basic test for texture resource barriers. Józef Kucia 2016-10-25 13:23:18 +0200
  • 4aab207b56 libs/vkd3d: Fix initial state transtion for swapchain images. Józef Kucia 2016-10-25 13:23:18 +0200
  • b9da47ebe2 libs/vkd3d: Implement naive initial state transition. Józef Kucia 2016-10-25 13:23:18 +0200
  • b011f0b972 libs/vkd3d: Introduce resource flags. Józef Kucia 2016-10-25 13:23:18 +0200
  • 0d1550788e libs/vkd3d: Rename variables in d3d12_command_list_CopyBufferRegion(). Józef Kucia 2016-10-25 13:23:18 +0200
  • ec23554b54 libs/vkd3d: Fix memory leak in d3d12_command_allocator_Release(). Józef Kucia 2016-10-24 15:43:12 +0200
  • a4c36a87db demos: Flush XCB connection after creating window. Józef Kucia 2016-10-24 15:28:08 +0200
  • e42a9da943 libs/vkd3d: Use VK_KHR_*_EXTENSION_NAME defines. Józef Kucia 2016-10-24 15:28:08 +0200
  • fa5b972371 demos/triangle: Add a demo program. Henri Verbeet 2016-10-13 13:50:36 +0200
  • 6cbe8626c2 libs/vkd3d: Add DXGI_FORMAT_B8G8R8A8_UNORM_SRGB. Henri Verbeet 2016-10-22 20:49:25 +0200
  • 6babf11214 libs/vkd3d: Export a function to get the Vulkan format from a DXGI format. Henri Verbeet 2016-10-22 21:11:42 +0200
  • b760b52859 libs/vkd3d: Export a function to get the Vulkan physical device from a d3d12 device. Henri Verbeet 2016-10-22 21:07:46 +0200
  • c79584ed92 libs/vkd3d: Export a function to get the Vulkan queue family index from a d3d12 command queue. Henri Verbeet 2016-10-22 20:42:46 +0200
  • f34b9f9347 include: Add the IDXGIFactory2 interface. Henri Verbeet 2016-10-22 16:04:53 +0200
  • 110309b623 include: Add the IDXGISwapChain3 interface. Henri Verbeet 2016-09-28 13:38:28 +0200
  • a8f7602b14 include: Use hexadecimal values in the DXGI_FORMAT enum. Henri Verbeet 2016-10-22 16:25:16 +0200
  • c593e1a8ea build: Generate cross_implibs EXTRA_DIST from cross_implibs. Henri Verbeet 2016-10-22 20:18:42 +0200
  • 0865bb6392 Add crosslibs .a to .gitignore. Henri Verbeet 2016-10-22 20:15:55 +0200
  • e987e02706 tests: Add test for bundle state inheritance. Józef Kucia 2016-10-24 13:20:09 +0200
  • 53db1da082 tests: Get rid of D3D12 debug layer warning. Józef Kucia 2016-10-24 13:20:09 +0200
  • f35b311aa1 tests: Introduce "draw_test_context" for simple drawing tests. Józef Kucia 2016-10-24 13:20:09 +0200
  • eea8617b9b libs/vkd3d: GPU virtual address for texture resources is always 0. Józef Kucia 2016-10-24 13:20:09 +0200
  • a5fbcb28f0 libs/vkd3d: Set initial image layout to VK_IMAGE_LAYOUT_UNDEFINED for CPU inaccessible images. Józef Kucia 2016-10-24 13:20:09 +0200
  • e19e428ed0 libs/vkd3d: Check if device memory is CPU accessible in d3d12_resource_Map(). Józef Kucia 2016-10-24 13:20:09 +0200
  • 3161f346b6 libs/vkd3d: Try to allocate coherent host visible memory for CUSTOM heap. Józef Kucia 2016-10-24 13:20:09 +0200
  • 81164d43f7 tests: Use stdbool. Józef Kucia 2016-10-24 13:20:09 +0200
  • ed50a4e7f5 include: Assert that "count * size" does not overflow in vkd3d_calloc(). Józef Kucia 2016-10-24 13:20:09 +0200
  • bc1c2bcadf tests: Separate statements by semicolon instead of comma. Józef Kucia 2016-10-20 16:54:45 +0200
  • 33ef8688ab libs/vkd3d: Initialize "resource->external" before possible call to d3d12_resource_destroy(). Józef Kucia 2016-10-20 16:38:04 +0200
  • fd9f1abb4f libs/vkd3d: Fix command list resetting. Józef Kucia 2016-10-20 16:38:04 +0200
  • 2189859532 libs/vkd3d: Command allocator can be used with one command list at a time. Józef Kucia 2016-10-20 16:38:04 +0200
  • 384bb26ea5 libs/vkd3d: Naming conventions. Józef Kucia 2016-10-20 16:38:04 +0200
  • d3ad189be4 tests: Add test for resetting command list when it is in use. Józef Kucia 2016-10-20 16:38:04 +0200
  • 52211e6c40 libs/vkd3d: Free command buffers on command allocator reset. Józef Kucia 2016-10-20 16:38:04 +0200
  • 278cb0103c libs/vkd3d: Add support for D3D12_RESOURCE_STATE_RESOLVE_* barriers. Józef Kucia 2016-10-20 16:38:04 +0200
  • c41ad774de libs/vkd3d: Implement UAV barriers. Józef Kucia 2016-10-19 16:39:48 +0200
  • 0944475c6a libs/vkd3d: Implement transition barriers. Józef Kucia 2016-10-19 16:39:48 +0200
  • f2c980af56 libs/vkd3d: Validate resource state for resource barriers. Józef Kucia 2016-10-19 16:39:48 +0200
  • 34f6abc81d tests: Add test for mapping CPU inaccessible buffers. Józef Kucia 2016-10-19 13:10:12 +0200
  • 69cd100d48 libs/vkd3d: Validate initial resource state. Józef Kucia 2016-10-19 13:10:12 +0200
  • f601cbc04a libs/vkd3d: Validate "optimized_clear_value" for buffer resources. Józef Kucia 2016-10-19 13:10:12 +0200
  • 60959ecf3c libs/vkd3d: Add partial support for D3D12_FEATURE_ARCHITECTURE. Józef Kucia 2016-10-19 13:10:12 +0200
  • 6904282702 tests: Add test for D3D12_FEATURE_ARCHITECTURE. Józef Kucia 2016-10-19 13:10:12 +0200
  • e0ba2fd2d3 libs/vkd3d: Export a function to get the Vulkan queue from a d3d12 command queue. Henri Verbeet 2016-10-17 15:10:53 +0200
  • 7568a9793c libs/vkd3d: Export a function to get the Vulkan device from a d3d12 device. Henri Verbeet 2016-10-17 18:49:44 +0200
  • feacd1af50 libs/vkd3d: Export a function to get the Vulkan instance from a d3d12 device. Henri Verbeet 2016-10-17 18:45:43 +0200
  • 2a49173b60 libs/vkd3d: Export a function to create a d3d12 resource from a Vulkan image. Henri Verbeet 2016-10-17 18:38:39 +0200
  • fcc9f9b294 libs/vkd3d: Merge vkd3d_vulkan.h into vkd3d_private.h. Henri Verbeet 2016-10-17 14:48:30 +0200
  • 8d668205a4 libs/vkd3d-utils: Return a bool from vkd3d_signal_event(). Henri Verbeet 2016-10-17 18:11:12 +0200
  • 9d5e4daf84 libs/vkd3d-utils: Get rid of unnecessary WINAPI. Henri Verbeet 2016-10-17 17:56:08 +0200
  • 53e0839698 libs/vkd3d-utils: Naming conventions. Henri Verbeet 2016-10-17 17:46:27 +0200
  • 1be59ad2e3 build: Dependency tracking for crossbuilds. Henri Verbeet 2016-10-18 19:14:49 +0200
  • b03965d955 build: Build .xz archives by default. Henri Verbeet 2016-10-17 12:08:35 +0200
  • 2057c4a31c build: tests/d3d12 uses pthreads. Henri Verbeet 2016-10-13 14:08:34 +0200
  • de9769151b tests: Add test for mapping textures. Józef Kucia 2016-10-17 14:24:22 +0200
  • 5f187d9e68 libs/vkd3d: Improve diagnostic message for device memory allocation failures. Józef Kucia 2016-10-17 14:24:22 +0200
  • 6b681a4037 libs/vkd3d: Return E_INVALIDARG in d3d12_resource_Map() for textures. Józef Kucia 2016-10-17 14:24:22 +0200
  • af091ecc73 include: Add more D3D12_MEMORY_POOL enum values. Józef Kucia 2016-10-17 14:24:22 +0200
  • 12211aafc7 tests: Add test for ID3D12Device_GetDeviceRemovedReason(). Józef Kucia 2016-10-17 14:24:22 +0200
  • 1e73f2956a libs/vkd3d: Return S_OK from d3d12_device_GetDeviceRemovedReason(). Józef Kucia 2016-10-17 14:24:22 +0200