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

Anuj Phogat anuj.phogat at gmail.com
Fri Aug 14 13:44:11 PDT 2015


On Fri, Aug 14, 2015 at 11:19 AM, Matt Turner <mattst88 at gmail.com> wrote:
> 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
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev

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


More information about the mesa-dev mailing list