On Sun, 27 Nov 2011 19:27:15 +0000, Dave Airlie <airl...@gmail.com> wrote:
> From: Dave Airlie <airl...@redhat.com>
> 
> This format is used in the ARB_texture_rgb10_a2ui spec.
> 
> Signed-off-by: Dave Airlie <airl...@redhat.com>
> ---
>  src/mesa/main/formats.c |   17 +++++++++++++++++
>  src/mesa/main/formats.h |    2 ++
>  2 files changed, 19 insertions(+), 0 deletions(-)

> diff --git a/src/mesa/main/formats.h b/src/mesa/main/formats.h
> index 5f60186..8699092 100644
> --- a/src/mesa/main/formats.h
> +++ b/src/mesa/main/formats.h
> @@ -265,6 +265,8 @@ typedef enum
>     MESA_FORMAT_Z32_FLOAT,
>     MESA_FORMAT_Z32_FLOAT_X24S8,
>  
> +   MESA_FORMAT_ARGB2101010_UINT,
> +
>     MESA_FORMAT_COUNT
>  } gl_format;

Hmm, are we at the point yet where we can safely put new enums somewhere
more sensible than "at the end of the list"?

Attachment: pgpkuT2Us4L1X.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