forked from ValveSoftware/Proton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cffa2f6
commit 4925ece
Showing
3 changed files
with
16 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,7 @@ | ||
From e6e806dcce98b22f90a8859162cadd74669af4d6 Mon Sep 17 00:00:00 2001 | ||
From: Eric Sullivan <[email protected]> | ||
Date: Sun, 8 Oct 2023 23:54:00 -0700 | ||
Subject: [PATCH 1/2] Update Vulkan headers. | ||
|
||
--- | ||
include/vulkan | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/include/vulkan b/include/vulkan | ||
index 85c2334e92e..bbe0f575ebd 160000 | ||
--- a/include/vulkan | ||
+++ b/include/vulkan | ||
@@ -1 +1 @@ | ||
-Subproject commit 85c2334e92e215cce34e8e0ed8b2dce4700f4a50 | ||
+Subproject commit bbe0f575ebd6098369f0ac6c6a43532732ed0ba6 | ||
|
||
From 2518e1c71e64679be3f38c622f8294e9354e44a0 Mon Sep 17 00:00:00 2001 | ||
From: Eric Sullivan <[email protected]> | ||
Date: Mon, 9 Oct 2023 01:51:16 -0700 | ||
Subject: [PATCH 2/2] Add VK_NV_low_latency2 support | ||
Subject: [PATCH] Add VK_NV_low_latency2 support | ||
|
||
This commit add support for the VK_NV_low_latency2 extension, and | ||
implements the ID3DLowLatencyDevice interface. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,7 @@ | ||
From 56565ab8587c5785e63bd4cf4eb9e905d4affcf4 Mon Sep 17 00:00:00 2001 | ||
From: Eric Sullivan <[email protected]> | ||
Date: Sun, 8 Oct 2023 22:46:03 -0700 | ||
Subject: [PATCH 1/2] khronos: Update Vulkan headers | ||
|
||
--- | ||
subprojects/Vulkan-Headers | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/subprojects/Vulkan-Headers b/subprojects/Vulkan-Headers | ||
index a0c76b4ef7..bbe0f575eb 160000 | ||
--- a/subprojects/Vulkan-Headers | ||
+++ b/subprojects/Vulkan-Headers | ||
@@ -1 +1 @@ | ||
-Subproject commit a0c76b4ef76e219483755ff61dce6b67ff79f24b | ||
+Subproject commit bbe0f575ebd6098369f0ac6c6a43532732ed0ba6 | ||
|
||
From dd574726b5c94824c7f0ee847aaf677f04892503 Mon Sep 17 00:00:00 2001 | ||
From: Eric Sullivan <[email protected]> | ||
Date: Thu, 7 Sep 2023 09:27:14 -0700 | ||
Subject: [PATCH 2/2] vkd3d: Add support for VK_NV_low_latency2 | ||
Subject: [PATCH] vkd3d: Add support for VK_NV_low_latency2 | ||
|
||
This commit add support for the VK_NV_low_latency2 extension, and | ||
implements the ID3DLowLatencyDevice, and ID3D12CommandQueueExt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters