Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
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-old
Commits
c039c20b
Commit
c039c20b
authored
May 09, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update USE_DGVOODOO2
parent
34eaa03b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
functions_helper
data_from_portwine/scripts/functions_helper
+0
-0
start.sh
data_from_portwine/scripts/start.sh
+8
-7
No files found.
data_from_portwine/scripts/functions_helper
View file @
c039c20b
This diff is collapsed.
Click to expand it.
data_from_portwine/scripts/start.sh
View file @
c039c20b
...
...
@@ -348,13 +348,14 @@ popd 1>/dev/null || fatal
check_nvidia_rtx
&&
check_variables PW_VULKAN_USE
"2"
SORT_OPENGL
=
"
$(
eval_gettext
"WineD3D OpenGL (For video cards without Vulkan)"
)
"
SORT_VULKAN
=
"
$(
eval_gettext
"WineD3D Vulkan (Damavand experimental)"
)
"
SORT_LEGACY
=
"
$(
eval_gettext
"Legacy DXVK and dgVoodoo2 (Vulkan v1.1)"
)
"
SORT_STABLE
=
"
$(
eval_gettext
"Stable DXVK, VKD3D and dgVoodoo2 (Vulkan v1.2)"
)
"
SORT_NEWEST
=
"
$(
eval_gettext
"Newest DXVK, VKD3D, D8VK and dgVoodoo2 (Vulkan v1.3+)"
)
"
SORT_G_NINE
=
"
$(
eval_gettext
"Gallium Nine (DirectX 9 for MESA)"
)
"
SORT_G_ZINK
=
"
$(
eval_gettext
"Gallium Zink (OpenGL to Vulkan)"
)
"
[[
"
${
PW_USE_DGVOODOO2
}
"
==
"1"
]]
&&
DGV_TXT
=
"
$(
eval_gettext
'and dgVoodoo2 '
)
"
||
unset
DGV_TXT
SORT_OPENGL
=
"
$(
eval_gettext
'WineD3D OpenGL ${DGV_TXT}(For video cards without Vulkan)'
)
"
SORT_VULKAN
=
"
$(
eval_gettext
'WineD3D Vulkan ${DGV_TXT}(Damavand experimental)'
)
"
SORT_LEGACY
=
"
$(
eval_gettext
'Legacy DXVK ${DGV_TXT}(Vulkan v1.1)'
)
"
SORT_STABLE
=
"
$(
eval_gettext
'Stable DXVK, VKD3D ${DGV_TXT}(Vulkan v1.2)'
)
"
SORT_NEWEST
=
"
$(
eval_gettext
'Newest DXVK, VKD3D, D8VK ${DGV_TXT}(Vulkan v1.3+)'
)
"
SORT_G_NINE
=
"
$(
eval_gettext
'Gallium Nine (DirectX 9 for MESA)'
)
"
SORT_G_ZINK
=
"
$(
eval_gettext
'Gallium Zink (OpenGL to Vulkan)'
)
"
case
"
${
PW_VULKAN_USE
}
"
in
0
)
PW_DEFAULT_VULKAN_USE
=
"
$SORT_OPENGL
!
$SORT_NEWEST
!
$SORT_STABLE
!
$SORT_LEGACY
!
$SORT_G_ZINK
!
$SORT_G_NINE
!
$SORT_VULKAN
"
;;
...
...
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