Switch to mesa-git
This commit is contained in:
parent
e4e7209c48
commit
3df4a6d242
1 changed files with 14 additions and 0 deletions
|
@ -17,6 +17,20 @@
|
|||
"L+ /opt/rocm/runtime - - - - ${pkgs.rocmPackages.rocm-runtime}"
|
||||
];
|
||||
|
||||
chaotic.mesa-git = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
mesa_git.opencl
|
||||
libva-vdpau-driver
|
||||
obs-studio-plugins.obs-vaapi # TODO check if obs is enabled
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-vaapi
|
||||
];
|
||||
extraPackages32 = with pkgs; [
|
||||
mesa32_git.opencl
|
||||
driversi686Linux.libva-vdpau-driver
|
||||
];
|
||||
};
|
||||
hardware = {
|
||||
amdgpu = {
|
||||
opencl.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue