AMD GPU: Difference between revisions
m →Older GPUs (TeraScale): family names |
m →Older GPUs (TeraScale): style consistency |
||
| Line 112: | Line 112: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
hardware.opengl.extraPackages = [ | hardware.opengl.extraPackages = with pkgs; [ | ||
# OpenCL support for the older Radeon R300, R400, R500, | # OpenCL support for the older Radeon R300, R400, R500, | ||
# R600, R700, Evergreen, Northern Islands, | # R600, R700, Evergreen, Northern Islands, | ||
# Southern Islands (radeon), and Sea Islands (radeon) | # Southern Islands (radeon), and Sea Islands (radeon) | ||
# GPU families | # GPU families | ||
mesa.opencl | |||
# NOTE: at some point GPUs in the R600 family and newer | # NOTE: at some point GPUs in the R600 family and newer | ||
# may need to replace this with the "rusticl" ICD; | # may need to replace this with the "rusticl" ICD; | ||