mesa: Drop dead TGSI serialization prototypes.
authorEmma Anholt <emma@anholt.net>
Thu, 18 May 2023 21:58:38 +0000 (14:58 -0700)
committerMarge Bot <emma+marge@anholt.net>
Mon, 12 Jun 2023 17:37:55 +0000 (17:37 +0000)
Fixes: 7221cc765799 ("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>

src/mesa/state_tracker/st_shader_cache.h

index 6be2dac..1d6146e 100644 (file)
@@ -38,19 +38,6 @@ 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);
 
 void