diff options
author | Matt Turner <[email protected]> | 2015-08-14 11:19:49 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-10-05 14:35:13 -0700 |
commit | 833fa9a8cd4e3ac447c473ecb0a35294ff5f1e65 (patch) | |
tree | 1e9ffa173227bd810311a438c7830c262d3afc16 /src/mesa/drivers/common | |
parent | d4ff638504acb31ed523c8c862f66a7483014cb7 (diff) |
meta: Update comment about unsupported texture types.
Ken added support for 2DArray (commit ec23d5197e) and 1DArray (commit
14ca61125) last year.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/drivers/common')
-rw-r--r-- | src/mesa/drivers/common/meta_generate_mipmap.c | 3 |
1 files changed, 1 insertions, 2 deletions
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, |