Commit Graph

  • 1a5c6eaca1 build: Add LICENSE file to distribution. Józef Kucia 2017-06-19 18:33:39 +0200
  • c151662ded Update copyright info. Józef Kucia 2017-06-19 18:24:39 +0200
  • 6f6d5c7850 libs/vkd3d: Use depth aspect mask for DXGI_FORMAT_D16_UNORM. Józef Kucia 2017-06-19 18:19:19 +0200
  • 786a31ca4e libs/vkd3d-shader: Use libSPIRV-Tools for tracing and validating generated SPIR-V shaders. Józef Kucia 2017-06-19 18:05:53 +0200
  • dd31e5e918 libs/vkd3d-shader: Generate SPIR-V modules. Józef Kucia 2017-06-19 18:05:53 +0200
  • eff8428c71 libs/vkd3d-common: Move vkd3d_array_reserve() from libvkd3d. Józef Kucia 2017-06-19 18:05:53 +0200
  • 465fe54a9b libs/vkd3d-shader: Implement vkd3d_shader_compile_dxbc(). Józef Kucia 2017-06-19 18:05:53 +0200
  • 1f65d4ccc1 libs/vkd3d-shader: Add stub for SPIR-V generator. Józef Kucia 2017-06-19 18:05:53 +0200
  • 97c7bc0a18 libs/vkd3d-common: Provide access to current debug level. Józef Kucia 2017-06-19 18:05:53 +0200
  • 5808c280f7 libs/vkd3d: Add DXGI_FORMAT_D16_UNORM. Henri Verbeet 2017-06-16 15:08:22 +0200
  • fc67a3b7fa libs/vkd3d: Add DXGI_FORMAT_R8G8B8A8_UNORM_SRGB. Henri Verbeet 2017-06-16 14:29:27 +0200
  • d029dc995c libs/vkd3d: Add DXGI_FORMAT_R8_UINT. Henri Verbeet 2017-06-15 13:44:00 +0200
  • 79d731de8a libs/vkd3d: Add DXGI_FORMAT_R16_FLOAT. Henri Verbeet 2017-06-15 13:42:25 +0200
  • 70dbeed14c libs/vkd3d: Add DXGI_FORMAT_R8_UNORM. Henri Verbeet 2017-06-15 13:33:32 +0200
  • 00f514cf1c libs/vkd3d: Add DXGI_FORMAT_R16_UNORM. Henri Verbeet 2017-06-15 13:31:29 +0200
  • 07f12c2947 libs/vkd3d: Add DXGI_FORMAT_R16G16B16A16_FLOAT. Henri Verbeet 2017-06-14 23:27:06 +0200
  • ec4ab656df libs/vkd3d: Add trailing newline to WARN() message in d3d12_command_list_begin_render_pass(). Józef Kucia 2017-06-07 12:04:33 +0200
  • e0c9692c5e build: Check for SPIR-V headers. Józef Kucia 2017-06-16 22:38:21 +0200
  • 4ab5ced2fc libs/vkd3d-shader: Import DXBC parser from Wine d3d11 implementation. Józef Kucia 2017-06-16 22:38:21 +0200
  • 7be0b64a0f libs/vkd3d-common: Add debugstr_a() function. Józef Kucia 2017-06-16 22:38:21 +0200
  • 31c6bfe24f libs/vkd3d-shader: Import SM4+ bytecode parser from Wine. Józef Kucia 2017-06-16 22:38:21 +0200
  • ad465999ad build: Enable POSIX.1-2008 functionality. Józef Kucia 2017-06-16 22:38:21 +0200
  • fe13e35f72 programs/vkd3d-compiler: Add program. Józef Kucia 2017-06-16 22:38:21 +0200
  • 93458c8933 libs/vkd3d-shader: Add library. Józef Kucia 2017-06-16 22:38:21 +0200
  • 995720f5f5 include: Add align() helper function. Józef Kucia 2017-06-16 22:38:21 +0200
  • ba713c9b37 include: Drop wine prefix from red-black tree functions. Józef Kucia 2017-06-16 22:38:21 +0200
  • 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