meta: Update comment about unsupported texture types.
authorMatt Turner <mattst88@gmail.com>
Fri, 14 Aug 2015 18:19:49 +0000 (11:19 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 5 Oct 2015 21:35:13 +0000 (14:35 -0700)
Ken added support for 2DArray (commit ec23d5197e) and 1DArray (commit
14ca61125) last year.

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/drivers/common/meta_generate_mipmap.c

index 5dc40a2aa33aef93ce054f1ab6aad9d161748654..4800278a467a6d452c8231d042fd32232fa7e704 100644 (file)
@@ -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,