mesa: Drop dead TGSI serialization prototypes.

Fixes: 7221cc7657 ("mesa/st: Remove now unused TGSI paths from disk cache.")

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23114>
(cherry picked from commit 377048700f)
This commit is contained in:
Emma Anholt 2023-05-18 14:58:38 -07:00 committed by Eric Engestrom
parent 9bd71cd601
commit 006648a4db
2 changed files with 1 additions and 14 deletions

View file

@ -2083,7 +2083,7 @@
"description": "mesa: Drop dead TGSI serialization prototypes.",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "7221cc7657998c131eff3156913331eb1ae5705b"
},

View file

@ -37,19 +37,6 @@ extern "C" {
void
st_get_program_binary_driver_sha1(struct gl_context *ctx, uint8_t *sha1);
void
st_serialise_tgsi_program(struct gl_context *ctx, struct gl_program *prog);
void
st_serialise_tgsi_program_binary(struct gl_context *ctx,
struct gl_shader_program *shProg,
struct gl_program *prog);
void
st_deserialise_tgsi_program(struct gl_context *ctx,
struct gl_shader_program *shProg,
struct gl_program *prog);
void
st_serialise_nir_program(struct gl_context *ctx, struct gl_program *prog);