mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects: added Vulkan opts
- disabled by default for all devices
This commit is contained in:
parent
3bec9f616f
commit
d995b71f53
@ -141,6 +141,9 @@
|
||||
# OpenGL(X) implementation to use (no / mesa)
|
||||
OPENGL="no"
|
||||
|
||||
# Vulkan implementation to use (vulkan-loader / no)
|
||||
VULKAN="no"
|
||||
|
||||
# Displayserver to use (wl / no)
|
||||
DISPLAYSERVER="no"
|
||||
|
||||
|
@ -37,6 +37,9 @@
|
||||
# OpenGL(X) implementation to use (no / mesa)
|
||||
OPENGL="no"
|
||||
|
||||
# Vulkan implementation to use (vulkan-loader / no)
|
||||
VULKAN="no"
|
||||
|
||||
# Displayserver to use (wl / no)
|
||||
DISPLAYSERVER="no"
|
||||
|
||||
|
@ -46,6 +46,9 @@
|
||||
# OpenGL(X) implementation to use (no / mesa)
|
||||
OPENGL="no"
|
||||
|
||||
# Vulkan implementation to use (vulkan-loader / no)
|
||||
VULKAN="no"
|
||||
|
||||
# Displayserver to use (wl / no)
|
||||
DISPLAYSERVER="no"
|
||||
|
||||
|
@ -4,6 +4,9 @@
|
||||
# OpenGL-ES implementation to use (mesa / no)
|
||||
OPENGLES="mesa"
|
||||
|
||||
# Vulkan implementation to use (vulkan-loader / no)
|
||||
VULKAN="no"
|
||||
|
||||
# Displayserver to use (weston / x11 / no)
|
||||
DISPLAYSERVER="no"
|
||||
|
||||
|
@ -4,6 +4,9 @@
|
||||
# OpenGL-ES implementation to use (mesa / no)
|
||||
OPENGLES="mesa"
|
||||
|
||||
# Vulkan implementation to use (vulkan-loader / no)
|
||||
VULKAN="no"
|
||||
|
||||
# Displayserver to use (wl / x11 / no)
|
||||
DISPLAYSERVER="wl"
|
||||
|
||||
|
@ -4,6 +4,9 @@
|
||||
# OpenGL-ES implementation to use (mesa / no)
|
||||
OPENGLES="no"
|
||||
|
||||
# Vulkan implementation to use (vulkan-loader / no)
|
||||
VULKAN="no"
|
||||
|
||||
# Displayserver to use (weston / x11 / no)
|
||||
DISPLAYSERVER="x11"
|
||||
|
||||
|
@ -35,6 +35,9 @@
|
||||
# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q / opengl-meson6)
|
||||
OPENGLES="mesa"
|
||||
|
||||
# Vulkan implementation to use (vulkan-loader / no)
|
||||
VULKAN="no"
|
||||
|
||||
# include uvesafb support (yes / no)
|
||||
UVESAFB_SUPPORT="no"
|
||||
|
||||
|
@ -63,6 +63,9 @@
|
||||
# OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q / opengl-meson6)
|
||||
OPENGLES="mesa"
|
||||
|
||||
# Vulkan implementation to use (vulkan-loader / no)
|
||||
VULKAN="no"
|
||||
|
||||
# include uvesafb support (yes / no)
|
||||
UVESAFB_SUPPORT="no"
|
||||
|
||||
|
@ -75,6 +75,9 @@
|
||||
# OpenGL-ES implementation to use (no / bcm2835-driver / mesa)
|
||||
OPENGLES="mesa"
|
||||
|
||||
# Vulkan implementation to use (vulkan-loader / no)
|
||||
VULKAN="no"
|
||||
|
||||
# Displayserver to use (wl / no)
|
||||
DISPLAYSERVER="no"
|
||||
|
||||
|
@ -44,6 +44,9 @@
|
||||
# OpenGL-ES implementation to use (no / libmali / mesa)
|
||||
OPENGLES="${OPENGLES:-mesa}"
|
||||
|
||||
# Vulkan implementation to use (vulkan-loader / no)
|
||||
VULKAN="no"
|
||||
|
||||
# Displayserver to use (wl / no)
|
||||
DISPLAYSERVER="no"
|
||||
|
||||
|
@ -48,6 +48,9 @@
|
||||
# OpenGL(X) implementation to use (no / mesa)
|
||||
OPENGL="no"
|
||||
|
||||
# Vulkan implementation to use (vulkan-loader / no)
|
||||
VULKAN="no"
|
||||
|
||||
# Displayserver to use (wl / no)
|
||||
DISPLAYSERVER="no"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user