[Bug 80419] XCOM: Enemy Unknown Causes lockup

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 3 15:34:23 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=80419

--- Comment #158 from andrew.m.mcmahon at gmail.com ---
Hold on a minute!
I've just applied that patch to the latest mesa - now correct me if I'm wrong -
but the source already has that change applied:
https://gitlab.freedesktop.org/mesa/mesa/blob/master/src/gallium/auxiliary/cso_cache/cso_cache.c

>cso_insert_state(struct cso_cache *sc,
>                unsigned hash_key, enum cso_cache_type type,
>                 void *state)
>{
>   struct cso_hash *hash = _cso_hash_for_type(sc, type);
>   sanitize_hash(sc, hash, type, sc->max_size);
>
>   return cso_hash_insert(hash, hash_key, state);
>}

So how can it work perfectly for one hour or more then crash and burn on two
other occasions. I feel a bit daft now too =(

I'll have to clear out everything, cache, mesa drivers in /opt/mesa, re-compile
the latest and test it for even longer.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20190403/e40efb03/attachment-0001.html>


More information about the dri-devel mailing list