gnu: mesa: Enable more drivers.
* gnu/packages/gl.scm (mesa)[arguments]: Split armhf and aarch64 driver options, add more armhf specific drivers. Add offscreen platform.
This commit is contained in:
		
							parent
							
								
									1f42989eb0
								
							
						
					
					
						commit
						665c0958d8
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -269,13 +269,15 @@ also known as DXTn or DXTC) for Mesa.")
 | 
			
		|||
    (arguments
 | 
			
		||||
     `(#:configure-flags
 | 
			
		||||
       '(,@(match (%current-system)
 | 
			
		||||
             ((or "armhf-linux" "aarch64-linux")
 | 
			
		||||
             ("armhf-linux"
 | 
			
		||||
              '("--with-gallium-drivers=etnaviv,freedreno,imx,nouveau,r300,r600,svga,swrast,vc4,virgl"))
 | 
			
		||||
             ("aarch64-linux"
 | 
			
		||||
              '("--with-gallium-drivers=freedreno,nouveau,r300,r600,svga,swrast,vc4,virgl"))
 | 
			
		||||
             (_
 | 
			
		||||
              '("--with-gallium-drivers=i915,nouveau,r300,r600,svga,swrast,virgl")))
 | 
			
		||||
         ;; Enable various optional features.  TODO: opencl requires libclc,
 | 
			
		||||
         ;; omx requires libomxil-bellagio
 | 
			
		||||
         "--with-egl-platforms=x11,drm,wayland"
 | 
			
		||||
         "--with-platforms=x11,drm,wayland,surfaceless"
 | 
			
		||||
         "--enable-glx-tls"        ;Thread Local Storage, improves performance
 | 
			
		||||
         ;; "--enable-opencl"
 | 
			
		||||
         ;; "--enable-omx"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue