panfrost: Inline panfrost_queue_draw() and panfrost_emit_for_draw()
authorBoris Brezillon <boris.brezillon@collabora.com>
Fri, 6 Mar 2020 07:57:31 +0000 (08:57 +0100)
committerBoris Brezillon <boris.brezillon@collabora.com>
Tue, 10 Mar 2020 11:47:34 +0000 (12:47 +0100)
commit251e685e726173f7256d12bdb6ce882859994793
tree972febd63f8180deb8ae84be682cd11b9b3a30ba
parent5d9995e82cdbf41efb7fb886922244eb958e4a9d
panfrost: Inline panfrost_queue_draw() and panfrost_emit_for_draw()

Now that panfrost_queue_draw() and panfrost_emit_for_draw() are
small enough, we can move the code to panfrost_draw_vbo() and have all
vt and emit calls grouped in one place.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4083>
src/gallium/drivers/panfrost/pan_context.c