mesa: Drop not used program_written_to_cache

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26740>
This commit is contained in:
Christian Gmeiner 2023-12-18 15:35:27 +01:00 committed by Marge Bot
parent ba0d39fb69
commit 4fdb381d02

View file

@ -509,9 +509,6 @@ struct gl_program
void *driver_cache_blob;
size_t driver_cache_blob_size;
/** Is this program written to on disk shader cache */
bool program_written_to_cache;
/** whether to skip VARYING_SLOT_PSIZ in st_translate_stream_output_info() */
bool skip_pointsize_xfb;