Module: Mesa Branch: master Commit: 9e6b382142615f6b3367ccc81c5ee1769f7c40b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e6b382142615f6b3367ccc81c5ee1769f7c40b5
Author: Dave Airlie <[email protected]> Date: Sun Sep 3 21:20:35 2017 +1000 mesa/mtypes: repack gl_sampler_object. 160->152. Reviewed-by: Thomas Helland <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> Signed-off-by: Dave Airlie <[email protected]> --- 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 3d68a6d759..db9ea760e0 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; }; _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
