Module: Mesa Branch: master Commit: df0580312a1f94f2347fea14e0e7b1585b96de71 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=df0580312a1f94f2347fea14e0e7b1585b96de71
Author: Lionel Landwerlin <[email protected]> Date: Tue May 4 21:43:50 2021 +0300 isl: document format fields Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10624> --- src/intel/isl/isl_format.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/intel/isl/isl_format.c b/src/intel/isl/isl_format.c index 7b9800076f0..f791356b2d4 100644 --- a/src/intel/isl/isl_format.c +++ b/src/intel/isl/isl_format.c @@ -83,6 +83,8 @@ struct surface_format_info { * VB - Input Vertex Buffer * SO - Steamed Output Vertex Buffers (transform feedback) * color - Color Processing + * TW - Typed Write + * TR - Typed Read * ccs_e - Lossless Compression Support (gfx9+ only) * sf - Surface Format * _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
