Skip to content

mesa: fix layered framebuffer attachment target check

Tapani Pälli requested to merge tpalli/mesa:fix-3980 into master

Current code was making the layer target checking for depth and stencil attachments as well while the check in spec is specified only for color.

Cc: mesa-stable Closes: #3980 (closed) Signed-off-by: Tapani Pälli tapani.palli@intel.com

Merge request reports