From: Chad Versace Date: Tue, 5 Jan 2016 22:26:30 +0000 (-0800) Subject: isl: Fix the documented units of isl_surf::row_pitch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39d043f94a6c09d57d7dfcb15d2e5d913c85d611;p=mesa.git isl: Fix the documented units of isl_surf::row_pitch It's the pitch between surface elements, not between surface samples. --- diff --git a/src/isl/isl.h b/src/isl/isl.h index 8dbacb6d4e8..15cfd0f4c56 100644 --- a/src/isl/isl.h +++ b/src/isl/isl.h @@ -747,7 +747,7 @@ struct isl_surf { uint32_t alignment; /** - * Pitch between vertically adjacent samples, in bytes. + * Pitch between vertically adjacent surface elements, in bytes. */ uint32_t row_pitch;