On Thu, 15 Dec 2011 07:43:20 -0700, Brian Paul <bri...@vmware.com> wrote:
> ---
>  src/mesa/main/texformat.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c
> index c776b41..7e60541 100644
> --- a/src/mesa/main/texformat.c
> +++ b/src/mesa/main/texformat.c
> @@ -118,6 +118,8 @@ _mesa_choose_tex_format( struct gl_context *ctx, GLint 
> internalFormat,
>        break;
>        case GL_R3_G3_B2:
>        RETURN_IF_SUPPORTED(MESA_FORMAT_RGB332);
> +      RETURN_IF_SUPPORTED(MESA_FORMAT_RGB565);
> +      RETURN_IF_SUPPORTED(MESA_FORMAT_RGB565_REV);
>        RETURN_IF_SUPPORTED(MESA_FORMAT_RGB888);
>        RETURN_IF_SUPPORTED(MESA_FORMAT_XRGB8888);
>        RETURN_IF_SUPPORTED(MESA_FORMAT_ARGB8888);

Reviewed-by: Eric Anholt <e...@anholt.net>

Attachment: pgpYmVwRncQ8g.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to