summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader_notify.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-03-19video_core: Reduce unused includesameerj1-1/+0
2021-12-02general: Replace high_resolution_clock with steady_clockMorph1-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.
2021-07-23vk_pipeline_cache,shader_notify: Add shader notificationsReinUsesLisp1-12/+16
2020-07-17async shadersDavid Marcec1-0/+29