Skip to content

mesa: check cube completeness for cube fbo attachments

Tapani Pälli requested to merge tpalli/mesa:cube_complete into master

When checking framebuffer completeness, we must verify that each cube attachement is cube complete, e.g. format and size needs to match.

This fixes upcoming CTS framebuffer completeness tests for cubemaps.

Signed-off-by: Tapani Pälli tapani.palli@intel.com

Merge request reports