Am 01.03.2016 um 22:26 schrieb Marek Olšák:
> From: Marek Olšák <[email protected]>
> 
> ---
>  src/gallium/include/pipe/p_defines.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/src/gallium/include/pipe/p_defines.h 
> b/src/gallium/include/pipe/p_defines.h
> index 010be62..a91e6e5 100644
> --- a/src/gallium/include/pipe/p_defines.h
> +++ b/src/gallium/include/pipe/p_defines.h
> @@ -404,9 +404,9 @@ enum pipe_flush_flags
>   * The third flag has been added to be able to force textures to be created
>   * in linear mode (no tiling).
>   */
> -#define PIPE_BIND_SCANOUT     (1 << 18) /*  */
> -#define PIPE_BIND_SHARED      (1 << 19) /* get_texture_handle ??? */
> -#define PIPE_BIND_LINEAR      (1 << 20)
> +#define PIPE_BIND_SCANOUT     (1 << 19) /*  */
> +#define PIPE_BIND_SHARED      (1 << 20) /* get_texture_handle ??? */
> +#define PIPE_BIND_LINEAR      (1 << 21)
>  
>  
>  /**
> 

Reviewed-by: Roland Scheidegger <[email protected]>
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to