Commit graph

  • beaf6dd2a6 [dxvk] Add context flag for active secondary command buffers Philip Rebohle 2025-02-10 21:34:14 +01:00
  • cf9ccf711b [dxvk] Add perf hint to avoid secondary command buffers Philip Rebohle 2025-02-10 21:06:37 +01:00
  • 94254f556e [dxvk] Fix stencil resolve mode Philip Rebohle 2025-02-11 15:26:08 +01:00
  • 70492b2954 [dxvk] Avoid locking built-in latency tracker when calling into presenter Philip Rebohle 2025-02-11 13:24:23 +01:00
  • b1174a1bdf [dxvk] Avoid locking Reflex latency tracker when calling into presenter Philip Rebohle 2025-02-11 13:10:43 +01:00
  • efeb15edbd [dxvk] Fix lack of forward progress guarantee in presenter Philip Rebohle 2025-02-11 11:57:47 +01:00
  • 10d106b6ed [dxvk] Avoid locking built-in latency tracker when calling into presenter presenter-deadlock Philip Rebohle 2025-02-11 13:24:23 +01:00
  • 29c6619aa1 [dxvk] Avoid locking Reflex latency tracker when calling into presenter Philip Rebohle 2025-02-11 13:10:43 +01:00
  • 43c7ca6b67 [dxvk] Fix lack of forward progress guarantee in presenter Philip Rebohle 2025-02-11 11:57:47 +01:00
  • 10ca8d3ef5 [d3d11] Ignore explicit flush if there are unresolved render targets tiler-ignore-explicit-flush Philip Rebohle 2025-02-10 22:27:37 +01:00
  • e31c84640d [d3d11] Flush more around non-multisampled render passes tiler-secondary-cmd-buf-opt Philip Rebohle 2025-02-10 22:02:05 +01:00
  • e820c23216 [util] Add new flush type for render pass boundaries Philip Rebohle 2025-02-10 22:08:30 +01:00
  • 86f8774db8 [dxvk] Don't use secondary command buffers for certain render passes Philip Rebohle 2025-02-10 21:34:34 +01:00
  • a359e5a9a4 [dxvk] Add context flag for active secondary command buffers Philip Rebohle 2025-02-10 21:34:14 +01:00
  • d6f4e83777 [dxvk] Add perf hint to avoid secondary command buffers Philip Rebohle 2025-02-10 21:06:37 +01:00
  • ac17d5f9b1 [dxvk] Enable tiler mode for more drivers Philip Rebohle 2025-02-10 18:36:01 +01:00
  • 11ec65d516 [include] Update Vulkan headers Philip Rebohle 2025-02-10 17:44:36 +01:00
  • 4d3b35ae53 meson: Fix version construct by dropping the "v" prefix Neal Gompa 2025-02-10 09:46:51 -05:00
  • 3aeedb9c98 [d3d11] Forward DiscardResource calls to backend for images Philip Rebohle 2025-02-07 22:50:36 +01:00
  • 9b5499caf2 [dxvk] Ignore deferred discards that we can't fold into load ops Philip Rebohle 2025-02-07 22:49:19 +01:00
  • fcabffc1e5 [dxvk] Add store op optimization for image discards in tiler mode Philip Rebohle 2025-02-07 22:42:47 +01:00
  • 821386aeff [dxvk] Add config option to toggle tiler optimizations Philip Rebohle 2025-02-05 19:24:37 +01:00
  • fa2d791d79 [dxvk] Use resolve attachments if possible Philip Rebohle 2025-02-05 22:41:31 +01:00
  • 80fb7e2294 [d3d9,d3d11] Adjust flush heuristic on tiling GPUs Philip Rebohle 2025-02-05 19:43:08 +01:00
  • 00299b264b [dxvk] Use secondary command buffers for rendering on tiling GPUs Philip Rebohle 2025-02-05 19:13:42 +01:00
  • 4a92b92f58 [dxvk] Add perf hint for tiling GPUs Philip Rebohle 2025-02-05 18:51:15 +01:00
  • 6c1bc35264 [dxvk] Add functionality to use secondary command buffers Philip Rebohle 2025-02-05 17:14:58 +01:00
  • 7d35afdc37 [dxvk] Add functionality to allocate secondary command buffer Philip Rebohle 2025-02-05 16:50:58 +01:00
  • e3df5d5018 meson: Fix version construct by dropping the "v" prefix Neal Gompa 2025-02-10 09:46:51 -05:00
  • f615594f22 [dxgi] Create dummy window for composition swap chains Philip Rebohle 2025-02-10 14:03:40 +01:00
  • 76f9bec7cc [dxgi] Add option to expose composition swapchains Philip Rebohle 2025-02-10 13:39:56 +01:00
  • 0a19e5b6db [d3d8] Store the value of D3DRS_ZVISIBLE WinterSnowfall 2025-02-10 11:12:54 +02:00
  • 946419cda2 [d3d8] Fix invalid casting in GetRenderState WinterSnowfall 2025-02-10 00:22:50 +02:00
  • 50e91832a6
    [d3d8] Store the value of D3DRS_ZVISIBLE WinterSnowfall 2025-02-10 11:12:54 +02:00
  • 547ee5c42f
    [d3d8] Fix invalid casting in GetRenderState WinterSnowfall 2025-02-10 00:22:50 +02:00
  • ba70ff9b62 wip dummy window for swapchain composition shenanigans swapchain-composition-dummy-hwnd Philip Rebohle 2025-02-09 15:43:19 +01:00
  • 13554f18bd [d3d9] Update software cursor position using SetCursorPosition WinterSnowfall 2025-02-04 23:34:13 +02:00
  • 9d328b77cc [d3d11] Forward DiscardResource calls to backend for images resolve-attachments Philip Rebohle 2025-02-07 22:50:36 +01:00
  • 3a29a4e89f [dxvk] Ignore deferred discards that we can't fold into load ops Philip Rebohle 2025-02-07 22:49:19 +01:00
  • 80047db5c4 [dxvk] Add store op optimization for image discards in tiler mode Philip Rebohle 2025-02-07 22:42:47 +01:00
  • d8e83756f0 [dxvk] Add config option to toggle tiler optimizations Philip Rebohle 2025-02-05 19:24:37 +01:00
  • 54a26dde3d [util] Disable dcSingleUseMode for Cardfight!! Vanguard Dear Days 2 Blisto91 2025-02-07 18:17:46 +01:00
  • 5e0ac4fabc
    [util] Disable dcSingleUseMode for Cardfight!! Vanguard Dear Days 2 Blisto91 2025-02-07 18:17:46 +01:00
  • a1b6de5cdc [d3d11] Ignore Flush calls if we are waiting for a resolve Philip Rebohle 2025-02-07 12:43:38 +01:00
  • 13bc8f5cbc Don't bother binding char info for graph compute synchromach 2025-02-07 10:32:52 +07:00
  • 5cb9805ab3 Use compute shader for text, use Titillium Web font synchromach 2025-02-07 10:17:16 +07:00
  • cce3f375a8 [dxvk] Use resolve attachments if possible Philip Rebohle 2025-02-05 22:41:31 +01:00
  • 1948c64c7a [d3d9,d3d11] Adjust flush heuristic on tiling GPUs Philip Rebohle 2025-02-05 19:43:08 +01:00
  • 62b7c493a1 [dxvk] Use secondary command buffers for rendering on tiling GPUs Philip Rebohle 2025-02-05 19:13:42 +01:00
  • e9fed62676 [dxvk] Add perf hint for tiling GPUs Philip Rebohle 2025-02-05 18:51:15 +01:00
  • a0b517c3d3 [dxvk] Add functionality to use secondary command buffers Philip Rebohle 2025-02-05 17:14:58 +01:00
  • dd51997e36 [dxvk] Add functionality to allocate secondary command buffer Philip Rebohle 2025-02-05 16:50:58 +01:00
  • 357484bd4b [d3d11] Don't call Flush from swap chain code Philip Rebohle 2025-02-06 23:25:26 +01:00
  • 9664e0b850 [dxvk] Fix potential race conditions w.r.t. swapchain destruction Philip Rebohle 2025-02-06 00:50:21 +01:00
  • e1cf2725ea Rename to drawArgsDescriptor, drawInfosDescriptor synchromach 2025-02-07 00:07:12 +07:00
  • e5a81f8c7e [dxvk] Don't probe buffer compatibility on image-only memory types Philip Rebohle 2025-02-06 15:28:59 +01:00
  • 215cebc019 [dxvk] Remove superfluous function declaration Philip Rebohle 2025-02-06 14:29:19 +01:00
  • 7be4137de1 [dxvk] Fix potential race conditions w.r.t. swapchain destruction waitforpresent-sync Philip Rebohle 2025-02-06 00:50:21 +01:00
  • a413eb0843 [dxvk] Only end render pass in invalidateImage if currently bound Philip Rebohle 2025-02-05 22:38:01 +01:00
  • 0434b23167 [dxvk] Fix initializing buffers with non-dword sizes Philip Rebohle 2025-01-24 22:28:10 +01:00
  • dad40e2cbd
    [d3d9] Update software cursor position using SetCursorPosition WinterSnowfall 2025-02-04 23:34:13 +02:00
  • cf946eb981 [dxvk] Add setupapi as a Windows WSI dependency Philip Rebohle 2025-02-02 18:14:32 +01:00
  • 3a34dae722 [dxvk] Work around locale-dependent regex parsing crash Philip Rebohle 2025-02-02 20:42:57 +01:00
  • fcb4089bf1 [dxvk] Work around locale-dependent regex parsing crash regex-bad-alloc Philip Rebohle 2025-02-02 20:42:57 +01:00
  • bd69d1efdc [d3d8/9] Use shader version macros where applicable WinterSnowfall 2025-01-28 12:39:28 +02:00
  • e3f1d4c021 [d3d8] Fix up swizzle for all opcodes requiring a replicate swizzle WinterSnowfall 2025-01-28 01:54:49 +02:00
  • 031c91249e [dxvk] Add setupapi as a Windows WSI dependency setupapi-import Philip Rebohle 2025-02-02 18:14:32 +01:00
  • 6e50637a0e
    [d3d8/9] Use shader version macros where applicable WinterSnowfall 2025-01-28 12:39:28 +02:00
  • e4bcb2e573
    [d3d8] Fix up swizzle for all opcodes requiring a replicate swizzle WinterSnowfall 2025-01-28 01:54:49 +02:00
  • 5569274a97 [d3d9] Do not assume 16-byte alignment in replaceNaN Philip Rebohle 2024-11-12 18:51:11 +01:00
  • dd5b28e557 [d3d8] Use D3D8 compatibilty mode to set HUD API level WinterSnowfall 2025-02-02 00:50:41 +02:00
  • 572e57ca44
    [d3d8] Use D3D8 compatibilty mode to set HUD API level WinterSnowfall 2025-02-02 00:50:41 +02:00
  • de97f07402
    [d3d9] Route operations on unmappable memory through allocator Robin Kertels 2025-01-14 23:12:35 +01:00
  • 8860bde34b [util] Fix black screen after alt-tab for Trainz HunterCZ122 2025-01-30 20:29:15 +01:00
  • 78ebe72bfa
    [d3d8] Add shadow perspective divide hack for Splinter Cell Jeff 2025-01-31 19:01:02 +00:00
  • e12d1cecf0
    [util] Fix black screen after alt-tab for Trainz HunterCZ122 2025-01-30 20:29:15 +01:00
  • 8776cf2ce6 [util] Cleanup some deviceLossOnFocusLoss configs Blisto91 2025-01-29 22:41:40 +01:00
  • 0cad97d5ec [util] Add scaleDref to SplinterCell2 Autumn Ashton 2025-01-30 02:58:15 +00:00
  • 06bdc88eb6 [d3d8] Restore config for Splinter Cell Jeff 2025-01-30 00:45:52 +00:00
  • 839279730e
    [d3d8] Restore config for Splinter Cell Jeff 2025-01-30 00:45:52 +00:00
  • 173a2cb63e [util] Cleanup some deviceLossOnFocusLoss configs Blisto91 2025-01-29 22:41:40 +01:00
  • 5159a65d43
    [d3d9] Add complete device import interop API Jeff 2024-12-06 20:57:37 -08:00
  • 68aff5ded5
    [dxvk] Support getting device create info without creating device Jeff 2024-12-06 20:57:12 -08:00
  • 33981e6a21
    [dxvk] Store AMD overalloc info in DxvkDeviceFeatures Jeff 2025-01-26 19:43:52 +00:00
  • 1d90772eb2 [d3d9] Report vertex texture filtering support only for SM3 WinterSnowfall 2025-01-27 00:33:17 +02:00
  • 3d35925a05 Assign viewInfo.minLayer for D3D11VideoProcessorInputView VPInventions 2025-01-27 00:55:22 +01:00
  • 89a833b37b
    Assign viewInfo.minLayer for D3D11VideoProcessorInputView VPInventions 2025-01-27 00:55:22 +01:00
  • 279ddc4ff4
    [d3d9] Report vertex texture filtering support only for SM3 WinterSnowfall 2025-01-27 00:33:17 +02:00
  • 5b21286377 [d3d9] Adjust SM2 VS/PS caps WinterSnowfall 2025-01-26 21:47:24 +02:00
  • 9f38229c2f
    [d3d9] Adjust SM2 VS/PS caps WinterSnowfall 2025-01-26 21:47:24 +02:00
  • ad0920fe1e [d3d9] Relax SM2 minor version checks on shader creation WinterSnowfall 2025-01-26 18:41:08 +02:00
  • 2e8a38fa55
    [d3d9] Relax SM2 minor version checks on shader creation WinterSnowfall 2025-01-26 18:41:08 +02:00
  • c6dc7e0939 [d3d8/9] Proper (and age accurate) handling of d3d9.shaderModel = 0 WinterSnowfall 2025-01-21 01:31:59 +02:00
  • 48d24893d4 [d3d8] Clean up and document D3D8-specific caps WinterSnowfall 2025-01-23 00:31:19 +02:00
  • 753c11d144 [d3d8] Implement SCRATCH pool copies with CopyRects WinterSnowfall 2025-01-14 01:10:53 +02:00
  • 7482e45534 [d3d8] Remove several empty explicit destructors WinterSnowfall 2025-01-13 22:30:39 +02:00
  • e757170211 [d3d8] Remove superfluous methods from D3D8Surface WinterSnowfall 2025-01-13 20:31:18 +02:00
  • e2a078d534 [d3d8] Properly return the value of D3DRS_SOFTWAREVERTEXPROCESSING WinterSnowfall 2025-01-12 18:51:42 +02:00
  • d846e89a4b [d3d8] Improve handling of FullScreen_PresentationInterval WinterSnowfall 2025-01-11 11:27:52 +02:00
  • e40f03b96a [d3d8] General TODO and comment cleanup WinterSnowfall 2025-01-10 23:10:57 +02:00