Module: Mesa Branch: master Commit: 9eccae671ef9a49162783090b7d0052272386a74 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9eccae671ef9a49162783090b7d0052272386a74
Author: Eric Anholt <[email protected]> Date: Mon Jul 1 12:38:41 2019 -0700 u_format: Remove pointless comments. Reviewed-by: Thomas Helland <[email protected]> Reviewed-by: Kristian H. Kristensen <[email protected]> --- src/gallium/auxiliary/util/u_format.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gallium/auxiliary/util/u_format.h b/src/gallium/auxiliary/util/u_format.h index abf1141993f..fe348aa55c8 100644 --- a/src/gallium/auxiliary/util/u_format.h +++ b/src/gallium/auxiliary/util/u_format.h @@ -83,14 +83,8 @@ enum util_format_layout { */ UTIL_FORMAT_LAYOUT_BPTC = 7, - /** - * ASTC - */ UTIL_FORMAT_LAYOUT_ASTC = 8, - /** - * ATC - */ UTIL_FORMAT_LAYOUT_ATC = 9, /** _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
