mesa/st: drop Draw from dd function table.
authorDave Airlie <airlied@redhat.com>
Tue, 7 Dec 2021 03:53:48 +0000 (13:53 +1000)
committerMarge Bot <emma+marge@anholt.net>
Wed, 8 Dec 2021 19:06:48 +0000 (19:06 +0000)
commit6d1a15f7fafe83e0d39ab5f05410b3bea64bc92f
tree3c965b28e649cbaff2dee79d211744874c045e75
parent5312511ea543d90ac2485bb4f6b52c79d0c0e74d
mesa/st: drop Draw from dd function table.

Draw is only called in the feedback paths now, and the only thing
it is set to is the st feedback draw path.

So just always have the fallback call the draw feedback path and
get rid of the draw entry.

Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14100>
src/mesa/main/dd.h
src/mesa/main/draw.c
src/mesa/state_tracker/st_cb_feedback.c
src/mesa/state_tracker/st_draw.c