CXX st_tests_common.o st_tests_common.cpp:140:42: error: no matching function for call to 'tgsi_get_opcode_info' const struct tgsi_opcode_info *info = tgsi_get_opcode_info(op); ^~~~~~~~~~~~~~~~~~~~ ../../../../src/gallium/auxiliary/tgsi/tgsi_info.h:86:1: note: candidate function not viable: no known conversion from 'const unsigned int' to 'enum tgsi_opcode' for 1st argument tgsi_get_opcode_info(enum tgsi_opcode opcode); ^
Patch proposed: https://patchwork.freedesktop.org/series/40651/
Pushed as commit a21da49e5c55f8e61253503d865cef936125ea5f. Thanks, Gert!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.