summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader_notify.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Replace high_resolution_clock with steady_clockMorph2021-12-021-1/+1
| | | | On some OSes, high_resolution_clock is an alias to system_clock and is not monotonic in nature. Replace this with steady_clock.
* vk_pipeline_cache,shader_notify: Add shader notificationsReinUsesLisp2021-07-231-12/+16
|
* async shadersDavid Marcec2020-07-171-0/+29