[Mesa-dev] [PATCH] gallium: remove duplicate define from enum pipe_format

Thomas Helland thomashelland90 at gmail.com
Wed Feb 24 15:13:07 UTC 2016


Reviewed-by: Thomas Helland <thomashelland90 at gmail.com>

2016-02-24 10:51 GMT+01:00 Oded Gabbay <oded.gabbay at gmail.com>:
> Signed-off-by: Oded Gabbay <oded.gabbay at gmail.com>
> ---
>  src/gallium/include/pipe/p_format.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/src/gallium/include/pipe/p_format.h b/src/gallium/include/pipe/p_format.h
> index d9c9f9b..ab18523 100644
> --- a/src/gallium/include/pipe/p_format.h
> +++ b/src/gallium/include/pipe/p_format.h
> @@ -432,7 +432,6 @@ enum pipe_format {
>  #elif defined(PIPE_ARCH_BIG_ENDIAN)
>  #define PIPE_FORMAT_ABGR8888_UNORM PIPE_FORMAT_R8G8B8A8_UNORM
>  #define PIPE_FORMAT_XBGR8888_UNORM PIPE_FORMAT_R8G8B8X8_UNORM
> -#define PIPE_FORMAT_XRGB8888_UNORM PIPE_FORMAT_B8G8R8X8_UNORM
>  #define PIPE_FORMAT_ARGB8888_UNORM PIPE_FORMAT_B8G8R8A8_UNORM
>  #define PIPE_FORMAT_XRGB8888_UNORM PIPE_FORMAT_B8G8R8X8_UNORM
>  #define PIPE_FORMAT_BGRA8888_UNORM PIPE_FORMAT_A8R8G8B8_UNORM
> --
> 2.5.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list