[Mesa-dev] [PATCH] meta: Update comment about unsupported texture types.

Matt Turner mattst88 at gmail.com
Fri Aug 14 11:19:49 PDT 2015


Ken added support for 2DArray (commit ec23d5197e) and 1DArray (commit
14ca61125) last year.
---
 src/mesa/drivers/common/meta_generate_mipmap.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/mesa/drivers/common/meta_generate_mipmap.c b/src/mesa/drivers/common/meta_generate_mipmap.c
index 0655f05..a4103b9 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,
-- 
2.4.6



More information about the mesa-dev mailing list