yuzu/src/video_core
ReinUsesLisp dc27252352 shader_cache: Implement a generic shader cache
Implement a generic shader cache for fast lookups and invalidations.
Invalidations are cheap but expensive when a shader is invalidated.

Use two mutexes instead of one to avoid locking invalidations for
lookups and vice versa. When a shader has to be removed, lookups are
locked as expected.
2020-06-07 04:32:32 -03:00
..
2020-04-28 14:02:51 -04:00
2020-05-05 15:39:44 -04:00
2020-04-30 13:19:36 -04:00
2020-04-30 13:19:36 -04:00
2020-04-22 11:36:24 -04:00
2020-04-30 13:19:36 -04:00
2020-04-30 13:19:36 -04:00