commit | 66213ab2de023250ceb6ea98270065ee9de02f79 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Wed Jul 14 11:32:54 2021 +1000 |
committer | Marge Bot <eric+marge@anholt.net> | Tue Jul 20 00:38:39 2021 +0000 |
tree | 6525092c1acc97ed5432b4832576a5cd1b24b738 | |
parent | 59e69e8ec5b2df124b2a9c23fec53a5988563676 [diff] |
clover/il: return IL only for spirv and correct length 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 Reviewed-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11868>