Module: Mesa Branch: main Commit: a13eb5fcc50d8e12721242b6677f7d7840f221bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a13eb5fcc50d8e12721242b6677f7d7840f221bb
Author: Alyssa Rosenzweig <[email protected]> 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 <[email protected]> Acked-by: Boris Brezillon <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
