mesa: enable texture floats by default

This commit is contained in:
Nikolay Amiantov 2017-03-21 15:51:35 +03:00
parent 8eabb34e5f
commit 261d7caed7

View file

@ -5,7 +5,8 @@
, libelf, libvdpau, python2
, grsecEnabled ? false
, enableRadv ? false
, enableTextureFloats ? false # Texture floats are patented, see docs/patents.txt
# Texture floats are patented, see docs/patents.txt, but Debian enables them.
, enableTextureFloats ? true
, galliumDrivers ? null
, driDrivers ? null
, vulkanDrivers ? null