Module: Mesa Branch: master Commit: e80758405c770cb2b47059d9bd336d9115c7899e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e80758405c770cb2b47059d9bd336d9115c7899e
Author: Kristian H. Kristensen <[email protected]> Date: Tue Apr 7 12:36:20 2020 -0700 turnip: Add kgsl backend Lacking a bit around fences and wsi integration, but there's enough here to actually drive the GPU. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4479> --- meson.build | 1 + meson_options.txt | 6 + src/freedreno/vulkan/meson.build | 7 +- src/freedreno/vulkan/msm_kgsl.h | 1640 ++++++++++++++++++++++++++++++++++++++ src/freedreno/vulkan/tu_kgsl.c | 329 ++++++++ 5 files changed, 1982 insertions(+), 1 deletion(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=e80758405c770cb2b47059d9bd336d9115c7899e _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
