freedreno/a6xx: Split fd6_draw_emit into direct and indirect paths
authorKristian H. Kristensen <hoegsberg@chromium.org>
Fri, 21 Sep 2018 18:37:36 +0000 (11:37 -0700)
committerRob Clark <robdclark@gmail.com>
Thu, 27 Sep 2018 20:08:52 +0000 (16:08 -0400)
commitc3d58d9ffc7abbd7f60edfb8b323e2385e244a81
tree9853d8827454d1a2b6406dc51b09c345c84c56a7
parentadcd83fb22670622ed6362ca30697c9ee990af27
freedreno/a6xx: Split fd6_draw_emit into direct and indirect paths

This splits the two code paths into separate functions and moves the
"if (info->indirect)" test into draw_impl().

Signed-off-by: Kristian H. Kristensen <hoegsberg@chromium.org>
src/gallium/drivers/freedreno/a6xx/fd6_draw.c