mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +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> (cherry picked from commit377048700f)
This commit is contained in:
parent
9bd71cd601
commit
006648a4db
2 changed files with 1 additions and 14 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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