Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
PortWINE
Commits
cd895d5e
Commit
cd895d5e
authored
May 04, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes stable version vulkan 3D Api
parent
e2e055b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
14 deletions
+19
-14
functions_helper
data_from_portwine/scripts/functions_helper
+18
-14
var
data_from_portwine/scripts/var
+1
-0
No files found.
data_from_portwine/scripts/functions_helper
View file @
cd895d5e
...
...
@@ -1955,7 +1955,8 @@ start_portwine () {
unset
CP_VKD3D_FILES CP_DXVK_FILES CP_D8VK_FILES CP_DGV2_FILES CP_WINE_FILES
unset
PATH_TO_DXVK_FILES PATH_TO_VKD3D_FILES PATH_TO_GALLIUM_NINE_FILES
case
"
${
PW_VULKAN_USE
}
"
in
0
)
# WINED3D OPENGL
0
)
# WINED3D OPENGL
print_info
"Use WINED3D OpenGL"
PATH_TO_VKD3D_FILES
=
"
${
PW_VULKAN_DIR
}
/vkd3d-proton-
${
VKD3D_GIT_VER
}
"
CP_DGV2_FILES
=
"glide glide2x glide3x"
...
...
@@ -1966,19 +1967,19 @@ start_portwine () {
export
WINE_D3D_CONFIG
=
"renderer=gl"
export
ENABLE_VKBASALT
=
"0"
;;
1
)
# STABLE DXVK AND VKD3D
print_info
"DGVOODOO2 v.
${
DGV2_VER
}
in use"
1
)
# STABLE DXVK AND VKD3D
print_info
"DXVK v.
${
DXVK_STABLE_VER
}
in use"
print_info
"VKD3D-PROTON v.
${
VKD3D_STABLE_VER
}
in use"
PATH_TO_DXVK_FILES
=
"
${
PW_VULKAN_DIR
}
/dxvk-
${
DXVK_STABLE_VER
}
"
PATH_TO_VKD3D_FILES
=
"
${
PW_VULKAN_DIR
}
/vkd3d-proton-
${
VKD3D_STABLE_VER
}
"
CP_DGV2_FILES
=
"ddraw d3dimm d3d8 glide glide2x glide3x"
CP_DXVK_FILES
=
"d3d11 d3d10
core d3d9 dxgi openvr_api_dxvk"
CP_DXVK_FILES
=
"d3d11 d3d10
_1 d3d10 d3d10core d3d9 dxgi"
# openvr_api_dxvk
CP_VKD3D_FILES
=
"d3d12 libvkd3d-shader-1"
CP_WINE_FILES
=
"d3d1
0_1 d3d10
"
CP_WINE_FILES
=
"d3d1
2core
"
;;
2
)
# NEWEST DXVK AND VKD3D
print_info
"DGVOODOO2 v.
${
DGV2_VER
}
in use"
2
)
# NEWEST DXVK AND VKD3D
print_info
"D8VK v.
${
D8VK_VER
}
in use"
print_info
"DXVK v.
${
DXVK_GIT_VER
}
in use"
print_info
"VKD3D-PROTON v.
${
VKD3D_GIT_VER
}
in use"
...
...
@@ -1986,11 +1987,12 @@ start_portwine () {
PATH_TO_VKD3D_FILES
=
"
${
PW_VULKAN_DIR
}
/vkd3d-proton-
${
VKD3D_GIT_VER
}
"
CP_DGV2_FILES
=
"ddraw d3dimm glide glide2x glide3x"
CP_D8VK_FILES
=
"d3d8"
CP_DXVK_FILES
=
"d3d11 d3d10core d3d9 dxgi
openvr_api_dxvk"
CP_DXVK_FILES
=
"d3d11 d3d10core d3d9 dxgi
"
# openvr_api_dxvk
CP_VKD3D_FILES
=
"d3d12 d3d12core libvkd3d-1 libvkd3d-shader-1"
CP_WINE_FILES
=
"d3d10_1 d3d10"
;;
3
)
# GALLIUM NINE
3
)
# GALLIUM NINE
print_info
"Use GALLIUM-NINE (Native DX9 on MESA drivers)"
PATH_TO_GALLIUM_NINE_FILES
=
"
${
PW_PLUGINS_PATH
}
/gallium_nine_v.
${
PW_GALLIUM_NINE_VER
}
"
PATH_TO_VKD3D_FILES
=
"
${
PW_VULKAN_DIR
}
/vkd3d-proton-
${
VKD3D_GIT_VER
}
"
...
...
@@ -2030,7 +2032,8 @@ start_portwine () {
fi
var_winedlloverride_update
"d3d9=n"
;;
4
)
# GALLIUM ZINK
4
)
# GALLIUM ZINK
print_info
"Use GALLIUM-ZINK (OpenGL on MESA vulkan drivers)"
PATH_TO_VKD3D_FILES
=
"
${
PW_VULKAN_DIR
}
/vkd3d-proton-
${
VKD3D_GIT_VER
}
"
CP_DGV2_FILES
=
"glide glide2x glide3x"
...
...
@@ -2045,8 +2048,8 @@ start_portwine () {
export
LIBGL_KOPPER_DRI2
=
"1"
fi
;;
5
)
# LEGACY DXVK
print_info
"DGVOODOO2 v.
${
DGV2_VER
}
in use"
5
)
# LEGACY DXVK
print_info
"DXVK v.
${
DXVK_LEGACY_VER
}
in use"
PATH_TO_DXVK_FILES
=
"
${
PW_VULKAN_DIR
}
/dxvk-
${
DXVK_LEGACY_VER
}
"
PATH_TO_VKD3D_FILES
=
"
${
PW_VULKAN_DIR
}
/vkd3d-proton-
${
VKD3D_GIT_VER
}
"
...
...
@@ -2055,8 +2058,8 @@ start_portwine () {
CP_VKD3D_FILES
=
"libvkd3d-1 libvkd3d-shader-1"
CP_WINE_FILES
=
"d3d12 d3d12core"
;;
6
)
# WINED3D VULKAN (DAMAVAND)
print_info
"DGVOODOO2 v.
${
DGV2_VER
}
in use"
6
)
# WINED3D VULKAN (DAMAVAND)
print_info
"Use DAMAVAND (DirectX to wined3d vulkan)"
PATH_TO_VKD3D_FILES
=
"
${
PW_VULKAN_DIR
}
/vkd3d-proton-
${
VKD3D_GIT_VER
}
"
CP_DGV2_FILES
=
"ddraw d3dimm d3d8 d3d9 glide glide2x glide3x"
...
...
@@ -2126,6 +2129,7 @@ start_portwine () {
fi
if
[[
!
-z
"
$CP_DGV2_FILES
"
]]
;
then
print_info
"DGVOODOO2 v.
${
DGV2_VER
}
in use"
print_info
"Try copy native DGVOODOO2 files..."
PATH_TO_DGV2_FILES
=
"
${
PW_VULKAN_DIR
}
/dgvoodoo2-
${
DGV2_VER
}
"
for
wine_dgv2_dll
in
$CP_DGV2_FILES
;
do
...
...
data_from_portwine/scripts/var
View file @
cd895d5e
...
...
@@ -33,6 +33,7 @@ export PW_FORCE_LARGE_ADDRESS_AWARE="1"
export
PW_USE_EAC_AND_BE
=
"1"
export
PW_USE_US_LAYOUT
=
"0"
export
PW_GPU_USE
=
"disabled"
export
PW_LOCALE_SELECT
=
"disabled"
export
PW_USE_GAMESCOPE
=
"0"
###GTK_CONFIG###
# export GTK_DATA_PREFIX=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment