From: Dave Airlie Date: Sun, 3 Sep 2017 11:20:35 +0000 (+1000) Subject: mesa/mtypes: repack gl_sampler_object. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e6b382142615f6b3367ccc81c5ee1769f7c40b5;p=mesa.git mesa/mtypes: repack gl_sampler_object. 160->152. Reviewed-by: Thomas Helland Reviewed-by: Samuel Pitoiset Signed-off-by: Dave Airlie --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 3d68a6d7599..db9ea760e01 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; };