From 716ea2cef3db8d9bcc9f2d332a5812f35baee60f Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Wed, 9 Aug 2017 08:50:28 +0200 Subject: [PATCH] wined3d-UAV_Counters: Remove no longer needed dependencies. --- patches/patchinstall.sh | 17 ----------------- patches/wined3d-UAV_Counters/definition | 3 --- 2 files changed, 20 deletions(-) delete mode 100644 patches/wined3d-UAV_Counters/definition diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 8edc412e..c2ebcfce 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -2284,17 +2284,6 @@ if test "$enable_wined3d_CSMT_Helper" -eq 1; then enable_wined3d_UAV_Counters=1 fi -if test "$enable_wined3d_UAV_Counters" -eq 1; then - if test "$enable_wined3d_Copy_Resource_Typeless" -gt 1; then - abort "Patchset wined3d-Copy_Resource_Typeless disabled, but wined3d-UAV_Counters depends on that." - fi - if test "$enable_wined3d_Revert_Buffer_Upload" -gt 1; then - abort "Patchset wined3d-Revert_Buffer_Upload disabled, but wined3d-UAV_Counters depends on that." - fi - enable_wined3d_Copy_Resource_Typeless=1 - enable_wined3d_Revert_Buffer_Upload=1 -fi - if test "$enable_wined3d_Copy_Resource_Typeless" -eq 1; then if test "$enable_d3d11_Depth_Bias" -gt 1; then abort "Patchset d3d11-Depth_Bias disabled, but wined3d-Copy_Resource_Typeless depends on that." @@ -9601,12 +9590,6 @@ fi # Patchset wined3d-UAV_Counters # | -# | This patchset has the following (direct or indirect) dependencies: -# | * d3d11-Depth_Bias, wined3d-1DTextures, wined3d-Copy_Resource_Typeless, wined3d-Revert_Buffer_Upload -# | -# | This patchset fixes the following Wine bugs: -# | * [#43405] Implement copying structure count of UAV -# | # | Modified files: # | * dlls/d3d11/device.c, dlls/wined3d/cs.c, dlls/wined3d/device.c, dlls/wined3d/view.c # | diff --git a/patches/wined3d-UAV_Counters/definition b/patches/wined3d-UAV_Counters/definition deleted file mode 100644 index d1cbd344..00000000 --- a/patches/wined3d-UAV_Counters/definition +++ /dev/null @@ -1,3 +0,0 @@ -Fixes: [43405] Implement copying structure count of UAV -Depends: wined3d-Copy_Resource_Typeless -Depends: wined3d-Revert_Buffer_Upload