mesa/dd/st: direct wire queries/timestamp/condrender.
authorDave Airlie <airlied@redhat.com>
Mon, 6 Dec 2021 06:31:59 +0000 (16:31 +1000)
committerMarge Bot <emma+marge@anholt.net>
Tue, 7 Dec 2021 13:03:53 +0000 (13:03 +0000)
commitbd9adf39198c122993ffb600aab0ca26d4ee046e
tree1f7fa62374605765ab1472c9fdea4ae6a1a64c12
parent0d8610b0994655930e26f6b63f01332e85d964ab
mesa/dd/st: direct wire queries/timestamp/condrender.

These were all interrelated, avoid the indirect calls here,
and call directly between main and state tracker

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14073>
src/mesa/main/condrender.c
src/mesa/main/dd.h
src/mesa/main/get.c
src/mesa/main/queryobj.c
src/mesa/state_tracker/st_cb_condrender.c
src/mesa/state_tracker/st_cb_condrender.h
src/mesa/state_tracker/st_cb_queryobj.c
src/mesa/state_tracker/st_cb_queryobj.h
src/mesa/state_tracker/st_context.c