Compare commits
2 Commits
986514cb4e
...
d0785f8ccc
Author | SHA1 | Date |
---|---|---|
Nathan Dwarshuis | d0785f8ccc | |
Nathan Dwarshuis | 66dacf83cd |
|
@ -25,6 +25,10 @@
|
||||||
.local
|
.local
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
{{- if (or (eq .features.desktop_alias "work-laptop") (eq .features.desktop_alias "workstation")) }}
|
||||||
|
.config/isync
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
.symlinks
|
.symlinks
|
||||||
|
|
||||||
{{ if eq .features.desktop_alias "none" -}}
|
{{ if eq .features.desktop_alias "none" -}}
|
||||||
|
|
|
@ -15,7 +15,7 @@ VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json \
|
||||||
--enable-gpu-compositing \
|
--enable-gpu-compositing \
|
||||||
--enable-gpu-rasterization \
|
--enable-gpu-rasterization \
|
||||||
--enable-oop-rasterization \
|
--enable-oop-rasterization \
|
||||||
--enable-features=VaapiVideoEncoder,WebUIDarkMode \
|
--enable-features=VaapiVideoEncoder,WebUIDarkMode,CanvasOopRasterization \
|
||||||
--ignore-gpu-blocklist \
|
--ignore-gpu-blocklist \
|
||||||
--enable-zero-copy \
|
--enable-zero-copy \
|
||||||
--enable-raw-draw \
|
--enable-raw-draw \
|
||||||
|
|
Loading…
Reference in New Issue