mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 12:30:09 +01:00
zink: don't call util_queue_fence_init in zink_screen_get_pipeline_cache()
this might accidentally clobber existing jobs cc: mesa-stable Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18197>
This commit is contained in:
parent
3a674fc6eb
commit
40878e212f
1 changed files with 0 additions and 1 deletions
|
|
@ -267,7 +267,6 @@ cache_get_job(void *data, void *gdata, int thread_index)
|
|||
void
|
||||
zink_screen_get_pipeline_cache(struct zink_screen *screen, struct zink_program *pg)
|
||||
{
|
||||
util_queue_fence_init(&pg->cache_fence);
|
||||
if (!screen->disk_cache)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue