From: Matt Turner Date: Fri, 14 Aug 2015 18:19:49 +0000 (-0700) Subject: meta: Update comment about unsupported texture types. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=833fa9a8cd4e3ac447c473ecb0a35294ff5f1e65;p=mesa.git meta: Update comment about unsupported texture types. Ken added support for 2DArray (commit ec23d5197e) and 1DArray (commit 14ca61125) last year. Reviewed-by: Anuj Phogat --- diff --git a/src/mesa/drivers/common/meta_generate_mipmap.c b/src/mesa/drivers/common/meta_generate_mipmap.c index 5dc40a2aa33..4800278a467 100644 --- a/src/mesa/drivers/common/meta_generate_mipmap.c +++ b/src/mesa/drivers/common/meta_generate_mipmap.c @@ -150,8 +150,7 @@ prepare_mipmap_level(struct gl_context *ctx, /** * Called via ctx->Driver.GenerateMipmap() - * Note: We don't yet support 3D textures, 1D/2D array textures or texture - * borders. + * Note: We don't yet support 3D textures, or texture borders. */ void _mesa_meta_GenerateMipmap(struct gl_context *ctx, GLenum target,