From ce62e30ee25aa1f43b2f1b92f1ed450cfd9c2a9d Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Sat, 1 Dec 2018 16:47:16 +1100 Subject: [PATCH] Rebase against 400dd1596ab7946e68278b3f8dc7c87b898c7e9f try 2 --- patches/patchinstall.sh | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 08502dd0..e86834be 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -52,7 +52,7 @@ usage() # Get the upstream commit sha upstream_commit() { - echo "20e5920135476cc4e380823a694537fca7fdf7e1" + echo "400dd1596ab7946e68278b3f8dc7c87b898c7e9f" } # Show version information @@ -138,7 +138,6 @@ patch_enable_all () enable_dwrite_FontFallback="$1" enable_dxdiagn_Enumerate_DirectSound="$1" enable_dxdiagn_GetChildContainer_Leaf_Nodes="$1" - enable_dxgi_GammaRamp="$1" enable_dxgi_MakeWindowAssociation="$1" enable_dxva2_Video_Decoder="$1" enable_explorer_Video_Registry_Key="$1" @@ -571,9 +570,6 @@ patch_enable () dxdiagn-GetChildContainer_Leaf_Nodes) enable_dxdiagn_GetChildContainer_Leaf_Nodes="$2" ;; - dxgi-GammaRamp) - enable_dxgi_GammaRamp="$2" - ;; dxgi-MakeWindowAssociation) enable_dxgi_MakeWindowAssociation="$2" ;; @@ -3456,21 +3452,6 @@ if test "$enable_dxdiagn_GetChildContainer_Leaf_Nodes" -eq 1; then ) >> "$patchlist" fi -# Patchset dxgi-GammaRamp -# | -# | This patchset fixes the following Wine bugs: -# | * [#43584] Implement DXGI GammaControl methods -# | -# | Modified files: -# | * dlls/dxgi/output.c, dlls/dxgi/tests/dxgi.c -# | -if test "$enable_dxgi_GammaRamp" -eq 1; then - patch_apply dxgi-GammaRamp/0001-dxgi-Implement-setting-and-querying-the-gamma-value-.patch - ( - printf '%s\n' '+ { "Michael Müller", "dxgi: Implement setting and querying the gamma value of an output.", 1 },'; - ) >> "$patchlist" -fi - # Patchset dxgi-MakeWindowAssociation # | # | Modified files: