https://bugs.freedesktop.org/show_bug.cgi?id=104625
Bug ID: 104625
Summary: semicolon after if
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Other
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
9d81ab73768db6647c116f4710f7a93d8d41e3b1 adds this:
+ if (blit_info->src.resource->format != blit_info->src.format ||
+ blit_info->dst.resource->format != blit_info->dst.format ||
+ !util_is_format_compatible(src_desc, dst_desc));
which looks wrong and does nothing if I read it right. Perhaps something else
was intended?
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev