mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
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>
This commit is contained in:
parent
248ac8921e
commit
377048700f
1 changed files with 0 additions and 13 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue