Merge pull request #24162 from abbradar/texture-floats

mesa: enable texture floats by default
This commit is contained in:
Eelco Dolstra 2017-03-21 17:20:14 +01:00 committed by GitHub
commit 98624f4afc
1 changed files with 2 additions and 1 deletions

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