Remove legacy VAAPI and VDPAU drivers
This commit is contained in:
parent
9318e18c2c
commit
d89da80864
2
private
2
private
|
@ -1 +1 @@
|
||||||
Subproject commit 944e6dbbf11740b5d0d4cc392e892b5821a85358
|
Subproject commit 8827ad737f563846cb57c89a6a3031aec6fa4697
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
hardware.opengl.extraPackages = with pkgs; [
|
hardware.opengl.extraPackages = with pkgs; [
|
||||||
vaapiVdpau
|
|
||||||
libvdpau-va-gl
|
|
||||||
rocm-opencl-icd
|
rocm-opencl-icd
|
||||||
rocm-runtime
|
rocm-runtime
|
||||||
];
|
];
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
{
|
{
|
||||||
hardware.opengl.extraPackages = with pkgs; [
|
hardware.opengl.extraPackages = with pkgs; [
|
||||||
intel-media-driver
|
intel-media-driver
|
||||||
vaapiIntel
|
|
||||||
intel-compute-runtime
|
intel-compute-runtime
|
||||||
];
|
];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue