mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
wined3d-buffer_create: Disable patchset.
This commit is contained in:
parent
5b58419a0e
commit
3f25cd198a
@ -410,7 +410,6 @@ patch_enable_all ()
|
||||
enable_wined3d_Revert_Pixel_Center_Offset="$1"
|
||||
enable_wined3d_Silence_FIXMEs="$1"
|
||||
enable_wined3d_WINED3DFMT_R32G32_UINT="$1"
|
||||
enable_wined3d_buffer_create="$1"
|
||||
enable_wined3d_check_format_support="$1"
|
||||
enable_winedbg_Process_Arguments="$1"
|
||||
enable_winedevice_Fix_Relocation="$1"
|
||||
@ -1443,9 +1442,6 @@ patch_enable ()
|
||||
wined3d-WINED3DFMT_R32G32_UINT)
|
||||
enable_wined3d_WINED3DFMT_R32G32_UINT="$2"
|
||||
;;
|
||||
wined3d-buffer_create)
|
||||
enable_wined3d_buffer_create="$2"
|
||||
;;
|
||||
wined3d-check_format_support)
|
||||
enable_wined3d_check_format_support="$2"
|
||||
;;
|
||||
@ -8352,18 +8348,6 @@ if test "$enable_wined3d_WINED3DFMT_R32G32_UINT" -eq 1; then
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
# Patchset wined3d-buffer_create
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/wined3d/buffer.c
|
||||
# |
|
||||
if test "$enable_wined3d_buffer_create" -eq 1; then
|
||||
patch_apply wined3d-buffer_create/0001-wined3d-Create-buffers-on-default-pool-in-wined3d_bu.patch
|
||||
(
|
||||
printf '%s\n' '+ { "Sebastian Lackner", "wined3d: Create buffers on default pool in wined3d_buffer_create.", 1 },';
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
# Patchset wined3d-check_format_support
|
||||
# |
|
||||
# | Modified files:
|
||||
|
2
patches/wined3d-buffer_create/definition
Normal file
2
patches/wined3d-buffer_create/definition
Normal file
@ -0,0 +1,2 @@
|
||||
# FIXME: Causes performance issues
|
||||
Disabled: true
|
Loading…
x
Reference in New Issue
Block a user