rusticl/kernel: basic implementation
authorKarol Herbst <kherbst@redhat.com>
Thu, 10 Mar 2022 18:32:35 +0000 (19:32 +0100)
committerMarge Bot <emma+marge@anholt.net>
Mon, 12 Sep 2022 05:58:12 +0000 (05:58 +0000)
commite8de580998fb48bda58e35150614996b8573ba08
tree5345b749cd76de46e3c8752f6d9355d9809ad62e
parent129b82163818e77691ffddb299d20b3266b9f7a9
rusticl/kernel: basic implementation

still not able to run kernels, but most of the boilerplate code is there now

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/api/icd.rs
src/gallium/frontends/rusticl/api/kernel.rs
src/gallium/frontends/rusticl/api/program.rs
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/meson.build