Mesa (main): panfrost: Move draw_vbo to pan_cmdstream.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 7 13:34:29 UTC 2021


Module: Mesa
Branch: main
Commit: a13eb5fcc50d8e12721242b6677f7d7840f221bb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a13eb5fcc50d8e12721242b6677f7d7840f221bb

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Tue Jul  6 17:27:07 2021 -0400

panfrost: Move draw_vbo to pan_cmdstream.c

This needs to be conditionally compiled per-generation.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Acked-by: Boris Brezillon <boris.brezillon at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11745>

---

 src/gallium/drivers/panfrost/pan_cmdstream.c | 665 +++++++++++++++++++++++++++
 src/gallium/drivers/panfrost/pan_context.c   | 660 +-------------------------
 src/gallium/drivers/panfrost/pan_context.h   |   3 +
 3 files changed, 669 insertions(+), 659 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=a13eb5fcc50d8e12721242b6677f7d7840f221bb


More information about the mesa-commit mailing list