isl/state: Don't set SurfacePitch for gen9 1-D textures
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 9 Jun 2016 22:08:13 +0000 (15:08 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 22 Jun 2016 19:26:43 +0000 (12:26 -0700)
commitce24097abe1427463ac300a686e4c36ea07464fc
tree84732da88b8d44cc407da7f2727793af1cf543d1
parentf47e23a8b6abd3bbc1d2d60c023c5a7ffaf70d72
isl/state: Don't set SurfacePitch for gen9 1-D textures

This field is ignored by the hardware in this case and, on very large 1-D
textures, it can end up being larger than the maximum allowed value.

Reviewed-by: Chad Versace <chad.versace@intel.com>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
src/intel/isl/isl_surface_state.c