diff options
author | Chad Versace <[email protected]> | 2017-03-10 13:58:13 -0800 |
---|---|---|
committer | Chad Versace <[email protected]> | 2017-03-28 09:44:44 -0700 |
commit | d1032a047b5f8ef29a1175192436f4a2291e6ff6 (patch) | |
tree | 98129c454ed6284c3747b87f1ac42ba1f2c57c6f /src/intel/isl/isl.h | |
parent | 6cbc13d94c40f875926b8fd2129852759f314d14 (diff) |
isl: Drop unused isl_surf_init_info::min_pitch
Reviewed-by: Nanley Chery <[email protected]>
Reviewed-by: Anuj Phogat <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/isl/isl.h')
-rw-r--r-- | src/intel/isl/isl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h index 012be7b98e7..17b52cf2f4f 100644 --- a/src/intel/isl/isl.h +++ b/src/intel/isl/isl.h @@ -810,9 +810,6 @@ struct isl_surf_init_info { /** Lower bound for isl_surf::alignment, in bytes. */ uint32_t min_alignment; - /** Lower bound for isl_surf::pitch, in bytes. */ - uint32_t min_pitch; - /** * Exact value for isl_surf::row_pitch. Ignored if zero. isl_surf_init() * will fail if this is misaligned or out of bounds. |