Module: Mesa Branch: master Commit: 6e697b595f8a46348a41be673a37bc0a39a8e032 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e697b595f8a46348a41be673a37bc0a39a8e032
Author: Simon Ser <[email protected]> Date: Fri Apr 9 13:54:28 2021 +0200 util/format: document block depth field After the pixel block width and height, a third field is used to store the pixel block depth. Document this field. Signed-off-by: Simon Ser <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Acked-by: Leo Liu <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10134> --- src/util/format/u_format.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/format/u_format.csv b/src/util/format/u_format.csv index cab28847aba..8cb7e88de2f 100644 --- a/src/util/format/u_format.csv +++ b/src/util/format/u_format.csv @@ -34,6 +34,7 @@ # - layout, per enum util_format_layout, in shortened lower caps # - pixel block's width # - pixel block's height +# - pixel block's depth, in number of pixels # - channel encoding (only meaningful for plain layout), containing for each # channel the following information: # - type, one of _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
