Rebase against 230e953e31f7228d10c8b0a0d2e8cf4f9af9a231.

This commit is contained in:
Alistair Leslie-Hughes 2022-05-21 16:19:49 +10:00
parent e31ff0a923
commit 6ea30a2e5b
3 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
From cfbee3f0f952769dbf663489c2a209493c7412d3 Mon Sep 17 00:00:00 2001
From 5d9d9cbdb4043848aa5ebdd8a1349d9c876650e3 Mon Sep 17 00:00:00 2001
From: Christian Costa <titan.costa@gmail.com>
Date: Sun, 11 Jan 2015 16:18:03 +0100
Subject: d3dx9_36: Add support for FOURCC surface to
Subject: [PATCH] d3dx9_36: Add support for FOURCC surface to
save_dds_surface_to_memory.
---
@ -9,10 +9,10 @@ Subject: d3dx9_36: Add support for FOURCC surface to
1 file changed, 8 insertions(+)
diff --git a/dlls/d3dx9_36/surface.c b/dlls/d3dx9_36/surface.c
index 4fa2a76..58b676d 100644
index 26809a47e18..db334ee83f1 100644
--- a/dlls/d3dx9_36/surface.c
+++ b/dlls/d3dx9_36/surface.c
@@ -311,6 +311,14 @@ static HRESULT d3dformat_to_dds_pixel_format(struct dds_pixel_format *pixel_form
@@ -433,6 +433,14 @@ static HRESULT d3dformat_to_dds_pixel_format(struct dds_pixel_format *pixel_form
}
}
@ -24,9 +24,9 @@ index 4fa2a76..58b676d 100644
+ return D3D_OK;
+ }
+
WARN("Unknown pixel format %#x\n", d3dformat);
WARN("Unknown pixel format %#x.\n", d3dformat);
return E_NOTIMPL;
}
--
2.6.4
2.35.1

View File

@ -51,7 +51,7 @@ usage()
# Get the upstream commit sha
upstream_commit()
{
echo "56d9ed83c14cd7d92076fc518d1a601fa3119b6b"
echo "230e953e31f7228d10c8b0a0d2e8cf4f9af9a231"
}
# Show version information

View File

@ -1 +1 @@
56d9ed83c14cd7d92076fc518d1a601fa3119b6b
230e953e31f7228d10c8b0a0d2e8cf4f9af9a231