Skip to content

amd,compiler,pvr,vk/util: fix buggy usage of unreachable()

Eric Engestrom requested to merge eric/mesa:unreachable-fix-usage into main

These were all in one way or another inverting the assert() condition, making them behave the opposite way than they should (the "unreachable" optimisation hint for the compiler was not affected).

Merge request reports