configure.ac: add an enable switch for float textures (v2)
authorMarek Olšák <maraeo@gmail.com>
Thu, 31 Mar 2011 23:12:41 +0000 (01:12 +0200)
committerMarek Olšák <maraeo@gmail.com>
Fri, 15 Apr 2011 03:08:00 +0000 (05:08 +0200)
commit848f7d368d97f02eeb0c6546548784d639e3c3bf
tree995b97cee5f492118d4fe8b6e2df3a6541a019ae
parent2d12dbb28d80fb24289fee17a1b4f97708ab2d3e
configure.ac: add an enable switch for float textures (v2)

So --enable-texture-float it is.

Hardware drivers (including the Gallium ones) should
use #ifdef TEXTURE_FLOAT_ENABLED to hide any code that may
expose floating-point renderbuffers via any interface,
public or private.

v2: Print a warning when using --enable-texture-float.
configure.ac