Module: Mesa Branch: master Commit: 7c0bd8429f3f59633c7e1323e48e89495bb79400 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c0bd8429f3f59633c7e1323e48e89495bb79400
Author: Rob Clark <[email protected]> Date: Thu Jul 23 16:51:43 2020 -0700 freedreno: slurp in rnn Signed-off-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6070> --- src/freedreno/meson.build | 7 + src/freedreno/rnn/aprintf.c | 38 ++ src/freedreno/rnn/colors.c | 61 ++ src/freedreno/rnn/colors.h | 49 ++ src/freedreno/rnn/headergen2.c | 501 +++++++++++++++ src/freedreno/rnn/meson.build | 59 ++ src/freedreno/rnn/path.c | 59 ++ src/freedreno/rnn/rnn.c | 1332 ++++++++++++++++++++++++++++++++++++++++ src/freedreno/rnn/rnn.h | 243 ++++++++ src/freedreno/rnn/rnn_path.h | 1 + src/freedreno/rnn/rnndec.c | 531 ++++++++++++++++ src/freedreno/rnn/rnndec.h | 59 ++ src/freedreno/rnn/util.h | 115 ++++ 13 files changed, 3055 insertions(+) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=7c0bd8429f3f59633c7e1323e48e89495bb79400 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
