[Mesa-dev] [PATCH] mesa/mtypes: repack gl_sampler_object.

Thomas Helland thomashelland90 at gmail.com
Sun Sep 3 11:25:54 UTC 2017


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

2017-09-03 13:21 GMT+02:00 Dave Airlie <airlied at gmail.com>:
> From: Dave Airlie <airlied at redhat.com>
>
> 160->152.
>
> Signed-off-by: Dave Airlie <airlied at redhat.com>
> ---
>  src/mesa/main/mtypes.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
> index 3d68a6d..db9ea76 100644
> --- a/src/mesa/main/mtypes.h
> +++ b/src/mesa/main/mtypes.h
> @@ -990,8 +990,8 @@ struct gl_sampler_object
>     GLboolean CubeMapSeamless;   /**< GL_AMD_seamless_cubemap_per_texture */
>
>     /** GL_ARB_bindless_texture */
> -   struct util_dynarray Handles;
>     bool HandleAllocated;
> +   struct util_dynarray Handles;
>  };
>
>
> --
> 2.9.5
>
> _______________________________________________
> 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