mesa/st: move texture APIs to direct st calls
authorDave Airlie <airlied@redhat.com>
Tue, 7 Dec 2021 00:51:49 +0000 (10:51 +1000)
committerMarge Bot <emma+marge@anholt.net>
Wed, 8 Dec 2021 19:06:48 +0000 (19:06 +0000)
commit889ac0f1b984c114da6472a394e9b00ced50df64
tree71c77b811d42b9d9caad6fb509e1431b604dfe30
parent2d912b5caa86b1bd861c8b68cdbd883ee3ef846d
mesa/st: move texture APIs to direct st calls

This is a bit more spreadout, but is still pretty straightforward

Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14100>
25 files changed:
src/mesa/main/attrib.c
src/mesa/main/context.c
src/mesa/main/dd.h
src/mesa/main/debug.c
src/mesa/main/dlist.c
src/mesa/main/formatquery.c
src/mesa/main/genmipmap.c
src/mesa/main/mipmap.c
src/mesa/main/multisample.c
src/mesa/main/shared.c
src/mesa/main/texgetimage.c
src/mesa/main/teximage.c
src/mesa/main/texobj.c
src/mesa/main/texparam.c
src/mesa/main/texstate.c
src/mesa/main/texstorage.c
src/mesa/main/texstore.c
src/mesa/main/texturebindless.c
src/mesa/main/textureview.c
src/mesa/main/vdpau.c
src/mesa/state_tracker/st_cb_copyimage.c
src/mesa/state_tracker/st_cb_texture.c
src/mesa/state_tracker/st_cb_texture.h
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_gen_mipmap.c