Skip to content

isl: add surface creation reporting mechanism

Lionel Landwerlin requested to merge llandwerlin/mesa:review/isl-report into main

We have a number of users reporting surface creation issues with modifiers etc...

This makes Anv & Iris printout the reason of the failure with INTEL_DEBUG=isl

Failure example in Iris :

MESA: debug: ISL surface failed: ../src/intel/isl/isl.c:1729: row_pitch_B (42) < min_row_pitch_B (1024) s=160x160x1 arr=1 msaa=1 rpitch=42 fmt=B8G8R8X8_UNORM usage=+rt+tex+disp

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com

Edited by Lionel Landwerlin

Merge request reports