nixos/doc/manual: Update opengl section for Intel

Intel removed support for <12th Gen from the intel-compute-runtime
package, so people with older CPUs will need to install the legacy
package.

authored by fleaz and committed by Masum Reza f350c3ae b4c74728

+6 -7
+6 -7
nixos/doc/manual/configuration/gpu-accel.chapter.md
··· 64 64 65 65 ### Intel {#sec-gpu-accel-opencl-intel} 66 66 67 - [Intel Gen8 and later 68 - GPUs](https://en.wikipedia.org/wiki/List_of_Intel_graphics_processing_units#Gen8) 69 - are supported by the Intel NEO OpenCL runtime that is provided by the 70 - intel-compute-runtime package. The proprietary Intel OpenCL runtime, in 71 - the intel-ocl package, is an alternative for Gen7 GPUs. 67 + [Intel Gen12 and later GPUs](https://en.wikipedia.org/wiki/List_of_Intel_graphics_processing_units#Gen12) 68 + are supported by the Intel NEO OpenCL runtime that is provided by the `intel-compute-runtime` package. 69 + The previous generations (8,9 and 11), have been moved to the `intel-compute-runtime-legacy1` package. 70 + The proprietary Intel OpenCL runtime, in the `intel-ocl` package, is an alternative for Gen7 GPUs. 72 71 73 - The intel-compute-runtime or intel-ocl package can be added to 72 + Both `intel-compute-runtime` packages, as well as the `intel-ocl` package can be added to 74 73 [](#opt-hardware.graphics.extraPackages) 75 - to enable OpenCL support. For example, for Gen8 and later GPUs, the following 74 + to enable OpenCL support. For example, for Gen12 and later GPUs, the following 76 75 configuration can be used: 77 76 78 77 ```nix