commit | 79f68306d23bfb48ef645c4bded8ee7b74d2d661 | [log] [tgz] |
---|---|---|
author | Nanley Chery <nanley.g.chery@intel.com> | Fri Oct 16 10:14:39 2015 -0700 |
committer | Nanley Chery <nanley.g.chery@intel.com> | Thu Nov 12 21:31:05 2015 -0800 |
tree | f8d79f57f1140b720f6969800c6afb830d34db7d | |
parent | 2de2e1702b4fab73b1f577fa4a21b7bd0a7040dd [diff] |
mesa: Replace gl_extensions::EXT_texture3D with ::dummy_true Mesa unconditionally sets this driver flag to true in _mesa_init_extensions(). There is therefore no need for the driver to communicate support for this extension. Replace the driver capability flag with ::dummy_true. Signed-off-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Chad Versace <chad.versace@intel.com>