rusticl/kernel: cache the nir as well
authorKarol Herbst <kherbst@redhat.com>
Sun, 17 Apr 2022 17:00:57 +0000 (19:00 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 12 Sep 2022 05:58:13 +0000 (05:58 +0000)
commit79b3c820ccc8a861143e0b26762f66b1c133a922
tree9ba30f2fedaf8fdf5ddbb4296f9620fd13b4fff0
parentea7d5c1d4b7c14ceaf9879d0ff489b4f0116abc3
rusticl/kernel: cache the nir as well

Signed-off-by: Karol Herbst <kherbst@redhat.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15439>
src/gallium/frontends/rusticl/core/kernel.rs
src/gallium/frontends/rusticl/core/program.rs
src/gallium/frontends/rusticl/mesa/compiler/clc/spirv.rs
src/gallium/frontends/rusticl/mesa/compiler/nir.rs
src/gallium/frontends/rusticl/meson.build
src/gallium/frontends/rusticl/rusticl_mesa_bindings.h
src/gallium/frontends/rusticl/util/lib.rs
src/gallium/frontends/rusticl/util/serialize.rs [new file with mode: 0644]