Commit Graph

2 Commits

Author SHA1 Message Date
Exzap
39693d0db5 Latte: Optimize shader lookup by caching whole sets
Skips the overhead of having to lookup each shader stage individually. Additionally, having whole sets as a lookup key gives us a more trustworthy heuristic than if we only have independent information for each shader stage. We can use this to skip shader hashing most of the time when they are part of a known set.
2026-06-27 07:15:50 +02:00
Exzap
d60742f52b Add all the files 2022-08-22 22:21:23 +02:00