Mesa (master): meta: Update comment about unsupported texture types.

Matt Turner mattst88 at kemper.freedesktop.org
Mon Oct 5 21:35:41 UTC 2015


Module: Mesa
Branch: master
Commit: 833fa9a8cd4e3ac447c473ecb0a35294ff5f1e65
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=833fa9a8cd4e3ac447c473ecb0a35294ff5f1e65

Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri Aug 14 11:19:49 2015 -0700

meta: Update comment about unsupported texture types.

Ken added support for 2DArray (commit ec23d5197e) and 1DArray (commit
14ca61125) last year.

Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>

---

 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 5dc40a2..4800278 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,




More information about the mesa-commit mailing list