mesa/st: move program calls to direct call
authorDave Airlie <airlied@redhat.com>
Tue, 7 Dec 2021 04:46:02 +0000 (14:46 +1000)
committerMarge Bot <emma+marge@anholt.net>
Wed, 8 Dec 2021 19:06:48 +0000 (19:06 +0000)
commitf60add48ee46d693986b68f7100128521f3a1a32
treefa9d22b78b61b39cc1c540fe9f5da383454f41d9
parent878cf8cae959c14027304e7e5c4598e0fbacb1c7
mesa/st: move program calls to direct call

Can't move NewProgram yet as the GLSL standalone compiler relies
on it, can probably fix that up later.

Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14100>
13 files changed:
src/mesa/main/arbprogram.c
src/mesa/main/atifragshader.c
src/mesa/main/dd.h
src/mesa/main/ffvertex_prog.c
src/mesa/main/glspirv.c
src/mesa/main/hint.c
src/mesa/main/shaderapi.c
src/mesa/main/shared.c
src/mesa/program/link_program.cpp
src/mesa/program/program.c
src/mesa/state_tracker/st_cb_program.c
src/mesa/state_tracker/st_cb_program.h
src/mesa/state_tracker/st_glsl_to_tgsi.cpp