summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader_notify.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* video_core: Reduce unused includesameerj2022-03-191-1/+0
|
* 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