Merge pull request #45631 from gebner/mesa-texture-floats

mesa: enable texture floats
This commit is contained in:
Gabriel Ebner 2018-08-25 22:13:44 +02:00 committed by GitHub
commit 0406721734
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,7 @@ let self = stdenv.mkDerivation {
"--with-dri-driverdir=$(drivers)/lib/dri"
"--with-dri-searchpath=${libglvnd.driverLink}/lib/dri"
"--with-platforms=x11,wayland,drm"
"--enable-texture-float"
]
++ (optional (galliumDrivers != [])
("--with-gallium-drivers=" +