Module: Mesa Branch: master Commit: 684c66bb8b8cdaa7fc18b64a6f739ad70a10cd54 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=684c66bb8b8cdaa7fc18b64a6f739ad70a10cd54
Author: Brian Paul <[email protected]> Date: Wed Jan 26 08:01:15 2011 -0700 mesa: fix MESA/EXT typo Spotted by Bernd Buschinski. --- src/mesa/main/teximage.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 7f630e2..1f2ad7f 100644 --- a/src/mesa/main/teximage.c +++ b/src/mesa/main/teximage.c @@ -1383,7 +1383,7 @@ target_can_be_compressed(const struct gl_context *ctx, GLenum target, case GL_PROXY_TEXTURE_2D_ARRAY_EXT: case GL_TEXTURE_2D_ARRAY_EXT: return (ctx->Extensions.MESA_texture_array || - ctx->Extensions.MESA_texture_array); + ctx->Extensions.EXT_texture_array); default: return GL_FALSE; } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
