source: kernel-config/x/installing/mesa.toml@ 469e4488

12.1 gimp3 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 469e4488 was 5ca8d70, checked in by Xi Ruoyao <xry111@…>, 12 months ago

kernel-config: Allow setting comments for options, and convert Mesa

  • Property mode set to 100644
File size: 410 bytes
Line 
1DRM="*M"
2DRM_RADEON = { value = " *M", comment = "For r300 or r600" }
3DRM_AMDGPU = { value = " *M", comment = "For radeonsi" }
4DRM_AMDGPU_SI="*"
5DRM_AMDGPU_CIK="*"
6DRM_AMD_DC="*"
7DRM_NOUVEAU = { value = " *M", comment = "For nouveau" }
8DRM_I915 = { value = " *M", comment = "For i915, crocus, or iris" }
9DRM_VMWGFX = { value = " *M", comment = "For svga" }
10DRM_VGEM = { value = " *M", comment = "For swrast" }
Note: See TracBrowser for help on using the repository browser.