Module: Mesa Branch: main Commit: 4fdb381d02a4f4b9f124892969d91fe7c7cc33b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fdb381d02a4f4b9f124892969d91fe7c7cc33b0
Author: Christian Gmeiner <[email protected]> Date: Mon Dec 18 15:35:27 2023 +0100 mesa: Drop not used program_written_to_cache Signed-off-by: Christian Gmeiner <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26740> --- src/mesa/main/shader_types.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mesa/main/shader_types.h b/src/mesa/main/shader_types.h index adb5e575981..ab7bac8f275 100644 --- a/src/mesa/main/shader_types.h +++ b/src/mesa/main/shader_types.h @@ -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;
