Skip to content

clover/il: return IL only for spirv and correct length

Dave Airlie requested to merge airlied/mesa:clover-il-fix-get-program-il into main

This is specified as char[] and I don't think requires null termination, Also we should only return IL based programs.

Fixes CTS spirv_new get_program_il

Merge request reports