mesa: Use the profile instead of an extension bit to validate GL_TEXTURE_CUBE_MAP
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 21 May 2015 00:19:29 +0000 (17:19 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 28 May 2015 23:56:32 +0000 (16:56 -0700)
commit832ea2345a96388950bb39ce8a2e4ca8bfdb4fe5
tree20ba1bfcb463d5eb2ec67189f10e4ec15ed98092
parent90e98ea215906bb7e9ecadc4d30d2718ba2186ad
mesa: Use the profile instead of an extension bit to validate GL_TEXTURE_CUBE_MAP

The extension on which this depends will always be enabled in core
profile, and the extension bit is about to be removed.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Fredrik Höglund <fredrik@kde.org>
Cc: "10.6" <mesa-stable@lists.freedesktop.org>
src/mesa/main/fbobject.c