From: Chad Versace Date: Tue, 5 Jan 2016 01:00:49 +0000 (-0800) Subject: isl: Fix mis-documented units of isl_surf::phys_level_sa X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2172f0e9bb54671dc0bd8970b1e06a7818b83c47;p=mesa.git isl: Fix mis-documented units of isl_surf::phys_level_sa It's in physical surface samples. Hence the _sa suffix. --- diff --git a/src/isl/isl.h b/src/isl/isl.h index 842bbbb0265..02b92703c27 100644 --- a/src/isl/isl.h +++ b/src/isl/isl.h @@ -727,7 +727,8 @@ struct isl_surf { struct isl_extent4d logical_level0_px; /** - * Physical extent of the surface's base level, in units of pixels. + * Physical extent of the surface's base level, in units of physical + * surface samples. * * Consider isl_dim_layout as an operator that transforms a logical surface * layout to a physical surface layout. Then